@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: 'InterVariable'; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family:'InterVariable'; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: 'InterVariable'; 
  font-size: 100%;
  line-height: 1.15;
  margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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: 'InterVariable'; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 'InterVariable'; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: 'InterVariable';
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.appearance-none {
  appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray-100 {
  background-color: #f7fafc;
}

.bg-gray-200 {
  background-color: #edf2f7;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}

.bg-gray-400 {
  background-color: #cbd5e0;
}

.bg-gray-500 {
  background-color: #a0aec0;
}

.bg-gray-600 {
  background-color: #718096;
}

.bg-gray-700 {
  background-color: #4a5568;
}

.bg-gray-800 {
  background-color: #2d3748;
}

.bg-gray-900 {
  background-color: #1a202c;
}

.bg-red-100 {
  background-color: #fff5f5;
}

.bg-red-200 {
  background-color: #fed7d7;
}

.bg-red-300 {
  background-color: #feb2b2;
}

.bg-red-400 {
  background-color: #fc8181;
}

.bg-red-500 {
  background-color: #f56565;
}

.bg-red-600 {
  background-color: #e53e3e;
}

.bg-red-700 {
  background-color: #c53030;
}

.bg-red-800 {
  background-color: #9b2c2c;
}

.bg-red-900 {
  background-color: #742a2a;
}

.bg-orange-100 {
  background-color: #fffaf0;
}

.bg-orange-200 {
  background-color: #feebc8;
}

.bg-orange-300 {
  background-color: #fbd38d;
}

.bg-orange-400 {
  background-color: #f6ad55;
}

.bg-orange-500 {
  background-color: #ed8936;
}

.bg-orange-600 {
  background-color: #dd6b20;
}

.bg-orange-700 {
  background-color: #c05621;
}

.bg-orange-800 {
  background-color: #9c4221;
}

.bg-orange-900 {
  background-color: #7b341e;
}

.bg-yellow-100 {
  background-color: #fffff0;
}

.bg-yellow-200 {
  background-color: #fefcbf;
}

.bg-yellow-300 {
  background-color: #faf089;
}

.bg-yellow-400 {
  background-color: #f6e05e;
}

.bg-yellow-500 {
  background-color: #ecc94b;
}

.bg-yellow-600 {
  background-color: #d69e2e;
}

.bg-yellow-700 {
  background-color: #b7791f;
}

.bg-yellow-800 {
  background-color: #975a16;
}

.bg-yellow-900 {
  background-color: #744210;
}

.bg-green-100 {
  background-color: #f0fff4;
}

.bg-green-200 {
  background-color: #c6f6d5;
}

.bg-green-300 {
  background-color: #9ae6b4;
}

.bg-green-400 {
  background-color: #68d391;
}

.bg-green-500 {
  background-color: #48bb78;
}

.bg-green-600 {
  background-color: #38a169;
}

.bg-green-700 {
  background-color: #2f855a;
}

.bg-green-800 {
  background-color: #276749;
}

.bg-green-900 {
  background-color: #22543d;
}

.bg-teal-100 {
  background-color: #e6fffa;
}

.bg-teal-200 {
  background-color: #b2f5ea;
}

.bg-teal-300 {
  background-color: #81e6d9;
}

.bg-teal-400 {
  background-color: #4fd1c5;
}

.bg-teal-500 {
  background-color: #38b2ac;
}

.bg-teal-600 {
  background-color: #319795;
}

.bg-teal-700 {
  background-color: #2c7a7b;
}

.bg-teal-800 {
  background-color: #285e61;
}

.bg-teal-900 {
  background-color: #234e52;
}

.bg-blue-100 {
  background-color: #ebf8ff;
}

.bg-blue-200 {
  background-color: #bee3f8;
}

.bg-blue-300 {
  background-color: #90cdf4;
}

.bg-blue-400 {
  background-color: #63b3ed;
}

.bg-blue-500 {
  background-color: #4299e1;
}

.bg-blue-600 {
  background-color: #3182ce;
}

.bg-blue-700 {
  background-color: #2b6cb0;
}

.bg-blue-800 {
  background-color: #2c5282;
}

.bg-blue-900 {
  background-color: #2a4365;
}

.bg-indigo-100 {
  background-color: #ebf4ff;
}

.bg-indigo-200 {
  background-color: #c3dafe;
}

.bg-indigo-300 {
  background-color: #a3bffa;
}

.bg-indigo-400 {
  background-color: #7f9cf5;
}

.bg-indigo-500 {
  background-color: #667eea;
}

.bg-indigo-600 {
  background-color: #5a67d8;
}

.bg-indigo-700 {
  background-color: #4c51bf;
}

.bg-indigo-800 {
  background-color: #434190;
}

.bg-indigo-900 {
  background-color: #3c366b;
}

.bg-purple-100 {
  background-color: #faf5ff;
}

.bg-purple-200 {
  background-color: #e9d8fd;
}

.bg-purple-300 {
  background-color: #d6bcfa;
}

.bg-purple-400 {
  background-color: #b794f4;
}

.bg-purple-500 {
  background-color: #9f7aea;
}

.bg-purple-600 {
  background-color: #805ad5;
}

.bg-purple-700 {
  background-color: #6b46c1;
}

.bg-purple-800 {
  background-color: #553c9a;
}

.bg-purple-900 {
  background-color: #44337a;
}

.bg-pink-100 {
  background-color: #fff5f7;
}

.bg-pink-200 {
  background-color: #fed7e2;
}

.bg-pink-300 {
  background-color: #fbb6ce;
}

.bg-pink-400 {
  background-color: #f687b3;
}

.bg-pink-500 {
  background-color: #ed64a6;
}

.bg-pink-600 {
  background-color: #d53f8c;
}

.bg-pink-700 {
  background-color: #b83280;
}

.bg-pink-800 {
  background-color: #97266d;
}

.bg-pink-900 {
  background-color: #702459;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-gray-100:hover {
  background-color: #f7fafc;
}

.hover\:bg-gray-200:hover {
  background-color: #edf2f7;
}

.hover\:bg-gray-300:hover {
  background-color: #e2e8f0;
}

.hover\:bg-gray-400:hover {
  background-color: #cbd5e0;
}

.hover\:bg-gray-500:hover {
  background-color: #a0aec0;
}

.hover\:bg-gray-600:hover {
  background-color: #718096;
}

.hover\:bg-gray-700:hover {
  background-color: #4a5568;
}

.hover\:bg-gray-800:hover {
  background-color: #2d3748;
}

.hover\:bg-gray-900:hover {
  background-color: #1a202c;
}

.hover\:bg-red-100:hover {
  background-color: #fff5f5;
}

.hover\:bg-red-200:hover {
  background-color: #fed7d7;
}

.hover\:bg-red-300:hover {
  background-color: #feb2b2;
}

.hover\:bg-red-400:hover {
  background-color: #fc8181;
}

.hover\:bg-red-500:hover {
  background-color: #f56565;
}

.hover\:bg-red-600:hover {
  background-color: #e53e3e;
}

.hover\:bg-red-700:hover {
  background-color: #c53030;
}

.hover\:bg-red-800:hover {
  background-color: #9b2c2c;
}

.hover\:bg-red-900:hover {
  background-color: #742a2a;
}

.hover\:bg-orange-100:hover {
  background-color: #fffaf0;
}

.hover\:bg-orange-200:hover {
  background-color: #feebc8;
}

.hover\:bg-orange-300:hover {
  background-color: #fbd38d;
}

.hover\:bg-orange-400:hover {
  background-color: #f6ad55;
}

.hover\:bg-orange-500:hover {
  background-color: #ed8936;
}

.hover\:bg-orange-600:hover {
  background-color: #dd6b20;
}

.hover\:bg-orange-700:hover {
  background-color: #c05621;
}

.hover\:bg-orange-800:hover {
  background-color: #9c4221;
}

.hover\:bg-orange-900:hover {
  background-color: #7b341e;
}

.hover\:bg-yellow-100:hover {
  background-color: #fffff0;
}

.hover\:bg-yellow-200:hover {
  background-color: #fefcbf;
}

.hover\:bg-yellow-300:hover {
  background-color: #faf089;
}

.hover\:bg-yellow-400:hover {
  background-color: #f6e05e;
}

.hover\:bg-yellow-500:hover {
  background-color: #ecc94b;
}

.hover\:bg-yellow-600:hover {
  background-color: #d69e2e;
}

.hover\:bg-yellow-700:hover {
  background-color: #b7791f;
}

.hover\:bg-yellow-800:hover {
  background-color: #975a16;
}

.hover\:bg-yellow-900:hover {
  background-color: #744210;
}

.hover\:bg-green-100:hover {
  background-color: #f0fff4;
}

.hover\:bg-green-200:hover {
  background-color: #c6f6d5;
}

.hover\:bg-green-300:hover {
  background-color: #9ae6b4;
}

.hover\:bg-green-400:hover {
  background-color: #68d391;
}

.hover\:bg-green-500:hover {
  background-color: #48bb78;
}

.hover\:bg-green-600:hover {
  background-color: #38a169;
}

.hover\:bg-green-700:hover {
  background-color: #2f855a;
}

.hover\:bg-green-800:hover {
  background-color: #276749;
}

.hover\:bg-green-900:hover {
  background-color: #22543d;
}

.hover\:bg-teal-100:hover {
  background-color: #e6fffa;
}

.hover\:bg-teal-200:hover {
  background-color: #b2f5ea;
}

.hover\:bg-teal-300:hover {
  background-color: #81e6d9;
}

.hover\:bg-teal-400:hover {
  background-color: #4fd1c5;
}

.hover\:bg-teal-500:hover {
  background-color: #38b2ac;
}

.hover\:bg-teal-600:hover {
  background-color: #319795;
}

.hover\:bg-teal-700:hover {
  background-color: #2c7a7b;
}

.hover\:bg-teal-800:hover {
  background-color: #285e61;
}

.hover\:bg-teal-900:hover {
  background-color: #234e52;
}

.hover\:bg-blue-100:hover {
  background-color: #ebf8ff;
}

.hover\:bg-blue-200:hover {
  background-color: #bee3f8;
}

.hover\:bg-blue-300:hover {
  background-color: #90cdf4;
}

.hover\:bg-blue-400:hover {
  background-color: #63b3ed;
}

.hover\:bg-blue-500:hover {
  background-color: #4299e1;
}

.hover\:bg-blue-600:hover {
  background-color: #3182ce;
}

.hover\:bg-blue-700:hover {
  background-color: #2b6cb0;
}

.hover\:bg-blue-800:hover {
  background-color: #2c5282;
}

.hover\:bg-blue-900:hover {
  background-color: #2a4365;
}

.hover\:bg-indigo-100:hover {
  background-color: #ebf4ff;
}

.hover\:bg-indigo-200:hover {
  background-color: #c3dafe;
}

.hover\:bg-indigo-300:hover {
  background-color: #a3bffa;
}

.hover\:bg-indigo-400:hover {
  background-color: #7f9cf5;
}

.hover\:bg-indigo-500:hover {
  background-color: #667eea;
}

.hover\:bg-indigo-600:hover {
  background-color: #5a67d8;
}

.hover\:bg-indigo-700:hover {
  background-color: #4c51bf;
}

.hover\:bg-indigo-800:hover {
  background-color: #434190;
}

.hover\:bg-indigo-900:hover {
  background-color: #3c366b;
}

.hover\:bg-purple-100:hover {
  background-color: #faf5ff;
}

.hover\:bg-purple-200:hover {
  background-color: #e9d8fd;
}

.hover\:bg-purple-300:hover {
  background-color: #d6bcfa;
}

.hover\:bg-purple-400:hover {
  background-color: #b794f4;
}

.hover\:bg-purple-500:hover {
  background-color: #9f7aea;
}

.hover\:bg-purple-600:hover {
  background-color: #805ad5;
}

.hover\:bg-purple-700:hover {
  background-color: #6b46c1;
}

.hover\:bg-purple-800:hover {
  background-color: #553c9a;
}

.hover\:bg-purple-900:hover {
  background-color: #44337a;
}

.hover\:bg-pink-100:hover {
  background-color: #fff5f7;
}

.hover\:bg-pink-200:hover {
  background-color: #fed7e2;
}

.hover\:bg-pink-300:hover {
  background-color: #fbb6ce;
}

.hover\:bg-pink-400:hover {
  background-color: #f687b3;
}

.hover\:bg-pink-500:hover {
  background-color: #ed64a6;
}

.hover\:bg-pink-600:hover {
  background-color: #d53f8c;
}

.hover\:bg-pink-700:hover {
  background-color: #b83280;
}

.hover\:bg-pink-800:hover {
  background-color: #97266d;
}

.hover\:bg-pink-900:hover {
  background-color: #702459;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-black:focus {
  background-color: #000;
}

.focus\:bg-white:focus {
  background-color: #fff;
}

.focus\:bg-gray-100:focus {
  background-color: #f7fafc;
}

.focus\:bg-gray-200:focus {
  background-color: #edf2f7;
}

.focus\:bg-gray-300:focus {
  background-color: #e2e8f0;
}

.focus\:bg-gray-400:focus {
  background-color: #cbd5e0;
}

.focus\:bg-gray-500:focus {
  background-color: #a0aec0;
}

.focus\:bg-gray-600:focus {
  background-color: #718096;
}

.focus\:bg-gray-700:focus {
  background-color: #4a5568;
}

.focus\:bg-gray-800:focus {
  background-color: #2d3748;
}

.focus\:bg-gray-900:focus {
  background-color: #1a202c;
}

.focus\:bg-red-100:focus {
  background-color: #fff5f5;
}

.focus\:bg-red-200:focus {
  background-color: #fed7d7;
}

.focus\:bg-red-300:focus {
  background-color: #feb2b2;
}

.focus\:bg-red-400:focus {
  background-color: #fc8181;
}

.focus\:bg-red-500:focus {
  background-color: #f56565;
}

.focus\:bg-red-600:focus {
  background-color: #e53e3e;
}

.focus\:bg-red-700:focus {
  background-color: #c53030;
}

.focus\:bg-red-800:focus {
  background-color: #9b2c2c;
}

.focus\:bg-red-900:focus {
  background-color: #742a2a;
}

.focus\:bg-orange-100:focus {
  background-color: #fffaf0;
}

.focus\:bg-orange-200:focus {
  background-color: #feebc8;
}

.focus\:bg-orange-300:focus {
  background-color: #fbd38d;
}

.focus\:bg-orange-400:focus {
  background-color: #f6ad55;
}

.focus\:bg-orange-500:focus {
  background-color: #ed8936;
}

.focus\:bg-orange-600:focus {
  background-color: #dd6b20;
}

.focus\:bg-orange-700:focus {
  background-color: #c05621;
}

.focus\:bg-orange-800:focus {
  background-color: #9c4221;
}

.focus\:bg-orange-900:focus {
  background-color: #7b341e;
}

.focus\:bg-yellow-100:focus {
  background-color: #fffff0;
}

.focus\:bg-yellow-200:focus {
  background-color: #fefcbf;
}

.focus\:bg-yellow-300:focus {
  background-color: #faf089;
}

.focus\:bg-yellow-400:focus {
  background-color: #f6e05e;
}

.focus\:bg-yellow-500:focus {
  background-color: #ecc94b;
}

.focus\:bg-yellow-600:focus {
  background-color: #d69e2e;
}

.focus\:bg-yellow-700:focus {
  background-color: #b7791f;
}

.focus\:bg-yellow-800:focus {
  background-color: #975a16;
}

.focus\:bg-yellow-900:focus {
  background-color: #744210;
}

.focus\:bg-green-100:focus {
  background-color: #f0fff4;
}

.focus\:bg-green-200:focus {
  background-color: #c6f6d5;
}

.focus\:bg-green-300:focus {
  background-color: #9ae6b4;
}

.focus\:bg-green-400:focus {
  background-color: #68d391;
}

.focus\:bg-green-500:focus {
  background-color: #48bb78;
}

.focus\:bg-green-600:focus {
  background-color: #38a169;
}

.focus\:bg-green-700:focus {
  background-color: #2f855a;
}

.focus\:bg-green-800:focus {
  background-color: #276749;
}

.focus\:bg-green-900:focus {
  background-color: #22543d;
}

.focus\:bg-teal-100:focus {
  background-color: #e6fffa;
}

.focus\:bg-teal-200:focus {
  background-color: #b2f5ea;
}

.focus\:bg-teal-300:focus {
  background-color: #81e6d9;
}

.focus\:bg-teal-400:focus {
  background-color: #4fd1c5;
}

.focus\:bg-teal-500:focus {
  background-color: #38b2ac;
}

.focus\:bg-teal-600:focus {
  background-color: #319795;
}

.focus\:bg-teal-700:focus {
  background-color: #2c7a7b;
}

.focus\:bg-teal-800:focus {
  background-color: #285e61;
}

.focus\:bg-teal-900:focus {
  background-color: #234e52;
}

.focus\:bg-blue-100:focus {
  background-color: #ebf8ff;
}

.focus\:bg-blue-200:focus {
  background-color: #bee3f8;
}

.focus\:bg-blue-300:focus {
  background-color: #90cdf4;
}

.focus\:bg-blue-400:focus {
  background-color: #63b3ed;
}

.focus\:bg-blue-500:focus {
  background-color: #4299e1;
}

.focus\:bg-blue-600:focus {
  background-color: #3182ce;
}

.focus\:bg-blue-700:focus {
  background-color: #2b6cb0;
}

.focus\:bg-blue-800:focus {
  background-color: #2c5282;
}

.focus\:bg-blue-900:focus {
  background-color: #2a4365;
}

.focus\:bg-indigo-100:focus {
  background-color: #ebf4ff;
}

.focus\:bg-indigo-200:focus {
  background-color: #c3dafe;
}

.focus\:bg-indigo-300:focus {
  background-color: #a3bffa;
}

.focus\:bg-indigo-400:focus {
  background-color: #7f9cf5;
}

.focus\:bg-indigo-500:focus {
  background-color: #667eea;
}

.focus\:bg-indigo-600:focus {
  background-color: #5a67d8;
}

.focus\:bg-indigo-700:focus {
  background-color: #4c51bf;
}

.focus\:bg-indigo-800:focus {
  background-color: #434190;
}

.focus\:bg-indigo-900:focus {
  background-color: #3c366b;
}

.focus\:bg-purple-100:focus {
  background-color: #faf5ff;
}

.focus\:bg-purple-200:focus {
  background-color: #e9d8fd;
}

.focus\:bg-purple-300:focus {
  background-color: #d6bcfa;
}

.focus\:bg-purple-400:focus {
  background-color: #b794f4;
}

.focus\:bg-purple-500:focus {
  background-color: #9f7aea;
}

.focus\:bg-purple-600:focus {
  background-color: #805ad5;
}

.focus\:bg-purple-700:focus {
  background-color: #6b46c1;
}

.focus\:bg-purple-800:focus {
  background-color: #553c9a;
}

.focus\:bg-purple-900:focus {
  background-color: #44337a;
}

.focus\:bg-pink-100:focus {
  background-color: #fff5f7;
}

.focus\:bg-pink-200:focus {
  background-color: #fed7e2;
}

.focus\:bg-pink-300:focus {
  background-color: #fbb6ce;
}

.focus\:bg-pink-400:focus {
  background-color: #f687b3;
}

.focus\:bg-pink-500:focus {
  background-color: #ed64a6;
}

.focus\:bg-pink-600:focus {
  background-color: #d53f8c;
}

.focus\:bg-pink-700:focus {
  background-color: #b83280;
}

.focus\:bg-pink-800:focus {
  background-color: #97266d;
}

.focus\:bg-pink-900:focus {
  background-color: #702459;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-gray-100 {
  border-color: #f7fafc;
}

.border-gray-200 {
  border-color: #edf2f7;
}

.border-gray-300 {
  border-color: #e2e8f0;
}

.border-gray-400 {
  border-color: #cbd5e0;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.border-gray-600 {
  border-color: #718096;
}

.border-gray-700 {
  border-color: #4a5568;
}

.border-gray-800 {
  border-color: #2d3748;
}

.border-gray-900 {
  border-color: #1a202c;
}

.border-red-100 {
  border-color: #fff5f5;
}

.border-red-200 {
  border-color: #fed7d7;
}

.border-red-300 {
  border-color: #feb2b2;
}

.border-red-400 {
  border-color: #fc8181;
}

.border-red-500 {
  border-color: #f56565;
}

.border-red-600 {
  border-color: #e53e3e;
}

.border-red-700 {
  border-color: #c53030;
}

.border-red-800 {
  border-color: #9b2c2c;
}

.border-red-900 {
  border-color: #742a2a;
}

.border-orange-100 {
  border-color: #fffaf0;
}

.border-orange-200 {
  border-color: #feebc8;
}

.border-orange-300 {
  border-color: #fbd38d;
}

.border-orange-400 {
  border-color: #f6ad55;
}

.border-orange-500 {
  border-color: #ed8936;
}

.border-orange-600 {
  border-color: #dd6b20;
}

.border-orange-700 {
  border-color: #c05621;
}

.border-orange-800 {
  border-color: #9c4221;
}

.border-orange-900 {
  border-color: #7b341e;
}

.border-yellow-100 {
  border-color: #fffff0;
}

.border-yellow-200 {
  border-color: #fefcbf;
}

.border-yellow-300 {
  border-color: #faf089;
}

.border-yellow-400 {
  border-color: #f6e05e;
}

.border-yellow-500 {
  border-color: #ecc94b;
}

.border-yellow-600 {
  border-color: #d69e2e;
}

.border-yellow-700 {
  border-color: #b7791f;
}

.border-yellow-800 {
  border-color: #975a16;
}

.border-yellow-900 {
  border-color: #744210;
}

.border-green-100 {
  border-color: #f0fff4;
}

.border-green-200 {
  border-color: #c6f6d5;
}

.border-green-300 {
  border-color: #9ae6b4;
}

.border-green-400 {
  border-color: #68d391;
}

.border-green-500 {
  border-color: #48bb78;
}

.border-green-600 {
  border-color: #38a169;
}

.border-green-700 {
  border-color: #2f855a;
}

.border-green-800 {
  border-color: #276749;
}

.border-green-900 {
  border-color: #22543d;
}

.border-teal-100 {
  border-color: #e6fffa;
}

.border-teal-200 {
  border-color: #b2f5ea;
}

.border-teal-300 {
  border-color: #81e6d9;
}

.border-teal-400 {
  border-color: #4fd1c5;
}

.border-teal-500 {
  border-color: #38b2ac;
}

.border-teal-600 {
  border-color: #319795;
}

.border-teal-700 {
  border-color: #2c7a7b;
}

.border-teal-800 {
  border-color: #285e61;
}

.border-teal-900 {
  border-color: #234e52;
}

.border-blue-100 {
  border-color: #ebf8ff;
}

.border-blue-200 {
  border-color: #bee3f8;
}

.border-blue-300 {
  border-color: #90cdf4;
}

.border-blue-400 {
  border-color: #63b3ed;
}

.border-blue-500 {
  border-color: #4299e1;
}

.border-blue-600 {
  border-color: #3182ce;
}

.border-blue-700 {
  border-color: #2b6cb0;
}

.border-blue-800 {
  border-color: #2c5282;
}

.border-blue-900 {
  border-color: #2a4365;
}

.border-indigo-100 {
  border-color: #ebf4ff;
}

.border-indigo-200 {
  border-color: #c3dafe;
}

.border-indigo-300 {
  border-color: #a3bffa;
}

.border-indigo-400 {
  border-color: #7f9cf5;
}

.border-indigo-500 {
  border-color: #667eea;
}

.border-indigo-600 {
  border-color: #5a67d8;
}

.border-indigo-700 {
  border-color: #4c51bf;
}

.border-indigo-800 {
  border-color: #434190;
}

.border-indigo-900 {
  border-color: #3c366b;
}

.border-purple-100 {
  border-color: #faf5ff;
}

.border-purple-200 {
  border-color: #e9d8fd;
}

.border-purple-300 {
  border-color: #d6bcfa;
}

.border-purple-400 {
  border-color: #b794f4;
}

.border-purple-500 {
  border-color: #9f7aea;
}

.border-purple-600 {
  border-color: #805ad5;
}

.border-purple-700 {
  border-color: #6b46c1;
}

.border-purple-800 {
  border-color: #553c9a;
}

.border-purple-900 {
  border-color: #44337a;
}

.border-pink-100 {
  border-color: #fff5f7;
}

.border-pink-200 {
  border-color: #fed7e2;
}

.border-pink-300 {
  border-color: #fbb6ce;
}

.border-pink-400 {
  border-color: #f687b3;
}

.border-pink-500 {
  border-color: #ed64a6;
}

.border-pink-600 {
  border-color: #d53f8c;
}

.border-pink-700 {
  border-color: #b83280;
}

.border-pink-800 {
  border-color: #97266d;
}

.border-pink-900 {
  border-color: #702459;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-gray-100:hover {
  border-color: #f7fafc;
}

.hover\:border-gray-200:hover {
  border-color: #edf2f7;
}

.hover\:border-gray-300:hover {
  border-color: #e2e8f0;
}

.hover\:border-gray-400:hover {
  border-color: #cbd5e0;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0;
}

.hover\:border-gray-600:hover {
  border-color: #718096;
}

.hover\:border-gray-700:hover {
  border-color: #4a5568;
}

.hover\:border-gray-800:hover {
  border-color: #2d3748;
}

.hover\:border-gray-900:hover {
  border-color: #1a202c;
}

.hover\:border-red-100:hover {
  border-color: #fff5f5;
}

.hover\:border-red-200:hover {
  border-color: #fed7d7;
}

.hover\:border-red-300:hover {
  border-color: #feb2b2;
}

.hover\:border-red-400:hover {
  border-color: #fc8181;
}

.hover\:border-red-500:hover {
  border-color: #f56565;
}

.hover\:border-red-600:hover {
  border-color: #e53e3e;
}

.hover\:border-red-700:hover {
  border-color: #c53030;
}

.hover\:border-red-800:hover {
  border-color: #9b2c2c;
}

.hover\:border-red-900:hover {
  border-color: #742a2a;
}

.hover\:border-orange-100:hover {
  border-color: #fffaf0;
}

.hover\:border-orange-200:hover {
  border-color: #feebc8;
}

.hover\:border-orange-300:hover {
  border-color: #fbd38d;
}

.hover\:border-orange-400:hover {
  border-color: #f6ad55;
}

.hover\:border-orange-500:hover {
  border-color: #ed8936;
}

.hover\:border-orange-600:hover {
  border-color: #dd6b20;
}

.hover\:border-orange-700:hover {
  border-color: #c05621;
}

.hover\:border-orange-800:hover {
  border-color: #9c4221;
}

.hover\:border-orange-900:hover {
  border-color: #7b341e;
}

.hover\:border-yellow-100:hover {
  border-color: #fffff0;
}

.hover\:border-yellow-200:hover {
  border-color: #fefcbf;
}

.hover\:border-yellow-300:hover {
  border-color: #faf089;
}

.hover\:border-yellow-400:hover {
  border-color: #f6e05e;
}

.hover\:border-yellow-500:hover {
  border-color: #ecc94b;
}

.hover\:border-yellow-600:hover {
  border-color: #d69e2e;
}

.hover\:border-yellow-700:hover {
  border-color: #b7791f;
}

.hover\:border-yellow-800:hover {
  border-color: #975a16;
}

.hover\:border-yellow-900:hover {
  border-color: #744210;
}

.hover\:border-green-100:hover {
  border-color: #f0fff4;
}

.hover\:border-green-200:hover {
  border-color: #c6f6d5;
}

.hover\:border-green-300:hover {
  border-color: #9ae6b4;
}

.hover\:border-green-400:hover {
  border-color: #68d391;
}

.hover\:border-green-500:hover {
  border-color: #48bb78;
}

.hover\:border-green-600:hover {
  border-color: #38a169;
}

.hover\:border-green-700:hover {
  border-color: #2f855a;
}

.hover\:border-green-800:hover {
  border-color: #276749;
}

.hover\:border-green-900:hover {
  border-color: #22543d;
}

.hover\:border-teal-100:hover {
  border-color: #e6fffa;
}

.hover\:border-teal-200:hover {
  border-color: #b2f5ea;
}

.hover\:border-teal-300:hover {
  border-color: #81e6d9;
}

.hover\:border-teal-400:hover {
  border-color: #4fd1c5;
}

.hover\:border-teal-500:hover {
  border-color: #38b2ac;
}

.hover\:border-teal-600:hover {
  border-color: #319795;
}

.hover\:border-teal-700:hover {
  border-color: #2c7a7b;
}

.hover\:border-teal-800:hover {
  border-color: #285e61;
}

.hover\:border-teal-900:hover {
  border-color: #234e52;
}

.hover\:border-blue-100:hover {
  border-color: #ebf8ff;
}

.hover\:border-blue-200:hover {
  border-color: #bee3f8;
}

.hover\:border-blue-300:hover {
  border-color: #90cdf4;
}

.hover\:border-blue-400:hover {
  border-color: #63b3ed;
}

.hover\:border-blue-500:hover {
  border-color: #4299e1;
}

.hover\:border-blue-600:hover {
  border-color: #3182ce;
}

.hover\:border-blue-700:hover {
  border-color: #2b6cb0;
}

.hover\:border-blue-800:hover {
  border-color: #2c5282;
}

.hover\:border-blue-900:hover {
  border-color: #2a4365;
}

.hover\:border-indigo-100:hover {
  border-color: #ebf4ff;
}

.hover\:border-indigo-200:hover {
  border-color: #c3dafe;
}

.hover\:border-indigo-300:hover {
  border-color: #a3bffa;
}

.hover\:border-indigo-400:hover {
  border-color: #7f9cf5;
}

.hover\:border-indigo-500:hover {
  border-color: #667eea;
}

.hover\:border-indigo-600:hover {
  border-color: #5a67d8;
}

.hover\:border-indigo-700:hover {
  border-color: #4c51bf;
}

.hover\:border-indigo-800:hover {
  border-color: #434190;
}

.hover\:border-indigo-900:hover {
  border-color: #3c366b;
}

.hover\:border-purple-100:hover {
  border-color: #faf5ff;
}

.hover\:border-purple-200:hover {
  border-color: #e9d8fd;
}

.hover\:border-purple-300:hover {
  border-color: #d6bcfa;
}

.hover\:border-purple-400:hover {
  border-color: #b794f4;
}

.hover\:border-purple-500:hover {
  border-color: #9f7aea;
}

.hover\:border-purple-600:hover {
  border-color: #805ad5;
}

.hover\:border-purple-700:hover {
  border-color: #6b46c1;
}

.hover\:border-purple-800:hover {
  border-color: #553c9a;
}

.hover\:border-purple-900:hover {
  border-color: #44337a;
}

.hover\:border-pink-100:hover {
  border-color: #fff5f7;
}

.hover\:border-pink-200:hover {
  border-color: #fed7e2;
}

.hover\:border-pink-300:hover {
  border-color: #fbb6ce;
}

.hover\:border-pink-400:hover {
  border-color: #f687b3;
}

.hover\:border-pink-500:hover {
  border-color: #ed64a6;
}

.hover\:border-pink-600:hover {
  border-color: #d53f8c;
}

.hover\:border-pink-700:hover {
  border-color: #b83280;
}

.hover\:border-pink-800:hover {
  border-color: #97266d;
}

.hover\:border-pink-900:hover {
  border-color: #702459;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-black:focus {
  border-color: #000;
}

.focus\:border-white:focus {
  border-color: #fff;
}

.focus\:border-gray-100:focus {
  border-color: #f7fafc;
}

.focus\:border-gray-200:focus {
  border-color: #edf2f7;
}

.focus\:border-gray-300:focus {
  border-color: #e2e8f0;
}

.focus\:border-gray-400:focus {
  border-color: #cbd5e0;
}

.focus\:border-gray-500:focus {
  border-color: #a0aec0;
}

.focus\:border-gray-600:focus {
  border-color: #718096;
}

.focus\:border-gray-700:focus {
  border-color: #4a5568;
}

.focus\:border-gray-800:focus {
  border-color: #2d3748;
}

.focus\:border-gray-900:focus {
  border-color: #1a202c;
}

.focus\:border-red-100:focus {
  border-color: #fff5f5;
}

.focus\:border-red-200:focus {
  border-color: #fed7d7;
}

.focus\:border-red-300:focus {
  border-color: #feb2b2;
}

.focus\:border-red-400:focus {
  border-color: #fc8181;
}

.focus\:border-red-500:focus {
  border-color: #f56565;
}

.focus\:border-red-600:focus {
  border-color: #e53e3e;
}

.focus\:border-red-700:focus {
  border-color: #c53030;
}

.focus\:border-red-800:focus {
  border-color: #9b2c2c;
}

.focus\:border-red-900:focus {
  border-color: #742a2a;
}

.focus\:border-orange-100:focus {
  border-color: #fffaf0;
}

.focus\:border-orange-200:focus {
  border-color: #feebc8;
}

.focus\:border-orange-300:focus {
  border-color: #fbd38d;
}

.focus\:border-orange-400:focus {
  border-color: #f6ad55;
}

.focus\:border-orange-500:focus {
  border-color: #ed8936;
}

.focus\:border-orange-600:focus {
  border-color: #dd6b20;
}

.focus\:border-orange-700:focus {
  border-color: #c05621;
}

.focus\:border-orange-800:focus {
  border-color: #9c4221;
}

.focus\:border-orange-900:focus {
  border-color: #7b341e;
}

.focus\:border-yellow-100:focus {
  border-color: #fffff0;
}

.focus\:border-yellow-200:focus {
  border-color: #fefcbf;
}

.focus\:border-yellow-300:focus {
  border-color: #faf089;
}

.focus\:border-yellow-400:focus {
  border-color: #f6e05e;
}

.focus\:border-yellow-500:focus {
  border-color: #ecc94b;
}

.focus\:border-yellow-600:focus {
  border-color: #d69e2e;
}

.focus\:border-yellow-700:focus {
  border-color: #b7791f;
}

.focus\:border-yellow-800:focus {
  border-color: #975a16;
}

.focus\:border-yellow-900:focus {
  border-color: #744210;
}

.focus\:border-green-100:focus {
  border-color: #f0fff4;
}

.focus\:border-green-200:focus {
  border-color: #c6f6d5;
}

.focus\:border-green-300:focus {
  border-color: #9ae6b4;
}

.focus\:border-green-400:focus {
  border-color: #68d391;
}

.focus\:border-green-500:focus {
  border-color: #48bb78;
}

.focus\:border-green-600:focus {
  border-color: #38a169;
}

.focus\:border-green-700:focus {
  border-color: #2f855a;
}

.focus\:border-green-800:focus {
  border-color: #276749;
}

.focus\:border-green-900:focus {
  border-color: #22543d;
}

.focus\:border-teal-100:focus {
  border-color: #e6fffa;
}

.focus\:border-teal-200:focus {
  border-color: #b2f5ea;
}

.focus\:border-teal-300:focus {
  border-color: #81e6d9;
}

.focus\:border-teal-400:focus {
  border-color: #4fd1c5;
}

.focus\:border-teal-500:focus {
  border-color: #38b2ac;
}

.focus\:border-teal-600:focus {
  border-color: #319795;
}

.focus\:border-teal-700:focus {
  border-color: #2c7a7b;
}

.focus\:border-teal-800:focus {
  border-color: #285e61;
}

.focus\:border-teal-900:focus {
  border-color: #234e52;
}

.focus\:border-blue-100:focus {
  border-color: #ebf8ff;
}

.focus\:border-blue-200:focus {
  border-color: #bee3f8;
}

.focus\:border-blue-300:focus {
  border-color: #90cdf4;
}

.focus\:border-blue-400:focus {
  border-color: #63b3ed;
}

.focus\:border-blue-500:focus {
  border-color: #4299e1;
}

.focus\:border-blue-600:focus {
  border-color: #3182ce;
}

.focus\:border-blue-700:focus {
  border-color: #2b6cb0;
}

.focus\:border-blue-800:focus {
  border-color: #2c5282;
}

.focus\:border-blue-900:focus {
  border-color: #2a4365;
}

.focus\:border-indigo-100:focus {
  border-color: #ebf4ff;
}

.focus\:border-indigo-200:focus {
  border-color: #c3dafe;
}

.focus\:border-indigo-300:focus {
  border-color: #a3bffa;
}

.focus\:border-indigo-400:focus {
  border-color: #7f9cf5;
}

.focus\:border-indigo-500:focus {
  border-color: #667eea;
}

.focus\:border-indigo-600:focus {
  border-color: #5a67d8;
}

.focus\:border-indigo-700:focus {
  border-color: #4c51bf;
}

.focus\:border-indigo-800:focus {
  border-color: #434190;
}

.focus\:border-indigo-900:focus {
  border-color: #3c366b;
}

.focus\:border-purple-100:focus {
  border-color: #faf5ff;
}

.focus\:border-purple-200:focus {
  border-color: #e9d8fd;
}

.focus\:border-purple-300:focus {
  border-color: #d6bcfa;
}

.focus\:border-purple-400:focus {
  border-color: #b794f4;
}

.focus\:border-purple-500:focus {
  border-color: #9f7aea;
}

.focus\:border-purple-600:focus {
  border-color: #805ad5;
}

.focus\:border-purple-700:focus {
  border-color: #6b46c1;
}

.focus\:border-purple-800:focus {
  border-color: #553c9a;
}

.focus\:border-purple-900:focus {
  border-color: #44337a;
}

.focus\:border-pink-100:focus {
  border-color: #fff5f7;
}

.focus\:border-pink-200:focus {
  border-color: #fed7e2;
}

.focus\:border-pink-300:focus {
  border-color: #fbb6ce;
}

.focus\:border-pink-400:focus {
  border-color: #f687b3;
}

.focus\:border-pink-500:focus {
  border-color: #ed64a6;
}

.focus\:border-pink-600:focus {
  border-color: #d53f8c;
}

.focus\:border-pink-700:focus {
  border-color: #b83280;
}

.focus\:border-pink-800:focus {
  border-color: #97266d;
}

.focus\:border-pink-900:focus {
  border-color: #702459;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.font-sans {
  font-family: 'InterVariable';
}

.font-serif {
  font-family:'InterVariable';
}

.font-mono {
  font-family: 'InterVariable';
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-px {
  margin: -1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

.object-top {
  object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::placeholder {
  color: #000;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-gray-100::placeholder {
  color: #f7fafc;
}

.placeholder-gray-200::placeholder {
  color: #edf2f7;
}

.placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

.placeholder-gray-400::placeholder {
  color: #cbd5e0;
}

.placeholder-gray-500::placeholder {
  color: #a0aec0;
}

.placeholder-gray-600::placeholder {
  color: #718096;
}

.placeholder-gray-700::placeholder {
  color: #4a5568;
}

.placeholder-gray-800::placeholder {
  color: #2d3748;
}

.placeholder-gray-900::placeholder {
  color: #1a202c;
}

.placeholder-red-100::placeholder {
  color: #fff5f5;
}

.placeholder-red-200::placeholder {
  color: #fed7d7;
}

.placeholder-red-300::placeholder {
  color: #feb2b2;
}

.placeholder-red-400::placeholder {
  color: #fc8181;
}

.placeholder-red-500::placeholder {
  color: #f56565;
}

.placeholder-red-600::placeholder {
  color: #e53e3e;
}

.placeholder-red-700::placeholder {
  color: #c53030;
}

.placeholder-red-800::placeholder {
  color: #9b2c2c;
}

.placeholder-red-900::placeholder {
  color: #742a2a;
}

.placeholder-orange-100::placeholder {
  color: #fffaf0;
}

.placeholder-orange-200::placeholder {
  color: #feebc8;
}

.placeholder-orange-300::placeholder {
  color: #fbd38d;
}

.placeholder-orange-400::placeholder {
  color: #f6ad55;
}

.placeholder-orange-500::placeholder {
  color: #ed8936;
}

.placeholder-orange-600::placeholder {
  color: #dd6b20;
}

.placeholder-orange-700::placeholder {
  color: #c05621;
}

.placeholder-orange-800::placeholder {
  color: #9c4221;
}

.placeholder-orange-900::placeholder {
  color: #7b341e;
}

.placeholder-yellow-100::placeholder {
  color: #fffff0;
}

.placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

.placeholder-yellow-300::placeholder {
  color: #faf089;
}

.placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

.placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

.placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

.placeholder-yellow-700::placeholder {
  color: #b7791f;
}

.placeholder-yellow-800::placeholder {
  color: #975a16;
}

.placeholder-yellow-900::placeholder {
  color: #744210;
}

.placeholder-green-100::placeholder {
  color: #f0fff4;
}

.placeholder-green-200::placeholder {
  color: #c6f6d5;
}

.placeholder-green-300::placeholder {
  color: #9ae6b4;
}

.placeholder-green-400::placeholder {
  color: #68d391;
}

.placeholder-green-500::placeholder {
  color: #48bb78;
}

.placeholder-green-600::placeholder {
  color: #38a169;
}

.placeholder-green-700::placeholder {
  color: #2f855a;
}

.placeholder-green-800::placeholder {
  color: #276749;
}

.placeholder-green-900::placeholder {
  color: #22543d;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.placeholder-teal-300::placeholder {
  color: #81e6d9;
}

.placeholder-teal-400::placeholder {
  color: #4fd1c5;
}

.placeholder-teal-500::placeholder {
  color: #38b2ac;
}

.placeholder-teal-600::placeholder {
  color: #319795;
}

.placeholder-teal-700::placeholder {
  color: #2c7a7b;
}

.placeholder-teal-800::placeholder {
  color: #285e61;
}

.placeholder-teal-900::placeholder {
  color: #234e52;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.placeholder-blue-300::placeholder {
  color: #90cdf4;
}

.placeholder-blue-400::placeholder {
  color: #63b3ed;
}

.placeholder-blue-500::placeholder {
  color: #4299e1;
}

.placeholder-blue-600::placeholder {
  color: #3182ce;
}

.placeholder-blue-700::placeholder {
  color: #2b6cb0;
}

.placeholder-blue-800::placeholder {
  color: #2c5282;
}

.placeholder-blue-900::placeholder {
  color: #2a4365;
}

.placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

.placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

.placeholder-indigo-400::placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-500::placeholder {
  color: #667eea;
}

.placeholder-indigo-600::placeholder {
  color: #5a67d8;
}

.placeholder-indigo-700::placeholder {
  color: #4c51bf;
}

.placeholder-indigo-800::placeholder {
  color: #434190;
}

.placeholder-indigo-900::placeholder {
  color: #3c366b;
}

.placeholder-purple-100::placeholder {
  color: #faf5ff;
}

.placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

.placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

.placeholder-purple-400::placeholder {
  color: #b794f4;
}

.placeholder-purple-500::placeholder {
  color: #9f7aea;
}

.placeholder-purple-600::placeholder {
  color: #805ad5;
}

.placeholder-purple-700::placeholder {
  color: #6b46c1;
}

.placeholder-purple-800::placeholder {
  color: #553c9a;
}

.placeholder-purple-900::placeholder {
  color: #44337a;
}

.placeholder-pink-100::placeholder {
  color: #fff5f7;
}

.placeholder-pink-200::placeholder {
  color: #fed7e2;
}

.placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

.placeholder-pink-400::placeholder {
  color: #f687b3;
}

.placeholder-pink-500::placeholder {
  color: #ed64a6;
}

.placeholder-pink-600::placeholder {
  color: #d53f8c;
}

.placeholder-pink-700::placeholder {
  color: #b83280;
}

.placeholder-pink-800::placeholder {
  color: #97266d;
}

.placeholder-pink-900::placeholder {
  color: #702459;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #718096;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1a202c;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #f56565;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #c53030;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #742a2a;
}

.focus\:placeholder-orange-100:focus::placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-600:focus::placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  color: #744210;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #68d391;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #38a169;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #276749;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #22543d;
}

.focus\:placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-300:focus::placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-400:focus::placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-500:focus::placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-600:focus::placeholder {
  color: #319795;
}

.focus\:placeholder-teal-700:focus::placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-800:focus::placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-900:focus::placeholder {
  color: #234e52;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #2a4365;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  color: #3c366b;
}

.focus\:placeholder-purple-100:focus::placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-200:focus::placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-300:focus::placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-400:focus::placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-500:focus::placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-600:focus::placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-700:focus::placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-800:focus::placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-900:focus::placeholder {
  color: #44337a;
}

.focus\:placeholder-pink-100:focus::placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-200:focus::placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-300:focus::placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-400:focus::placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-500:focus::placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-600:focus::placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-700:focus::placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-800:focus::placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-900:focus::placeholder {
  color: #702459;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-100 {
  color: #f7fafc;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-300 {
  color: #e2e8f0;
}

.text-gray-400 {
  color: #cbd5e0;
}

.text-gray-500 {
  color: #a0aec0;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #4a5568;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-900 {
  color: #1a202c;
}

.text-red-100 {
  color: #fff5f5;
}

.text-red-200 {
  color: #fed7d7;
}

.text-red-300 {
  color: #feb2b2;
}

.text-red-400 {
  color: #fc8181;
}

.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e53e3e;
}

.text-red-700 {
  color: #c53030;
}

.text-red-800 {
  color: #9b2c2c;
}

.text-red-900 {
  color: #742a2a;
}

.text-orange-100 {
  color: #fffaf0;
}

.text-orange-200 {
  color: #feebc8;
}

.text-orange-300 {
  color: #fbd38d;
}

.text-orange-400 {
  color: #f6ad55;
}

.text-orange-500 {
  color: #ed8936;
}

.text-orange-600 {
  color: #dd6b20;
}

.text-orange-700 {
  color: #c05621;
}

.text-orange-800 {
  color: #9c4221;
}

.text-orange-900 {
  color: #7b341e;
}

.text-yellow-100 {
  color: #fffff0;
}

.text-yellow-200 {
  color: #fefcbf;
}

.text-yellow-300 {
  color: #faf089;
}

.text-yellow-400 {
  color: #f6e05e;
}

.text-yellow-500 {
  color: #ecc94b;
}

.text-yellow-600 {
  color: #d69e2e;
}

.text-yellow-700 {
  color: #b7791f;
}

.text-yellow-800 {
  color: #975a16;
}

.text-yellow-900 {
  color: #744210;
}

.text-green-100 {
  color: #f0fff4;
}

.text-green-200 {
  color: #c6f6d5;
}

.text-green-300 {
  color: #9ae6b4;
}

.text-green-400 {
  color: #68d391;
}

.text-green-500 {
  color: #48bb78;
}

.text-green-600 {
  color: #38a169;
}

.text-green-700 {
  color: #2f855a;
}

.text-green-800 {
  color: #276749;
}

.text-green-900 {
  color: #22543d;
}

.text-teal-100 {
  color: #e6fffa;
}

.text-teal-200 {
  color: #b2f5ea;
}

.text-teal-300 {
  color: #81e6d9;
}

.text-teal-400 {
  color: #4fd1c5;
}

.text-teal-500 {
  color: #38b2ac;
}

.text-teal-600 {
  color: #319795;
}

.text-teal-700 {
  color: #2c7a7b;
}

.text-teal-800 {
  color: #285e61;
}

.text-teal-900 {
  color: #234e52;
}

.text-blue-100 {
  color: #ebf8ff;
}

.text-blue-200 {
  color: #bee3f8;
}

.text-blue-300 {
  color: #90cdf4;
}

.text-blue-400 {
  color: #63b3ed;
}

.text-blue-500 {
  color: #4299e1;
}

.text-blue-600 {
  color: #3182ce;
}

.text-blue-700 {
  color: #2b6cb0;
}

.text-blue-800 {
  color: #2c5282;
}

.text-blue-900 {
  color: #2a4365;
}

.text-indigo-100 {
  color: #ebf4ff;
}

.text-indigo-200 {
  color: #c3dafe;
}

.text-indigo-300 {
  color: #a3bffa;
}

.text-indigo-400 {
  color: #7f9cf5;
}

.text-indigo-500 {
  color: #667eea;
}

.text-indigo-600 {
  color: #5a67d8;
}

.text-indigo-700 {
  color: #4c51bf;
}

.text-indigo-800 {
  color: #434190;
}

.text-indigo-900 {
  color: #3c366b;
}

.text-purple-100 {
  color: #faf5ff;
}

.text-purple-200 {
  color: #e9d8fd;
}

.text-purple-300 {
  color: #d6bcfa;
}

.text-purple-400 {
  color: #b794f4;
}

.text-purple-500 {
  color: #9f7aea;
}

.text-purple-600 {
  color: #805ad5;
}

.text-purple-700 {
  color: #6b46c1;
}

.text-purple-800 {
  color: #553c9a;
}

.text-purple-900 {
  color: #44337a;
}

.text-pink-100 {
  color: #fff5f7;
}

.text-pink-200 {
  color: #fed7e2;
}

.text-pink-300 {
  color: #fbb6ce;
}

.text-pink-400 {
  color: #f687b3;
}

.text-pink-500 {
  color: #ed64a6;
}

.text-pink-600 {
  color: #d53f8c;
}

.text-pink-700 {
  color: #b83280;
}

.text-pink-800 {
  color: #97266d;
}

.text-pink-900 {
  color: #702459;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-gray-100:hover {
  color: #f7fafc;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-300:hover {
  color: #e2e8f0;
}

.hover\:text-gray-400:hover {
  color: #cbd5e0;
}

.hover\:text-gray-500:hover {
  color: #a0aec0;
}

.hover\:text-gray-600:hover {
  color: #718096;
}

.hover\:text-gray-700:hover {
  color: #4a5568;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-900:hover {
  color: #1a202c;
}

.hover\:text-red-100:hover {
  color: #fff5f5;
}

.hover\:text-red-200:hover {
  color: #fed7d7;
}

.hover\:text-red-300:hover {
  color: #feb2b2;
}

.hover\:text-red-400:hover {
  color: #fc8181;
}

.hover\:text-red-500:hover {
  color: #f56565;
}

.hover\:text-red-600:hover {
  color: #e53e3e;
}

.hover\:text-red-700:hover {
  color: #c53030;
}

.hover\:text-red-800:hover {
  color: #9b2c2c;
}

.hover\:text-red-900:hover {
  color: #742a2a;
}

.hover\:text-orange-100:hover {
  color: #fffaf0;
}

.hover\:text-orange-200:hover {
  color: #feebc8;
}

.hover\:text-orange-300:hover {
  color: #fbd38d;
}

.hover\:text-orange-400:hover {
  color: #f6ad55;
}

.hover\:text-orange-500:hover {
  color: #ed8936;
}

.hover\:text-orange-600:hover {
  color: #dd6b20;
}

.hover\:text-orange-700:hover {
  color: #c05621;
}

.hover\:text-orange-800:hover {
  color: #9c4221;
}

.hover\:text-orange-900:hover {
  color: #7b341e;
}

.hover\:text-yellow-100:hover {
  color: #fffff0;
}

.hover\:text-yellow-200:hover {
  color: #fefcbf;
}

.hover\:text-yellow-300:hover {
  color: #faf089;
}

.hover\:text-yellow-400:hover {
  color: #f6e05e;
}

.hover\:text-yellow-500:hover {
  color: #ecc94b;
}

.hover\:text-yellow-600:hover {
  color: #d69e2e;
}

.hover\:text-yellow-700:hover {
  color: #b7791f;
}

.hover\:text-yellow-800:hover {
  color: #975a16;
}

.hover\:text-yellow-900:hover {
  color: #744210;
}

.hover\:text-green-100:hover {
  color: #f0fff4;
}

.hover\:text-green-200:hover {
  color: #c6f6d5;
}

.hover\:text-green-300:hover {
  color: #9ae6b4;
}

.hover\:text-green-400:hover {
  color: #68d391;
}

.hover\:text-green-500:hover {
  color: #48bb78;
}

.hover\:text-green-600:hover {
  color: #38a169;
}

.hover\:text-green-700:hover {
  color: #2f855a;
}

.hover\:text-green-800:hover {
  color: #276749;
}

.hover\:text-green-900:hover {
  color: #22543d;
}

.hover\:text-teal-100:hover {
  color: #e6fffa;
}

.hover\:text-teal-200:hover {
  color: #b2f5ea;
}

.hover\:text-teal-300:hover {
  color: #81e6d9;
}

.hover\:text-teal-400:hover {
  color: #4fd1c5;
}

.hover\:text-teal-500:hover {
  color: #38b2ac;
}

.hover\:text-teal-600:hover {
  color: #319795;
}

.hover\:text-teal-700:hover {
  color: #2c7a7b;
}

.hover\:text-teal-800:hover {
  color: #285e61;
}

.hover\:text-teal-900:hover {
  color: #234e52;
}

.hover\:text-blue-100:hover {
  color: #ebf8ff;
}

.hover\:text-blue-200:hover {
  color: #bee3f8;
}

.hover\:text-blue-300:hover {
  color: #90cdf4;
}

.hover\:text-blue-400:hover {
  color: #63b3ed;
}

.hover\:text-blue-500:hover {
  color: #4299e1;
}

.hover\:text-blue-600:hover {
  color: #3182ce;
}

.hover\:text-blue-700:hover {
  color: #2b6cb0;
}

.hover\:text-blue-800:hover {
  color: #2c5282;
}

.hover\:text-blue-900:hover {
  color: #2a4365;
}

.hover\:text-indigo-100:hover {
  color: #ebf4ff;
}

.hover\:text-indigo-200:hover {
  color: #c3dafe;
}

.hover\:text-indigo-300:hover {
  color: #a3bffa;
}

.hover\:text-indigo-400:hover {
  color: #7f9cf5;
}

.hover\:text-indigo-500:hover {
  color: #667eea;
}

.hover\:text-indigo-600:hover {
  color: #5a67d8;
}

.hover\:text-indigo-700:hover {
  color: #4c51bf;
}

.hover\:text-indigo-800:hover {
  color: #434190;
}

.hover\:text-indigo-900:hover {
  color: #3c366b;
}

.hover\:text-purple-100:hover {
  color: #faf5ff;
}

.hover\:text-purple-200:hover {
  color: #e9d8fd;
}

.hover\:text-purple-300:hover {
  color: #d6bcfa;
}

.hover\:text-purple-400:hover {
  color: #b794f4;
}

.hover\:text-purple-500:hover {
  color: #9f7aea;
}

.hover\:text-purple-600:hover {
  color: #805ad5;
}

.hover\:text-purple-700:hover {
  color: #6b46c1;
}

.hover\:text-purple-800:hover {
  color: #553c9a;
}

.hover\:text-purple-900:hover {
  color: #44337a;
}

.hover\:text-pink-100:hover {
  color: #fff5f7;
}

.hover\:text-pink-200:hover {
  color: #fed7e2;
}

.hover\:text-pink-300:hover {
  color: #fbb6ce;
}

.hover\:text-pink-400:hover {
  color: #f687b3;
}

.hover\:text-pink-500:hover {
  color: #ed64a6;
}

.hover\:text-pink-600:hover {
  color: #d53f8c;
}

.hover\:text-pink-700:hover {
  color: #b83280;
}

.hover\:text-pink-800:hover {
  color: #97266d;
}

.hover\:text-pink-900:hover {
  color: #702459;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #000;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-gray-100:focus {
  color: #f7fafc;
}

.focus\:text-gray-200:focus {
  color: #edf2f7;
}

.focus\:text-gray-300:focus {
  color: #e2e8f0;
}

.focus\:text-gray-400:focus {
  color: #cbd5e0;
}

.focus\:text-gray-500:focus {
  color: #a0aec0;
}

.focus\:text-gray-600:focus {
  color: #718096;
}

.focus\:text-gray-700:focus {
  color: #4a5568;
}

.focus\:text-gray-800:focus {
  color: #2d3748;
}

.focus\:text-gray-900:focus {
  color: #1a202c;
}

.focus\:text-red-100:focus {
  color: #fff5f5;
}

.focus\:text-red-200:focus {
  color: #fed7d7;
}

.focus\:text-red-300:focus {
  color: #feb2b2;
}

.focus\:text-red-400:focus {
  color: #fc8181;
}

.focus\:text-red-500:focus {
  color: #f56565;
}

.focus\:text-red-600:focus {
  color: #e53e3e;
}

.focus\:text-red-700:focus {
  color: #c53030;
}

.focus\:text-red-800:focus {
  color: #9b2c2c;
}

.focus\:text-red-900:focus {
  color: #742a2a;
}

.focus\:text-orange-100:focus {
  color: #fffaf0;
}

.focus\:text-orange-200:focus {
  color: #feebc8;
}

.focus\:text-orange-300:focus {
  color: #fbd38d;
}

.focus\:text-orange-400:focus {
  color: #f6ad55;
}

.focus\:text-orange-500:focus {
  color: #ed8936;
}

.focus\:text-orange-600:focus {
  color: #dd6b20;
}

.focus\:text-orange-700:focus {
  color: #c05621;
}

.focus\:text-orange-800:focus {
  color: #9c4221;
}

.focus\:text-orange-900:focus {
  color: #7b341e;
}

.focus\:text-yellow-100:focus {
  color: #fffff0;
}

.focus\:text-yellow-200:focus {
  color: #fefcbf;
}

.focus\:text-yellow-300:focus {
  color: #faf089;
}

.focus\:text-yellow-400:focus {
  color: #f6e05e;
}

.focus\:text-yellow-500:focus {
  color: #ecc94b;
}

.focus\:text-yellow-600:focus {
  color: #d69e2e;
}

.focus\:text-yellow-700:focus {
  color: #b7791f;
}

.focus\:text-yellow-800:focus {
  color: #975a16;
}

.focus\:text-yellow-900:focus {
  color: #744210;
}

.focus\:text-green-100:focus {
  color: #f0fff4;
}

.focus\:text-green-200:focus {
  color: #c6f6d5;
}

.focus\:text-green-300:focus {
  color: #9ae6b4;
}

.focus\:text-green-400:focus {
  color: #68d391;
}

.focus\:text-green-500:focus {
  color: #48bb78;
}

.focus\:text-green-600:focus {
  color: #38a169;
}

.focus\:text-green-700:focus {
  color: #2f855a;
}

.focus\:text-green-800:focus {
  color: #276749;
}

.focus\:text-green-900:focus {
  color: #22543d;
}

.focus\:text-teal-100:focus {
  color: #e6fffa;
}

.focus\:text-teal-200:focus {
  color: #b2f5ea;
}

.focus\:text-teal-300:focus {
  color: #81e6d9;
}

.focus\:text-teal-400:focus {
  color: #4fd1c5;
}

.focus\:text-teal-500:focus {
  color: #38b2ac;
}

.focus\:text-teal-600:focus {
  color: #319795;
}

.focus\:text-teal-700:focus {
  color: #2c7a7b;
}

.focus\:text-teal-800:focus {
  color: #285e61;
}

.focus\:text-teal-900:focus {
  color: #234e52;
}

.focus\:text-blue-100:focus {
  color: #ebf8ff;
}

.focus\:text-blue-200:focus {
  color: #bee3f8;
}

.focus\:text-blue-300:focus {
  color: #90cdf4;
}

.focus\:text-blue-400:focus {
  color: #63b3ed;
}

.focus\:text-blue-500:focus {
  color: #4299e1;
}

.focus\:text-blue-600:focus {
  color: #3182ce;
}

.focus\:text-blue-700:focus {
  color: #2b6cb0;
}

.focus\:text-blue-800:focus {
  color: #2c5282;
}

.focus\:text-blue-900:focus {
  color: #2a4365;
}

.focus\:text-indigo-100:focus {
  color: #ebf4ff;
}

.focus\:text-indigo-200:focus {
  color: #c3dafe;
}

.focus\:text-indigo-300:focus {
  color: #a3bffa;
}

.focus\:text-indigo-400:focus {
  color: #7f9cf5;
}

.focus\:text-indigo-500:focus {
  color: #667eea;
}

.focus\:text-indigo-600:focus {
  color: #5a67d8;
}

.focus\:text-indigo-700:focus {
  color: #4c51bf;
}

.focus\:text-indigo-800:focus {
  color: #434190;
}

.focus\:text-indigo-900:focus {
  color: #3c366b;
}

.focus\:text-purple-100:focus {
  color: #faf5ff;
}

.focus\:text-purple-200:focus {
  color: #e9d8fd;
}

.focus\:text-purple-300:focus {
  color: #d6bcfa;
}

.focus\:text-purple-400:focus {
  color: #b794f4;
}

.focus\:text-purple-500:focus {
  color: #9f7aea;
}

.focus\:text-purple-600:focus {
  color: #805ad5;
}

.focus\:text-purple-700:focus {
  color: #6b46c1;
}

.focus\:text-purple-800:focus {
  color: #553c9a;
}

.focus\:text-purple-900:focus {
  color: #44337a;
}

.focus\:text-pink-100:focus {
  color: #fff5f7;
}

.focus\:text-pink-200:focus {
  color: #fed7e2;
}

.focus\:text-pink-300:focus {
  color: #fbb6ce;
}

.focus\:text-pink-400:focus {
  color: #f687b3;
}

.focus\:text-pink-500:focus {
  color: #ed64a6;
}

.focus\:text-pink-600:focus {
  color: #d53f8c;
}

.focus\:text-pink-700:focus {
  color: #b83280;
}

.focus\:text-pink-800:focus {
  color: #97266d;
}

.focus\:text-pink-900:focus {
  color: #702459;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.no-underline {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.hover\:underline:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.hover\:line-through:hover {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.focus\:underline:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.focus\:line-through:focus {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.gap-0 {
  grid-gap: 0;
  gap: 0;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.col-gap-0 {
  grid-column-gap: 0;
  column-gap: 0;
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.col-gap-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.col-gap-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.col-gap-12 {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.col-gap-16 {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.col-gap-20 {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.col-gap-24 {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.col-gap-32 {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.col-gap-40 {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.col-gap-48 {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.col-gap-56 {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.col-gap-64 {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.col-gap-px {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

.rotate-180 {
  --transform-rotate: 180deg;
}

.-rotate-180 {
  --transform-rotate: -180deg;
}

.-rotate-90 {
  --transform-rotate: -90deg;
}

.-rotate-45 {
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg;
}

.translate-x-0 {
  --transform-translate-x: 0;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem;
}

.translate-x-4 {
  --transform-translate-x: 1rem;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem;
}

.translate-x-8 {
  --transform-translate-x: 2rem;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem;
}

.translate-x-12 {
  --transform-translate-x: 3rem;
}

.translate-x-16 {
  --transform-translate-x: 4rem;
}

.translate-x-20 {
  --transform-translate-x: 5rem;
}

.translate-x-24 {
  --transform-translate-x: 6rem;
}

.translate-x-32 {
  --transform-translate-x: 8rem;
}

.translate-x-40 {
  --transform-translate-x: 10rem;
}

.translate-x-48 {
  --transform-translate-x: 12rem;
}

.translate-x-56 {
  --transform-translate-x: 14rem;
}

.translate-x-64 {
  --transform-translate-x: 16rem;
}

.translate-x-px {
  --transform-translate-x: 1px;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem;
}

.-translate-x-4 {
  --transform-translate-x: -1rem;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem;
}

.-translate-x-8 {
  --transform-translate-x: -2rem;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem;
}

.-translate-x-12 {
  --transform-translate-x: -3rem;
}

.-translate-x-16 {
  --transform-translate-x: -4rem;
}

.-translate-x-20 {
  --transform-translate-x: -5rem;
}

.-translate-x-24 {
  --transform-translate-x: -6rem;
}

.-translate-x-32 {
  --transform-translate-x: -8rem;
}

.-translate-x-40 {
  --transform-translate-x: -10rem;
}

.-translate-x-48 {
  --transform-translate-x: -12rem;
}

.-translate-x-56 {
  --transform-translate-x: -14rem;
}

.-translate-x-64 {
  --transform-translate-x: -16rem;
}

.-translate-x-px {
  --transform-translate-x: -1px;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem;
}

.translate-y-4 {
  --transform-translate-y: 1rem;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem;
}

.translate-y-8 {
  --transform-translate-y: 2rem;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem;
}

.translate-y-12 {
  --transform-translate-y: 3rem;
}

.translate-y-16 {
  --transform-translate-y: 4rem;
}

.translate-y-20 {
  --transform-translate-y: 5rem;
}

.translate-y-24 {
  --transform-translate-y: 6rem;
}

.translate-y-32 {
  --transform-translate-y: 8rem;
}

.translate-y-40 {
  --transform-translate-y: 10rem;
}

.translate-y-48 {
  --transform-translate-y: 12rem;
}

.translate-y-56 {
  --transform-translate-y: 14rem;
}

.translate-y-64 {
  --transform-translate-y: 16rem;
}

.translate-y-px {
  --transform-translate-y: 1px;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem;
}

.-translate-y-4 {
  --transform-translate-y: -1rem;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem;
}

.-translate-y-8 {
  --transform-translate-y: -2rem;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem;
}

.-translate-y-12 {
  --transform-translate-y: -3rem;
}

.-translate-y-16 {
  --transform-translate-y: -4rem;
}

.-translate-y-20 {
  --transform-translate-y: -5rem;
}

.-translate-y-24 {
  --transform-translate-y: -6rem;
}

.-translate-y-32 {
  --transform-translate-y: -8rem;
}

.-translate-y-40 {
  --transform-translate-y: -10rem;
}

.-translate-y-48 {
  --transform-translate-y: -12rem;
}

.-translate-y-56 {
  --transform-translate-y: -14rem;
}

.-translate-y-64 {
  --transform-translate-y: -16rem;
}

.-translate-y-px {
  --transform-translate-y: -1px;
}

.-translate-y-full {
  --transform-translate-y: -100%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-3 {
  --transform-skew-x: -3deg;
}

.skew-y-0 {
  --transform-skew-y: 0;
}

.skew-y-3 {
  --transform-skew-y: 3deg;
}

.skew-y-6 {
  --transform-skew-y: 6deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-3 {
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-shadow {
  transition-property: box-shadow;
}

.transition-transform {
  transition-property: transform;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

@media (min-width: 640px) {
  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none {
    appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .sm\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .sm\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .sm\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .sm\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .sm\:bg-gray-600 {
    background-color: #718096;
  }

  .sm\:bg-gray-700 {
    background-color: #4a5568;
  }

  .sm\:bg-gray-800 {
    background-color: #2d3748;
  }

  .sm\:bg-gray-900 {
    background-color: #1a202c;
  }

  .sm\:bg-red-100 {
    background-color: #fff5f5;
  }

  .sm\:bg-red-200 {
    background-color: #fed7d7;
  }

  .sm\:bg-red-300 {
    background-color: #feb2b2;
  }

  .sm\:bg-red-400 {
    background-color: #fc8181;
  }

  .sm\:bg-red-500 {
    background-color: #f56565;
  }

  .sm\:bg-red-600 {
    background-color: #e53e3e;
  }

  .sm\:bg-red-700 {
    background-color: #c53030;
  }

  .sm\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .sm\:bg-red-900 {
    background-color: #742a2a;
  }

  .sm\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .sm\:bg-orange-200 {
    background-color: #feebc8;
  }

  .sm\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .sm\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .sm\:bg-orange-500 {
    background-color: #ed8936;
  }

  .sm\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .sm\:bg-orange-700 {
    background-color: #c05621;
  }

  .sm\:bg-orange-800 {
    background-color: #9c4221;
  }

  .sm\:bg-orange-900 {
    background-color: #7b341e;
  }

  .sm\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .sm\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .sm\:bg-yellow-300 {
    background-color: #faf089;
  }

  .sm\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .sm\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .sm\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .sm\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .sm\:bg-yellow-800 {
    background-color: #975a16;
  }

  .sm\:bg-yellow-900 {
    background-color: #744210;
  }

  .sm\:bg-green-100 {
    background-color: #f0fff4;
  }

  .sm\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .sm\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .sm\:bg-green-400 {
    background-color: #68d391;
  }

  .sm\:bg-green-500 {
    background-color: #48bb78;
  }

  .sm\:bg-green-600 {
    background-color: #38a169;
  }

  .sm\:bg-green-700 {
    background-color: #2f855a;
  }

  .sm\:bg-green-800 {
    background-color: #276749;
  }

  .sm\:bg-green-900 {
    background-color: #22543d;
  }

  .sm\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .sm\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .sm\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .sm\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .sm\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .sm\:bg-teal-600 {
    background-color: #319795;
  }

  .sm\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .sm\:bg-teal-800 {
    background-color: #285e61;
  }

  .sm\:bg-teal-900 {
    background-color: #234e52;
  }

  .sm\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .sm\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .sm\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .sm\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .sm\:bg-blue-500 {
    background-color: #4299e1;
  }

  .sm\:bg-blue-600 {
    background-color: #3182ce;
  }

  .sm\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .sm\:bg-blue-800 {
    background-color: #2c5282;
  }

  .sm\:bg-blue-900 {
    background-color: #2a4365;
  }

  .sm\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .sm\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .sm\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .sm\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .sm\:bg-indigo-500 {
    background-color: #667eea;
  }

  .sm\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .sm\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .sm\:bg-indigo-800 {
    background-color: #434190;
  }

  .sm\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .sm\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .sm\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .sm\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .sm\:bg-purple-400 {
    background-color: #b794f4;
  }

  .sm\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .sm\:bg-purple-600 {
    background-color: #805ad5;
  }

  .sm\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .sm\:bg-purple-800 {
    background-color: #553c9a;
  }

  .sm\:bg-purple-900 {
    background-color: #44337a;
  }

  .sm\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .sm\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .sm\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .sm\:bg-pink-400 {
    background-color: #f687b3;
  }

  .sm\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .sm\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .sm\:bg-pink-700 {
    background-color: #b83280;
  }

  .sm\:bg-pink-800 {
    background-color: #97266d;
  }

  .sm\:bg-pink-900 {
    background-color: #702459;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .sm\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .sm\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .sm\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .sm\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .sm\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .sm\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .sm\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .sm\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .sm\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .sm\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .sm\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .sm\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .sm\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .sm\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .sm\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .sm\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .sm\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .sm\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .sm\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .sm\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .sm\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .sm\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .sm\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .sm\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .sm\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .sm\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .sm\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .sm\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .sm\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .sm\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .sm\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .sm\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .sm\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .sm\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .sm\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .sm\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .sm\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .sm\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .sm\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .sm\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .sm\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .sm\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .sm\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .sm\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .sm\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .sm\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .sm\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .sm\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .sm\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .sm\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .sm\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .sm\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .sm\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .sm\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .sm\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .sm\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .sm\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .sm\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .sm\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .sm\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .sm\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .sm\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .sm\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .sm\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .sm\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .sm\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .sm\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .sm\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .sm\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .sm\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .sm\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .sm\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .sm\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .sm\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .sm\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .sm\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .sm\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .sm\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .sm\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .sm\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .sm\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .sm\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .sm\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .sm\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .sm\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .sm\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .sm\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .sm\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .sm\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .sm\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .sm\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .sm\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .sm\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .sm\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .sm\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .sm\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .sm\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .sm\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .sm\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .sm\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .sm\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .sm\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .sm\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .sm\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .sm\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .sm\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .sm\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .sm\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .sm\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .sm\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .sm\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .sm\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .sm\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .sm\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .sm\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .sm\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .sm\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .sm\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .sm\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .sm\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .sm\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .sm\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .sm\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .sm\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .sm\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .sm\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .sm\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .sm\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .sm\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .sm\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .sm\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .sm\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-gray-100 {
    border-color: #f7fafc;
  }

  .sm\:border-gray-200 {
    border-color: #edf2f7;
  }

  .sm\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .sm\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:border-gray-600 {
    border-color: #718096;
  }

  .sm\:border-gray-700 {
    border-color: #4a5568;
  }

  .sm\:border-gray-800 {
    border-color: #2d3748;
  }

  .sm\:border-gray-900 {
    border-color: #1a202c;
  }

  .sm\:border-red-100 {
    border-color: #fff5f5;
  }

  .sm\:border-red-200 {
    border-color: #fed7d7;
  }

  .sm\:border-red-300 {
    border-color: #feb2b2;
  }

  .sm\:border-red-400 {
    border-color: #fc8181;
  }

  .sm\:border-red-500 {
    border-color: #f56565;
  }

  .sm\:border-red-600 {
    border-color: #e53e3e;
  }

  .sm\:border-red-700 {
    border-color: #c53030;
  }

  .sm\:border-red-800 {
    border-color: #9b2c2c;
  }

  .sm\:border-red-900 {
    border-color: #742a2a;
  }

  .sm\:border-orange-100 {
    border-color: #fffaf0;
  }

  .sm\:border-orange-200 {
    border-color: #feebc8;
  }

  .sm\:border-orange-300 {
    border-color: #fbd38d;
  }

  .sm\:border-orange-400 {
    border-color: #f6ad55;
  }

  .sm\:border-orange-500 {
    border-color: #ed8936;
  }

  .sm\:border-orange-600 {
    border-color: #dd6b20;
  }

  .sm\:border-orange-700 {
    border-color: #c05621;
  }

  .sm\:border-orange-800 {
    border-color: #9c4221;
  }

  .sm\:border-orange-900 {
    border-color: #7b341e;
  }

  .sm\:border-yellow-100 {
    border-color: #fffff0;
  }

  .sm\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .sm\:border-yellow-300 {
    border-color: #faf089;
  }

  .sm\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .sm\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .sm\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .sm\:border-yellow-700 {
    border-color: #b7791f;
  }

  .sm\:border-yellow-800 {
    border-color: #975a16;
  }

  .sm\:border-yellow-900 {
    border-color: #744210;
  }

  .sm\:border-green-100 {
    border-color: #f0fff4;
  }

  .sm\:border-green-200 {
    border-color: #c6f6d5;
  }

  .sm\:border-green-300 {
    border-color: #9ae6b4;
  }

  .sm\:border-green-400 {
    border-color: #68d391;
  }

  .sm\:border-green-500 {
    border-color: #48bb78;
  }

  .sm\:border-green-600 {
    border-color: #38a169;
  }

  .sm\:border-green-700 {
    border-color: #2f855a;
  }

  .sm\:border-green-800 {
    border-color: #276749;
  }

  .sm\:border-green-900 {
    border-color: #22543d;
  }

  .sm\:border-teal-100 {
    border-color: #e6fffa;
  }

  .sm\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .sm\:border-teal-300 {
    border-color: #81e6d9;
  }

  .sm\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .sm\:border-teal-500 {
    border-color: #38b2ac;
  }

  .sm\:border-teal-600 {
    border-color: #319795;
  }

  .sm\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .sm\:border-teal-800 {
    border-color: #285e61;
  }

  .sm\:border-teal-900 {
    border-color: #234e52;
  }

  .sm\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .sm\:border-blue-200 {
    border-color: #bee3f8;
  }

  .sm\:border-blue-300 {
    border-color: #90cdf4;
  }

  .sm\:border-blue-400 {
    border-color: #63b3ed;
  }

  .sm\:border-blue-500 {
    border-color: #4299e1;
  }

  .sm\:border-blue-600 {
    border-color: #3182ce;
  }

  .sm\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .sm\:border-blue-800 {
    border-color: #2c5282;
  }

  .sm\:border-blue-900 {
    border-color: #2a4365;
  }

  .sm\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .sm\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .sm\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .sm\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .sm\:border-indigo-500 {
    border-color: #667eea;
  }

  .sm\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .sm\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .sm\:border-indigo-800 {
    border-color: #434190;
  }

  .sm\:border-indigo-900 {
    border-color: #3c366b;
  }

  .sm\:border-purple-100 {
    border-color: #faf5ff;
  }

  .sm\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .sm\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .sm\:border-purple-400 {
    border-color: #b794f4;
  }

  .sm\:border-purple-500 {
    border-color: #9f7aea;
  }

  .sm\:border-purple-600 {
    border-color: #805ad5;
  }

  .sm\:border-purple-700 {
    border-color: #6b46c1;
  }

  .sm\:border-purple-800 {
    border-color: #553c9a;
  }

  .sm\:border-purple-900 {
    border-color: #44337a;
  }

  .sm\:border-pink-100 {
    border-color: #fff5f7;
  }

  .sm\:border-pink-200 {
    border-color: #fed7e2;
  }

  .sm\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .sm\:border-pink-400 {
    border-color: #f687b3;
  }

  .sm\:border-pink-500 {
    border-color: #ed64a6;
  }

  .sm\:border-pink-600 {
    border-color: #d53f8c;
  }

  .sm\:border-pink-700 {
    border-color: #b83280;
  }

  .sm\:border-pink-800 {
    border-color: #97266d;
  }

  .sm\:border-pink-900 {
    border-color: #702459;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .sm\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .sm\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .sm\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .sm\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .sm\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .sm\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .sm\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .sm\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .sm\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .sm\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .sm\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .sm\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .sm\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .sm\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .sm\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .sm\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .sm\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .sm\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .sm\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .sm\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .sm\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .sm\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .sm\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .sm\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .sm\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .sm\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .sm\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .sm\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .sm\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .sm\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .sm\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .sm\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .sm\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .sm\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .sm\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .sm\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .sm\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .sm\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .sm\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .sm\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .sm\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .sm\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .sm\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .sm\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .sm\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .sm\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .sm\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .sm\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .sm\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .sm\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .sm\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .sm\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .sm\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .sm\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .sm\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .sm\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .sm\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .sm\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .sm\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .sm\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .sm\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .sm\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .sm\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .sm\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .sm\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .sm\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .sm\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .sm\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .sm\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .sm\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .sm\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .sm\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .sm\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .sm\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .sm\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .sm\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .sm\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .sm\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .sm\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .sm\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .sm\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .sm\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    border-color: #000;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff;
  }

  .sm\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .sm\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .sm\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .sm\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .sm\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .sm\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .sm\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .sm\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .sm\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .sm\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .sm\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .sm\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .sm\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .sm\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .sm\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .sm\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .sm\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .sm\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .sm\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .sm\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .sm\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .sm\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .sm\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .sm\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .sm\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .sm\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .sm\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .sm\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .sm\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .sm\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .sm\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .sm\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .sm\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .sm\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .sm\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .sm\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .sm\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .sm\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .sm\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .sm\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .sm\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .sm\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .sm\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .sm\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .sm\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .sm\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .sm\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .sm\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .sm\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .sm\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .sm\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .sm\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .sm\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .sm\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .sm\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .sm\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .sm\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .sm\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .sm\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .sm\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .sm\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .sm\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .sm\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .sm\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .sm\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .sm\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .sm\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .sm\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .sm\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .sm\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .sm\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .sm\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .sm\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .sm\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .sm\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .sm\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .sm\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .sm\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .sm\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .sm\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .sm\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .sm\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .sm\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .sm\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .sm\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .sm\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:font-sans {
    font-family: 'InterVariable';
  }

  .sm\:font-serif {
    font-family: 'InterVariable';
  }

  .sm\:font-mono {
    font-family: 'InterVariable';
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:object-contain {
    object-fit: contain;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-fill {
    object-fit: fill;
  }

  .sm\:object-none {
    object-fit: none;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

  .sm\:object-bottom {
    object-position: bottom;
  }

  .sm\:object-center {
    object-position: center;
  }

  .sm\:object-left {
    object-position: left;
  }

  .sm\:object-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-left-top {
    object-position: left top;
  }

  .sm\:object-right {
    object-position: right;
  }

  .sm\:object-right-bottom {
    object-position: right bottom;
  }

  .sm\:object-right-top {
    object-position: right top;
  }

  .sm\:object-top {
    object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black::placeholder {
    color: #000;
  }

  .sm\:placeholder-white::placeholder {
    color: #fff;
  }

  .sm\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .sm\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .sm\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .sm\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .sm\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-gray-100 {
    color: #f7fafc;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-300 {
    color: #e2e8f0;
  }

  .sm\:text-gray-400 {
    color: #cbd5e0;
  }

  .sm\:text-gray-500 {
    color: #a0aec0;
  }

  .sm\:text-gray-600 {
    color: #718096;
  }

  .sm\:text-gray-700 {
    color: #4a5568;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-900 {
    color: #1a202c;
  }

  .sm\:text-red-100 {
    color: #fff5f5;
  }

  .sm\:text-red-200 {
    color: #fed7d7;
  }

  .sm\:text-red-300 {
    color: #feb2b2;
  }

  .sm\:text-red-400 {
    color: #fc8181;
  }

  .sm\:text-red-500 {
    color: #f56565;
  }

  .sm\:text-red-600 {
    color: #e53e3e;
  }

  .sm\:text-red-700 {
    color: #c53030;
  }

  .sm\:text-red-800 {
    color: #9b2c2c;
  }

  .sm\:text-red-900 {
    color: #742a2a;
  }

  .sm\:text-orange-100 {
    color: #fffaf0;
  }

  .sm\:text-orange-200 {
    color: #feebc8;
  }

  .sm\:text-orange-300 {
    color: #fbd38d;
  }

  .sm\:text-orange-400 {
    color: #f6ad55;
  }

  .sm\:text-orange-500 {
    color: #ed8936;
  }

  .sm\:text-orange-600 {
    color: #dd6b20;
  }

  .sm\:text-orange-700 {
    color: #c05621;
  }

  .sm\:text-orange-800 {
    color: #9c4221;
  }

  .sm\:text-orange-900 {
    color: #7b341e;
  }

  .sm\:text-yellow-100 {
    color: #fffff0;
  }

  .sm\:text-yellow-200 {
    color: #fefcbf;
  }

  .sm\:text-yellow-300 {
    color: #faf089;
  }

  .sm\:text-yellow-400 {
    color: #f6e05e;
  }

  .sm\:text-yellow-500 {
    color: #ecc94b;
  }

  .sm\:text-yellow-600 {
    color: #d69e2e;
  }

  .sm\:text-yellow-700 {
    color: #b7791f;
  }

  .sm\:text-yellow-800 {
    color: #975a16;
  }

  .sm\:text-yellow-900 {
    color: #744210;
  }

  .sm\:text-green-100 {
    color: #f0fff4;
  }

  .sm\:text-green-200 {
    color: #c6f6d5;
  }

  .sm\:text-green-300 {
    color: #9ae6b4;
  }

  .sm\:text-green-400 {
    color: #68d391;
  }

  .sm\:text-green-500 {
    color: #48bb78;
  }

  .sm\:text-green-600 {
    color: #38a169;
  }

  .sm\:text-green-700 {
    color: #2f855a;
  }

  .sm\:text-green-800 {
    color: #276749;
  }

  .sm\:text-green-900 {
    color: #22543d;
  }

  .sm\:text-teal-100 {
    color: #e6fffa;
  }

  .sm\:text-teal-200 {
    color: #b2f5ea;
  }

  .sm\:text-teal-300 {
    color: #81e6d9;
  }

  .sm\:text-teal-400 {
    color: #4fd1c5;
  }

  .sm\:text-teal-500 {
    color: #38b2ac;
  }

  .sm\:text-teal-600 {
    color: #319795;
  }

  .sm\:text-teal-700 {
    color: #2c7a7b;
  }

  .sm\:text-teal-800 {
    color: #285e61;
  }

  .sm\:text-teal-900 {
    color: #234e52;
  }

  .sm\:text-blue-100 {
    color: #ebf8ff;
  }

  .sm\:text-blue-200 {
    color: #bee3f8;
  }

  .sm\:text-blue-300 {
    color: #90cdf4;
  }

  .sm\:text-blue-400 {
    color: #63b3ed;
  }

  .sm\:text-blue-500 {
    color: #4299e1;
  }

  .sm\:text-blue-600 {
    color: #3182ce;
  }

  .sm\:text-blue-700 {
    color: #2b6cb0;
  }

  .sm\:text-blue-800 {
    color: #2c5282;
  }

  .sm\:text-blue-900 {
    color: #2a4365;
  }

  .sm\:text-indigo-100 {
    color: #ebf4ff;
  }

  .sm\:text-indigo-200 {
    color: #c3dafe;
  }

  .sm\:text-indigo-300 {
    color: #a3bffa;
  }

  .sm\:text-indigo-400 {
    color: #7f9cf5;
  }

  .sm\:text-indigo-500 {
    color: #667eea;
  }

  .sm\:text-indigo-600 {
    color: #5a67d8;
  }

  .sm\:text-indigo-700 {
    color: #4c51bf;
  }

  .sm\:text-indigo-800 {
    color: #434190;
  }

  .sm\:text-indigo-900 {
    color: #3c366b;
  }

  .sm\:text-purple-100 {
    color: #faf5ff;
  }

  .sm\:text-purple-200 {
    color: #e9d8fd;
  }

  .sm\:text-purple-300 {
    color: #d6bcfa;
  }

  .sm\:text-purple-400 {
    color: #b794f4;
  }

  .sm\:text-purple-500 {
    color: #9f7aea;
  }

  .sm\:text-purple-600 {
    color: #805ad5;
  }

  .sm\:text-purple-700 {
    color: #6b46c1;
  }

  .sm\:text-purple-800 {
    color: #553c9a;
  }

  .sm\:text-purple-900 {
    color: #44337a;
  }

  .sm\:text-pink-100 {
    color: #fff5f7;
  }

  .sm\:text-pink-200 {
    color: #fed7e2;
  }

  .sm\:text-pink-300 {
    color: #fbb6ce;
  }

  .sm\:text-pink-400 {
    color: #f687b3;
  }

  .sm\:text-pink-500 {
    color: #ed64a6;
  }

  .sm\:text-pink-600 {
    color: #d53f8c;
  }

  .sm\:text-pink-700 {
    color: #b83280;
  }

  .sm\:text-pink-800 {
    color: #97266d;
  }

  .sm\:text-pink-900 {
    color: #702459;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .sm\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .sm\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .sm\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .sm\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .sm\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .sm\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .sm\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .sm\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .sm\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .sm\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .sm\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .sm\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .sm\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .sm\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .sm\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .sm\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .sm\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .sm\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .sm\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .sm\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .sm\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .sm\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .sm\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .sm\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .sm\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .sm\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .sm\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .sm\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .sm\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .sm\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .sm\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .sm\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .sm\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .sm\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .sm\:hover\:text-green-800:hover {
    color: #276749;
  }

  .sm\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .sm\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .sm\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .sm\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .sm\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .sm\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .sm\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .sm\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .sm\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .sm\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .sm\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .sm\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .sm\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .sm\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .sm\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .sm\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .sm\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .sm\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .sm\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .sm\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .sm\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .sm\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .sm\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .sm\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .sm\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .sm\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .sm\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .sm\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .sm\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .sm\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .sm\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .sm\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .sm\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .sm\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .sm\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .sm\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .sm\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .sm\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .sm\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .sm\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .sm\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .sm\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #000;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .sm\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .sm\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .sm\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .sm\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .sm\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .sm\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .sm\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .sm\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .sm\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .sm\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .sm\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .sm\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .sm\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .sm\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .sm\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .sm\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .sm\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .sm\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .sm\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .sm\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .sm\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .sm\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .sm\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .sm\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .sm\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .sm\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .sm\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .sm\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .sm\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .sm\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .sm\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .sm\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .sm\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .sm\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .sm\:focus\:text-green-800:focus {
    color: #276749;
  }

  .sm\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .sm\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .sm\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .sm\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .sm\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .sm\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .sm\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .sm\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .sm\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .sm\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .sm\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .sm\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .sm\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .sm\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .sm\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .sm\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .sm\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .sm\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .sm\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .sm\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .sm\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .sm\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .sm\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .sm\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .sm\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .sm\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .sm\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .sm\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .sm\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .sm\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .sm\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .sm\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .sm\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .sm\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .sm\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .sm\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .sm\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .sm\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .sm\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .sm\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .sm\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .sm\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .sm\:line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .sm\:no-underline {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
  }

  .sm\:transition-transform {
    transition-property: transform;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (min-width: 768px) {
  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none {
    appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .md\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .md\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .md\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .md\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .md\:bg-gray-600 {
    background-color: #718096;
  }

  .md\:bg-gray-700 {
    background-color: #4a5568;
  }

  .md\:bg-gray-800 {
    background-color: #2d3748;
  }

  .md\:bg-gray-900 {
    background-color: #1a202c;
  }

  .md\:bg-red-100 {
    background-color: #fff5f5;
  }

  .md\:bg-red-200 {
    background-color: #fed7d7;
  }

  .md\:bg-red-300 {
    background-color: #feb2b2;
  }

  .md\:bg-red-400 {
    background-color: #fc8181;
  }

  .md\:bg-red-500 {
    background-color: #f56565;
  }

  .md\:bg-red-600 {
    background-color: #e53e3e;
  }

  .md\:bg-red-700 {
    background-color: #c53030;
  }

  .md\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .md\:bg-red-900 {
    background-color: #742a2a;
  }

  .md\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .md\:bg-orange-200 {
    background-color: #feebc8;
  }

  .md\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .md\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .md\:bg-orange-500 {
    background-color: #ed8936;
  }

  .md\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .md\:bg-orange-700 {
    background-color: #c05621;
  }

  .md\:bg-orange-800 {
    background-color: #9c4221;
  }

  .md\:bg-orange-900 {
    background-color: #7b341e;
  }

  .md\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .md\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .md\:bg-yellow-300 {
    background-color: #faf089;
  }

  .md\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .md\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .md\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .md\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .md\:bg-yellow-800 {
    background-color: #975a16;
  }

  .md\:bg-yellow-900 {
    background-color: #744210;
  }

  .md\:bg-green-100 {
    background-color: #f0fff4;
  }

  .md\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .md\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .md\:bg-green-400 {
    background-color: #68d391;
  }

  .md\:bg-green-500 {
    background-color: #48bb78;
  }

  .md\:bg-green-600 {
    background-color: #38a169;
  }

  .md\:bg-green-700 {
    background-color: #2f855a;
  }

  .md\:bg-green-800 {
    background-color: #276749;
  }

  .md\:bg-green-900 {
    background-color: #22543d;
  }

  .md\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .md\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .md\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .md\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .md\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .md\:bg-teal-600 {
    background-color: #319795;
  }

  .md\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .md\:bg-teal-800 {
    background-color: #285e61;
  }

  .md\:bg-teal-900 {
    background-color: #234e52;
  }

  .md\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .md\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .md\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .md\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .md\:bg-blue-500 {
    background-color: #4299e1;
  }

  .md\:bg-blue-600 {
    background-color: #3182ce;
  }

  .md\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .md\:bg-blue-800 {
    background-color: #2c5282;
  }

  .md\:bg-blue-900 {
    background-color: #2a4365;
  }

  .md\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .md\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .md\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .md\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .md\:bg-indigo-500 {
    background-color: #667eea;
  }

  .md\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .md\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .md\:bg-indigo-800 {
    background-color: #434190;
  }

  .md\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .md\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .md\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .md\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .md\:bg-purple-400 {
    background-color: #b794f4;
  }

  .md\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .md\:bg-purple-600 {
    background-color: #805ad5;
  }

  .md\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .md\:bg-purple-800 {
    background-color: #553c9a;
  }

  .md\:bg-purple-900 {
    background-color: #44337a;
  }

  .md\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .md\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .md\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .md\:bg-pink-400 {
    background-color: #f687b3;
  }

  .md\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .md\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .md\:bg-pink-700 {
    background-color: #b83280;
  }

  .md\:bg-pink-800 {
    background-color: #97266d;
  }

  .md\:bg-pink-900 {
    background-color: #702459;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .md\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .md\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .md\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .md\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .md\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .md\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .md\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .md\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .md\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .md\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .md\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .md\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .md\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .md\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .md\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .md\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .md\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .md\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .md\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .md\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .md\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .md\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .md\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .md\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .md\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .md\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .md\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .md\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .md\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .md\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .md\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .md\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .md\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .md\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .md\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .md\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .md\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .md\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .md\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .md\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .md\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .md\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .md\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .md\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .md\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .md\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .md\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .md\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .md\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .md\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .md\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .md\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .md\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .md\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .md\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .md\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .md\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .md\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .md\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .md\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .md\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .md\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .md\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .md\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .md\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .md\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .md\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .md\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .md\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .md\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #000;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .md\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .md\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .md\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .md\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .md\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .md\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .md\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .md\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .md\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .md\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .md\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .md\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .md\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .md\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .md\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .md\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .md\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .md\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .md\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .md\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .md\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .md\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .md\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .md\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .md\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .md\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .md\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .md\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .md\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .md\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .md\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .md\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .md\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .md\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .md\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .md\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .md\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .md\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .md\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .md\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .md\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .md\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .md\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .md\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .md\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .md\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .md\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .md\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .md\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .md\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .md\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .md\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .md\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .md\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .md\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .md\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .md\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .md\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .md\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .md\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .md\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .md\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .md\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-gray-100 {
    border-color: #f7fafc;
  }

  .md\:border-gray-200 {
    border-color: #edf2f7;
  }

  .md\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .md\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:border-gray-600 {
    border-color: #718096;
  }

  .md\:border-gray-700 {
    border-color: #4a5568;
  }

  .md\:border-gray-800 {
    border-color: #2d3748;
  }

  .md\:border-gray-900 {
    border-color: #1a202c;
  }

  .md\:border-red-100 {
    border-color: #fff5f5;
  }

  .md\:border-red-200 {
    border-color: #fed7d7;
  }

  .md\:border-red-300 {
    border-color: #feb2b2;
  }

  .md\:border-red-400 {
    border-color: #fc8181;
  }

  .md\:border-red-500 {
    border-color: #f56565;
  }

  .md\:border-red-600 {
    border-color: #e53e3e;
  }

  .md\:border-red-700 {
    border-color: #c53030;
  }

  .md\:border-red-800 {
    border-color: #9b2c2c;
  }

  .md\:border-red-900 {
    border-color: #742a2a;
  }

  .md\:border-orange-100 {
    border-color: #fffaf0;
  }

  .md\:border-orange-200 {
    border-color: #feebc8;
  }

  .md\:border-orange-300 {
    border-color: #fbd38d;
  }

  .md\:border-orange-400 {
    border-color: #f6ad55;
  }

  .md\:border-orange-500 {
    border-color: #ed8936;
  }

  .md\:border-orange-600 {
    border-color: #dd6b20;
  }

  .md\:border-orange-700 {
    border-color: #c05621;
  }

  .md\:border-orange-800 {
    border-color: #9c4221;
  }

  .md\:border-orange-900 {
    border-color: #7b341e;
  }

  .md\:border-yellow-100 {
    border-color: #fffff0;
  }

  .md\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .md\:border-yellow-300 {
    border-color: #faf089;
  }

  .md\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .md\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .md\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .md\:border-yellow-700 {
    border-color: #b7791f;
  }

  .md\:border-yellow-800 {
    border-color: #975a16;
  }

  .md\:border-yellow-900 {
    border-color: #744210;
  }

  .md\:border-green-100 {
    border-color: #f0fff4;
  }

  .md\:border-green-200 {
    border-color: #c6f6d5;
  }

  .md\:border-green-300 {
    border-color: #9ae6b4;
  }

  .md\:border-green-400 {
    border-color: #68d391;
  }

  .md\:border-green-500 {
    border-color: #48bb78;
  }

  .md\:border-green-600 {
    border-color: #38a169;
  }

  .md\:border-green-700 {
    border-color: #2f855a;
  }

  .md\:border-green-800 {
    border-color: #276749;
  }

  .md\:border-green-900 {
    border-color: #22543d;
  }

  .md\:border-teal-100 {
    border-color: #e6fffa;
  }

  .md\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .md\:border-teal-300 {
    border-color: #81e6d9;
  }

  .md\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .md\:border-teal-500 {
    border-color: #38b2ac;
  }

  .md\:border-teal-600 {
    border-color: #319795;
  }

  .md\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .md\:border-teal-800 {
    border-color: #285e61;
  }

  .md\:border-teal-900 {
    border-color: #234e52;
  }

  .md\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .md\:border-blue-200 {
    border-color: #bee3f8;
  }

  .md\:border-blue-300 {
    border-color: #90cdf4;
  }

  .md\:border-blue-400 {
    border-color: #63b3ed;
  }

  .md\:border-blue-500 {
    border-color: #4299e1;
  }

  .md\:border-blue-600 {
    border-color: #3182ce;
  }

  .md\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .md\:border-blue-800 {
    border-color: #2c5282;
  }

  .md\:border-blue-900 {
    border-color: #2a4365;
  }

  .md\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .md\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .md\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .md\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .md\:border-indigo-500 {
    border-color: #667eea;
  }

  .md\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .md\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .md\:border-indigo-800 {
    border-color: #434190;
  }

  .md\:border-indigo-900 {
    border-color: #3c366b;
  }

  .md\:border-purple-100 {
    border-color: #faf5ff;
  }

  .md\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .md\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .md\:border-purple-400 {
    border-color: #b794f4;
  }

  .md\:border-purple-500 {
    border-color: #9f7aea;
  }

  .md\:border-purple-600 {
    border-color: #805ad5;
  }

  .md\:border-purple-700 {
    border-color: #6b46c1;
  }

  .md\:border-purple-800 {
    border-color: #553c9a;
  }

  .md\:border-purple-900 {
    border-color: #44337a;
  }

  .md\:border-pink-100 {
    border-color: #fff5f7;
  }

  .md\:border-pink-200 {
    border-color: #fed7e2;
  }

  .md\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .md\:border-pink-400 {
    border-color: #f687b3;
  }

  .md\:border-pink-500 {
    border-color: #ed64a6;
  }

  .md\:border-pink-600 {
    border-color: #d53f8c;
  }

  .md\:border-pink-700 {
    border-color: #b83280;
  }

  .md\:border-pink-800 {
    border-color: #97266d;
  }

  .md\:border-pink-900 {
    border-color: #702459;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .md\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .md\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .md\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .md\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .md\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .md\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .md\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .md\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .md\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .md\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .md\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .md\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .md\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .md\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .md\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .md\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .md\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .md\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .md\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .md\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .md\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .md\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .md\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .md\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .md\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .md\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .md\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .md\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .md\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .md\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .md\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .md\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .md\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .md\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .md\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .md\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .md\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .md\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .md\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .md\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .md\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .md\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .md\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .md\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .md\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .md\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .md\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .md\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .md\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .md\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .md\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .md\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .md\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .md\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .md\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .md\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .md\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .md\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .md\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .md\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .md\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .md\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .md\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .md\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .md\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .md\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .md\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .md\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .md\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .md\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .md\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .md\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .md\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .md\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .md\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .md\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .md\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .md\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .md\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .md\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .md\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .md\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .md\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .md\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .md\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .md\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #000;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .md\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .md\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .md\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .md\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .md\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .md\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .md\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .md\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .md\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .md\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .md\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .md\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .md\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .md\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .md\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .md\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .md\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .md\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .md\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .md\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .md\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .md\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .md\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .md\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .md\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .md\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .md\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .md\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .md\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .md\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .md\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .md\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .md\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .md\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .md\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .md\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .md\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .md\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .md\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .md\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .md\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .md\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .md\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .md\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .md\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .md\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .md\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .md\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .md\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .md\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .md\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .md\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .md\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .md\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .md\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .md\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .md\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .md\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .md\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .md\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .md\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .md\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .md\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .md\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .md\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .md\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .md\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .md\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .md\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .md\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .md\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .md\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .md\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .md\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .md\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .md\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .md\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .md\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .md\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .md\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .md\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .md\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .md\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .md\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .md\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .md\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .md\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .md\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .md\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:font-sans {
    font-family: 'InterVariable';
  }

  .md\:font-serif {
    font-family: 'InterVariable';
  }

  .md\:font-mono {
    font-family: 'InterVariable';
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-contain {
    object-fit: contain;
  }

  .md\:object-cover {
    object-fit: cover;
  }

  .md\:object-fill {
    object-fit: fill;
  }

  .md\:object-none {
    object-fit: none;
  }

  .md\:object-scale-down {
    object-fit: scale-down;
  }

  .md\:object-bottom {
    object-position: bottom;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:object-left {
    object-position: left;
  }

  .md\:object-left-bottom {
    object-position: left bottom;
  }

  .md\:object-left-top {
    object-position: left top;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:object-right-bottom {
    object-position: right bottom;
  }

  .md\:object-right-top {
    object-position: right top;
  }

  .md\:object-top {
    object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black::placeholder {
    color: #000;
  }

  .md\:placeholder-white::placeholder {
    color: #fff;
  }

  .md\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .md\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .md\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .md\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .md\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .md\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .md\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .md\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .md\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .md\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .md\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-gray-100 {
    color: #f7fafc;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-300 {
    color: #e2e8f0;
  }

  .md\:text-gray-400 {
    color: #cbd5e0;
  }

  .md\:text-gray-500 {
    color: #a0aec0;
  }

  .md\:text-gray-600 {
    color: #718096;
  }

  .md\:text-gray-700 {
    color: #4a5568;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-900 {
    color: #1a202c;
  }

  .md\:text-red-100 {
    color: #fff5f5;
  }

  .md\:text-red-200 {
    color: #fed7d7;
  }

  .md\:text-red-300 {
    color: #feb2b2;
  }

  .md\:text-red-400 {
    color: #fc8181;
  }

  .md\:text-red-500 {
    color: #f56565;
  }

  .md\:text-red-600 {
    color: #e53e3e;
  }

  .md\:text-red-700 {
    color: #c53030;
  }

  .md\:text-red-800 {
    color: #9b2c2c;
  }

  .md\:text-red-900 {
    color: #742a2a;
  }

  .md\:text-orange-100 {
    color: #fffaf0;
  }

  .md\:text-orange-200 {
    color: #feebc8;
  }

  .md\:text-orange-300 {
    color: #fbd38d;
  }

  .md\:text-orange-400 {
    color: #f6ad55;
  }

  .md\:text-orange-500 {
    color: #ed8936;
  }

  .md\:text-orange-600 {
    color: #dd6b20;
  }

  .md\:text-orange-700 {
    color: #c05621;
  }

  .md\:text-orange-800 {
    color: #9c4221;
  }

  .md\:text-orange-900 {
    color: #7b341e;
  }

  .md\:text-yellow-100 {
    color: #fffff0;
  }

  .md\:text-yellow-200 {
    color: #fefcbf;
  }

  .md\:text-yellow-300 {
    color: #faf089;
  }

  .md\:text-yellow-400 {
    color: #f6e05e;
  }

  .md\:text-yellow-500 {
    color: #ecc94b;
  }

  .md\:text-yellow-600 {
    color: #d69e2e;
  }

  .md\:text-yellow-700 {
    color: #b7791f;
  }

  .md\:text-yellow-800 {
    color: #975a16;
  }

  .md\:text-yellow-900 {
    color: #744210;
  }

  .md\:text-green-100 {
    color: #f0fff4;
  }

  .md\:text-green-200 {
    color: #c6f6d5;
  }

  .md\:text-green-300 {
    color: #9ae6b4;
  }

  .md\:text-green-400 {
    color: #68d391;
  }

  .md\:text-green-500 {
    color: #48bb78;
  }

  .md\:text-green-600 {
    color: #38a169;
  }

  .md\:text-green-700 {
    color: #2f855a;
  }

  .md\:text-green-800 {
    color: #276749;
  }

  .md\:text-green-900 {
    color: #22543d;
  }

  .md\:text-teal-100 {
    color: #e6fffa;
  }

  .md\:text-teal-200 {
    color: #b2f5ea;
  }

  .md\:text-teal-300 {
    color: #81e6d9;
  }

  .md\:text-teal-400 {
    color: #4fd1c5;
  }

  .md\:text-teal-500 {
    color: #38b2ac;
  }

  .md\:text-teal-600 {
    color: #319795;
  }

  .md\:text-teal-700 {
    color: #2c7a7b;
  }

  .md\:text-teal-800 {
    color: #285e61;
  }

  .md\:text-teal-900 {
    color: #234e52;
  }

  .md\:text-blue-100 {
    color: #ebf8ff;
  }

  .md\:text-blue-200 {
    color: #bee3f8;
  }

  .md\:text-blue-300 {
    color: #90cdf4;
  }

  .md\:text-blue-400 {
    color: #63b3ed;
  }

  .md\:text-blue-500 {
    color: #4299e1;
  }

  .md\:text-blue-600 {
    color: #3182ce;
  }

  .md\:text-blue-700 {
    color: #2b6cb0;
  }

  .md\:text-blue-800 {
    color: #2c5282;
  }

  .md\:text-blue-900 {
    color: #2a4365;
  }

  .md\:text-indigo-100 {
    color: #ebf4ff;
  }

  .md\:text-indigo-200 {
    color: #c3dafe;
  }

  .md\:text-indigo-300 {
    color: #a3bffa;
  }

  .md\:text-indigo-400 {
    color: #7f9cf5;
  }

  .md\:text-indigo-500 {
    color: #667eea;
  }

  .md\:text-indigo-600 {
    color: #5a67d8;
  }

  .md\:text-indigo-700 {
    color: #4c51bf;
  }

  .md\:text-indigo-800 {
    color: #434190;
  }

  .md\:text-indigo-900 {
    color: #3c366b;
  }

  .md\:text-purple-100 {
    color: #faf5ff;
  }

  .md\:text-purple-200 {
    color: #e9d8fd;
  }

  .md\:text-purple-300 {
    color: #d6bcfa;
  }

  .md\:text-purple-400 {
    color: #b794f4;
  }

  .md\:text-purple-500 {
    color: #9f7aea;
  }

  .md\:text-purple-600 {
    color: #805ad5;
  }

  .md\:text-purple-700 {
    color: #6b46c1;
  }

  .md\:text-purple-800 {
    color: #553c9a;
  }

  .md\:text-purple-900 {
    color: #44337a;
  }

  .md\:text-pink-100 {
    color: #fff5f7;
  }

  .md\:text-pink-200 {
    color: #fed7e2;
  }

  .md\:text-pink-300 {
    color: #fbb6ce;
  }

  .md\:text-pink-400 {
    color: #f687b3;
  }

  .md\:text-pink-500 {
    color: #ed64a6;
  }

  .md\:text-pink-600 {
    color: #d53f8c;
  }

  .md\:text-pink-700 {
    color: #b83280;
  }

  .md\:text-pink-800 {
    color: #97266d;
  }

  .md\:text-pink-900 {
    color: #702459;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .md\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .md\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .md\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .md\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .md\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .md\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .md\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .md\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .md\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .md\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .md\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .md\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .md\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .md\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .md\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .md\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .md\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .md\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .md\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .md\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .md\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .md\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .md\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .md\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .md\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .md\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .md\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .md\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .md\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .md\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .md\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .md\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .md\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .md\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .md\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .md\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .md\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .md\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .md\:hover\:text-green-800:hover {
    color: #276749;
  }

  .md\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .md\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .md\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .md\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .md\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .md\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .md\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .md\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .md\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .md\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .md\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .md\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .md\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .md\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .md\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .md\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .md\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .md\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .md\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .md\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .md\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .md\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .md\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .md\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .md\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .md\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .md\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .md\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .md\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .md\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .md\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .md\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .md\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .md\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .md\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .md\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .md\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .md\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .md\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .md\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .md\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .md\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .md\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .md\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .md\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .md\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #000;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .md\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .md\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .md\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .md\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .md\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .md\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .md\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .md\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .md\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .md\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .md\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .md\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .md\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .md\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .md\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .md\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .md\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .md\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .md\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .md\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .md\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .md\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .md\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .md\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .md\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .md\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .md\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .md\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .md\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .md\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .md\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .md\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .md\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .md\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .md\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .md\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .md\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .md\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .md\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .md\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .md\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .md\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .md\:focus\:text-green-800:focus {
    color: #276749;
  }

  .md\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .md\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .md\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .md\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .md\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .md\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .md\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .md\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .md\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .md\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .md\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .md\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .md\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .md\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .md\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .md\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .md\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .md\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .md\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .md\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .md\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .md\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .md\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .md\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .md\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .md\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .md\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .md\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .md\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .md\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .md\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .md\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .md\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .md\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .md\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .md\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .md\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .md\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .md\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .md\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .md\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .md\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .md\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .md\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .md\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .md\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .md\:line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .md\:no-underline {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    transition-property: opacity;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
  }

  .md\:transition-transform {
    transition-property: transform;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .lg\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .lg\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .lg\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .lg\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .lg\:bg-gray-600 {
    background-color: #718096;
  }

  .lg\:bg-gray-700 {
    background-color: #4a5568;
  }

  .lg\:bg-gray-800 {
    background-color: #2d3748;
  }

  .lg\:bg-gray-900 {
    background-color: #1a202c;
  }

  .lg\:bg-red-100 {
    background-color: #fff5f5;
  }

  .lg\:bg-red-200 {
    background-color: #fed7d7;
  }

  .lg\:bg-red-300 {
    background-color: #feb2b2;
  }

  .lg\:bg-red-400 {
    background-color: #fc8181;
  }

  .lg\:bg-red-500 {
    background-color: #f56565;
  }

  .lg\:bg-red-600 {
    background-color: #e53e3e;
  }

  .lg\:bg-red-700 {
    background-color: #c53030;
  }

  .lg\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .lg\:bg-red-900 {
    background-color: #742a2a;
  }

  .lg\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .lg\:bg-orange-200 {
    background-color: #feebc8;
  }

  .lg\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .lg\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .lg\:bg-orange-500 {
    background-color: #ed8936;
  }

  .lg\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .lg\:bg-orange-700 {
    background-color: #c05621;
  }

  .lg\:bg-orange-800 {
    background-color: #9c4221;
  }

  .lg\:bg-orange-900 {
    background-color: #7b341e;
  }

  .lg\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .lg\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .lg\:bg-yellow-300 {
    background-color: #faf089;
  }

  .lg\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .lg\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .lg\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .lg\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .lg\:bg-yellow-800 {
    background-color: #975a16;
  }

  .lg\:bg-yellow-900 {
    background-color: #744210;
  }

  .lg\:bg-green-100 {
    background-color: #f0fff4;
  }

  .lg\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .lg\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .lg\:bg-green-400 {
    background-color: #68d391;
  }

  .lg\:bg-green-500 {
    background-color: #48bb78;
  }

  .lg\:bg-green-600 {
    background-color: #38a169;
  }

  .lg\:bg-green-700 {
    background-color: #2f855a;
  }

  .lg\:bg-green-800 {
    background-color: #276749;
  }

  .lg\:bg-green-900 {
    background-color: #22543d;
  }

  .lg\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .lg\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .lg\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .lg\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .lg\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .lg\:bg-teal-600 {
    background-color: #319795;
  }

  .lg\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .lg\:bg-teal-800 {
    background-color: #285e61;
  }

  .lg\:bg-teal-900 {
    background-color: #234e52;
  }

  .lg\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .lg\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .lg\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .lg\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .lg\:bg-blue-500 {
    background-color: #4299e1;
  }

  .lg\:bg-blue-600 {
    background-color: #3182ce;
  }

  .lg\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .lg\:bg-blue-800 {
    background-color: #2c5282;
  }

  .lg\:bg-blue-900 {
    background-color: #2a4365;
  }

  .lg\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .lg\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .lg\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .lg\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .lg\:bg-indigo-500 {
    background-color: #667eea;
  }

  .lg\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .lg\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .lg\:bg-indigo-800 {
    background-color: #434190;
  }

  .lg\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .lg\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .lg\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .lg\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .lg\:bg-purple-400 {
    background-color: #b794f4;
  }

  .lg\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .lg\:bg-purple-600 {
    background-color: #805ad5;
  }

  .lg\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .lg\:bg-purple-800 {
    background-color: #553c9a;
  }

  .lg\:bg-purple-900 {
    background-color: #44337a;
  }

  .lg\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .lg\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .lg\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .lg\:bg-pink-400 {
    background-color: #f687b3;
  }

  .lg\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .lg\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .lg\:bg-pink-700 {
    background-color: #b83280;
  }

  .lg\:bg-pink-800 {
    background-color: #97266d;
  }

  .lg\:bg-pink-900 {
    background-color: #702459;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .lg\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .lg\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .lg\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .lg\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .lg\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .lg\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .lg\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .lg\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .lg\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .lg\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .lg\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .lg\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .lg\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .lg\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .lg\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .lg\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .lg\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .lg\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .lg\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .lg\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .lg\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .lg\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .lg\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .lg\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .lg\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .lg\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .lg\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .lg\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .lg\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .lg\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .lg\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .lg\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .lg\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .lg\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .lg\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .lg\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .lg\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .lg\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .lg\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .lg\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .lg\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .lg\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .lg\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .lg\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .lg\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .lg\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .lg\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .lg\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .lg\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .lg\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .lg\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .lg\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .lg\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .lg\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .lg\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .lg\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .lg\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .lg\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .lg\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .lg\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .lg\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .lg\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .lg\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .lg\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .lg\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .lg\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .lg\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .lg\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .lg\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .lg\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .lg\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .lg\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .lg\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .lg\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .lg\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .lg\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .lg\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .lg\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .lg\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .lg\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .lg\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .lg\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .lg\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .lg\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .lg\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .lg\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .lg\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .lg\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .lg\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .lg\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .lg\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .lg\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .lg\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .lg\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .lg\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .lg\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .lg\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .lg\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .lg\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .lg\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .lg\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .lg\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .lg\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .lg\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .lg\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .lg\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .lg\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .lg\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .lg\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .lg\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .lg\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .lg\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .lg\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .lg\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .lg\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .lg\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .lg\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .lg\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .lg\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .lg\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .lg\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .lg\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .lg\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .lg\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .lg\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .lg\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-gray-100 {
    border-color: #f7fafc;
  }

  .lg\:border-gray-200 {
    border-color: #edf2f7;
  }

  .lg\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .lg\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:border-gray-600 {
    border-color: #718096;
  }

  .lg\:border-gray-700 {
    border-color: #4a5568;
  }

  .lg\:border-gray-800 {
    border-color: #2d3748;
  }

  .lg\:border-gray-900 {
    border-color: #1a202c;
  }

  .lg\:border-red-100 {
    border-color: #fff5f5;
  }

  .lg\:border-red-200 {
    border-color: #fed7d7;
  }

  .lg\:border-red-300 {
    border-color: #feb2b2;
  }

  .lg\:border-red-400 {
    border-color: #fc8181;
  }

  .lg\:border-red-500 {
    border-color: #f56565;
  }

  .lg\:border-red-600 {
    border-color: #e53e3e;
  }

  .lg\:border-red-700 {
    border-color: #c53030;
  }

  .lg\:border-red-800 {
    border-color: #9b2c2c;
  }

  .lg\:border-red-900 {
    border-color: #742a2a;
  }

  .lg\:border-orange-100 {
    border-color: #fffaf0;
  }

  .lg\:border-orange-200 {
    border-color: #feebc8;
  }

  .lg\:border-orange-300 {
    border-color: #fbd38d;
  }

  .lg\:border-orange-400 {
    border-color: #f6ad55;
  }

  .lg\:border-orange-500 {
    border-color: #ed8936;
  }

  .lg\:border-orange-600 {
    border-color: #dd6b20;
  }

  .lg\:border-orange-700 {
    border-color: #c05621;
  }

  .lg\:border-orange-800 {
    border-color: #9c4221;
  }

  .lg\:border-orange-900 {
    border-color: #7b341e;
  }

  .lg\:border-yellow-100 {
    border-color: #fffff0;
  }

  .lg\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .lg\:border-yellow-300 {
    border-color: #faf089;
  }

  .lg\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .lg\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .lg\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .lg\:border-yellow-700 {
    border-color: #b7791f;
  }

  .lg\:border-yellow-800 {
    border-color: #975a16;
  }

  .lg\:border-yellow-900 {
    border-color: #744210;
  }

  .lg\:border-green-100 {
    border-color: #f0fff4;
  }

  .lg\:border-green-200 {
    border-color: #c6f6d5;
  }

  .lg\:border-green-300 {
    border-color: #9ae6b4;
  }

  .lg\:border-green-400 {
    border-color: #68d391;
  }

  .lg\:border-green-500 {
    border-color: #48bb78;
  }

  .lg\:border-green-600 {
    border-color: #38a169;
  }

  .lg\:border-green-700 {
    border-color: #2f855a;
  }

  .lg\:border-green-800 {
    border-color: #276749;
  }

  .lg\:border-green-900 {
    border-color: #22543d;
  }

  .lg\:border-teal-100 {
    border-color: #e6fffa;
  }

  .lg\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .lg\:border-teal-300 {
    border-color: #81e6d9;
  }

  .lg\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .lg\:border-teal-500 {
    border-color: #38b2ac;
  }

  .lg\:border-teal-600 {
    border-color: #319795;
  }

  .lg\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .lg\:border-teal-800 {
    border-color: #285e61;
  }

  .lg\:border-teal-900 {
    border-color: #234e52;
  }

  .lg\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .lg\:border-blue-200 {
    border-color: #bee3f8;
  }

  .lg\:border-blue-300 {
    border-color: #90cdf4;
  }

  .lg\:border-blue-400 {
    border-color: #63b3ed;
  }

  .lg\:border-blue-500 {
    border-color: #4299e1;
  }

  .lg\:border-blue-600 {
    border-color: #3182ce;
  }

  .lg\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .lg\:border-blue-800 {
    border-color: #2c5282;
  }

  .lg\:border-blue-900 {
    border-color: #2a4365;
  }

  .lg\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .lg\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .lg\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .lg\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .lg\:border-indigo-500 {
    border-color: #667eea;
  }

  .lg\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .lg\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .lg\:border-indigo-800 {
    border-color: #434190;
  }

  .lg\:border-indigo-900 {
    border-color: #3c366b;
  }

  .lg\:border-purple-100 {
    border-color: #faf5ff;
  }

  .lg\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .lg\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .lg\:border-purple-400 {
    border-color: #b794f4;
  }

  .lg\:border-purple-500 {
    border-color: #9f7aea;
  }

  .lg\:border-purple-600 {
    border-color: #805ad5;
  }

  .lg\:border-purple-700 {
    border-color: #6b46c1;
  }

  .lg\:border-purple-800 {
    border-color: #553c9a;
  }

  .lg\:border-purple-900 {
    border-color: #44337a;
  }

  .lg\:border-pink-100 {
    border-color: #fff5f7;
  }

  .lg\:border-pink-200 {
    border-color: #fed7e2;
  }

  .lg\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .lg\:border-pink-400 {
    border-color: #f687b3;
  }

  .lg\:border-pink-500 {
    border-color: #ed64a6;
  }

  .lg\:border-pink-600 {
    border-color: #d53f8c;
  }

  .lg\:border-pink-700 {
    border-color: #b83280;
  }

  .lg\:border-pink-800 {
    border-color: #97266d;
  }

  .lg\:border-pink-900 {
    border-color: #702459;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .lg\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .lg\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .lg\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .lg\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .lg\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .lg\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .lg\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .lg\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .lg\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .lg\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .lg\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .lg\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .lg\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .lg\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .lg\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .lg\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .lg\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .lg\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .lg\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .lg\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .lg\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .lg\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .lg\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .lg\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .lg\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .lg\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .lg\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .lg\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .lg\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .lg\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .lg\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .lg\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .lg\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .lg\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .lg\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .lg\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .lg\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .lg\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .lg\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .lg\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .lg\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .lg\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .lg\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .lg\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .lg\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .lg\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .lg\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .lg\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .lg\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .lg\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .lg\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .lg\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .lg\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .lg\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .lg\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .lg\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .lg\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .lg\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .lg\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .lg\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .lg\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .lg\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .lg\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .lg\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .lg\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .lg\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .lg\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .lg\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .lg\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .lg\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .lg\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .lg\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .lg\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .lg\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .lg\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .lg\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .lg\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .lg\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .lg\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .lg\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .lg\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .lg\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #000;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .lg\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .lg\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .lg\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .lg\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .lg\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .lg\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .lg\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .lg\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .lg\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .lg\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .lg\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .lg\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .lg\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .lg\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .lg\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .lg\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .lg\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .lg\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .lg\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .lg\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .lg\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .lg\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .lg\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .lg\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .lg\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .lg\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .lg\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .lg\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .lg\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .lg\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .lg\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .lg\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .lg\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .lg\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .lg\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .lg\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .lg\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .lg\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .lg\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .lg\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .lg\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .lg\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .lg\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .lg\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .lg\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .lg\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .lg\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .lg\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .lg\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .lg\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .lg\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .lg\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .lg\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .lg\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .lg\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .lg\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .lg\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .lg\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .lg\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .lg\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .lg\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .lg\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .lg\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .lg\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .lg\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .lg\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .lg\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .lg\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .lg\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .lg\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .lg\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .lg\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .lg\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .lg\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .lg\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .lg\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .lg\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .lg\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .lg\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .lg\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .lg\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .lg\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .lg\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .lg\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .lg\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:font-sans {
    font-family: 'InterVariable';
  }

  .lg\:font-serif {
    font-family: 'InterVariable';
  }

  .lg\:font-mono {
    font-family:'InterVariable';
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-contain {
    object-fit: contain;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:object-fill {
    object-fit: fill;
  }

  .lg\:object-none {
    object-fit: none;
  }

  .lg\:object-scale-down {
    object-fit: scale-down;
  }

  .lg\:object-bottom {
    object-position: bottom;
  }

  .lg\:object-center {
    object-position: center;
  }

  .lg\:object-left {
    object-position: left;
  }

  .lg\:object-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-left-top {
    object-position: left top;
  }

  .lg\:object-right {
    object-position: right;
  }

  .lg\:object-right-bottom {
    object-position: right bottom;
  }

  .lg\:object-right-top {
    object-position: right top;
  }

  .lg\:object-top {
    object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black::placeholder {
    color: #000;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff;
  }

  .lg\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .lg\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .lg\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .lg\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .lg\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-gray-100 {
    color: #f7fafc;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-300 {
    color: #e2e8f0;
  }

  .lg\:text-gray-400 {
    color: #cbd5e0;
  }

  .lg\:text-gray-500 {
    color: #a0aec0;
  }

  .lg\:text-gray-600 {
    color: #718096;
  }

  .lg\:text-gray-700 {
    color: #4a5568;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-900 {
    color: #1a202c;
  }

  .lg\:text-red-100 {
    color: #fff5f5;
  }

  .lg\:text-red-200 {
    color: #fed7d7;
  }

  .lg\:text-red-300 {
    color: #feb2b2;
  }

  .lg\:text-red-400 {
    color: #fc8181;
  }

  .lg\:text-red-500 {
    color: #f56565;
  }

  .lg\:text-red-600 {
    color: #e53e3e;
  }

  .lg\:text-red-700 {
    color: #c53030;
  }

  .lg\:text-red-800 {
    color: #9b2c2c;
  }

  .lg\:text-red-900 {
    color: #742a2a;
  }

  .lg\:text-orange-100 {
    color: #fffaf0;
  }

  .lg\:text-orange-200 {
    color: #feebc8;
  }

  .lg\:text-orange-300 {
    color: #fbd38d;
  }

  .lg\:text-orange-400 {
    color: #f6ad55;
  }

  .lg\:text-orange-500 {
    color: #ed8936;
  }

  .lg\:text-orange-600 {
    color: #dd6b20;
  }

  .lg\:text-orange-700 {
    color: #c05621;
  }

  .lg\:text-orange-800 {
    color: #9c4221;
  }

  .lg\:text-orange-900 {
    color: #7b341e;
  }

  .lg\:text-yellow-100 {
    color: #fffff0;
  }

  .lg\:text-yellow-200 {
    color: #fefcbf;
  }

  .lg\:text-yellow-300 {
    color: #faf089;
  }

  .lg\:text-yellow-400 {
    color: #f6e05e;
  }

  .lg\:text-yellow-500 {
    color: #ecc94b;
  }

  .lg\:text-yellow-600 {
    color: #d69e2e;
  }

  .lg\:text-yellow-700 {
    color: #b7791f;
  }

  .lg\:text-yellow-800 {
    color: #975a16;
  }

  .lg\:text-yellow-900 {
    color: #744210;
  }

  .lg\:text-green-100 {
    color: #f0fff4;
  }

  .lg\:text-green-200 {
    color: #c6f6d5;
  }

  .lg\:text-green-300 {
    color: #9ae6b4;
  }

  .lg\:text-green-400 {
    color: #68d391;
  }

  .lg\:text-green-500 {
    color: #48bb78;
  }

  .lg\:text-green-600 {
    color: #38a169;
  }

  .lg\:text-green-700 {
    color: #2f855a;
  }

  .lg\:text-green-800 {
    color: #276749;
  }

  .lg\:text-green-900 {
    color: #22543d;
  }

  .lg\:text-teal-100 {
    color: #e6fffa;
  }

  .lg\:text-teal-200 {
    color: #b2f5ea;
  }

  .lg\:text-teal-300 {
    color: #81e6d9;
  }

  .lg\:text-teal-400 {
    color: #4fd1c5;
  }

  .lg\:text-teal-500 {
    color: #38b2ac;
  }

  .lg\:text-teal-600 {
    color: #319795;
  }

  .lg\:text-teal-700 {
    color: #2c7a7b;
  }

  .lg\:text-teal-800 {
    color: #285e61;
  }

  .lg\:text-teal-900 {
    color: #234e52;
  }

  .lg\:text-blue-100 {
    color: #ebf8ff;
  }

  .lg\:text-blue-200 {
    color: #bee3f8;
  }

  .lg\:text-blue-300 {
    color: #90cdf4;
  }

  .lg\:text-blue-400 {
    color: #63b3ed;
  }

  .lg\:text-blue-500 {
    color: #4299e1;
  }

  .lg\:text-blue-600 {
    color: #3182ce;
  }

  .lg\:text-blue-700 {
    color: #2b6cb0;
  }

  .lg\:text-blue-800 {
    color: #2c5282;
  }

  .lg\:text-blue-900 {
    color: #2a4365;
  }

  .lg\:text-indigo-100 {
    color: #ebf4ff;
  }

  .lg\:text-indigo-200 {
    color: #c3dafe;
  }

  .lg\:text-indigo-300 {
    color: #a3bffa;
  }

  .lg\:text-indigo-400 {
    color: #7f9cf5;
  }

  .lg\:text-indigo-500 {
    color: #667eea;
  }

  .lg\:text-indigo-600 {
    color: #5a67d8;
  }

  .lg\:text-indigo-700 {
    color: #4c51bf;
  }

  .lg\:text-indigo-800 {
    color: #434190;
  }

  .lg\:text-indigo-900 {
    color: #3c366b;
  }

  .lg\:text-purple-100 {
    color: #faf5ff;
  }

  .lg\:text-purple-200 {
    color: #e9d8fd;
  }

  .lg\:text-purple-300 {
    color: #d6bcfa;
  }

  .lg\:text-purple-400 {
    color: #b794f4;
  }

  .lg\:text-purple-500 {
    color: #9f7aea;
  }

  .lg\:text-purple-600 {
    color: #805ad5;
  }

  .lg\:text-purple-700 {
    color: #6b46c1;
  }

  .lg\:text-purple-800 {
    color: #553c9a;
  }

  .lg\:text-purple-900 {
    color: #44337a;
  }

  .lg\:text-pink-100 {
    color: #fff5f7;
  }

  .lg\:text-pink-200 {
    color: #fed7e2;
  }

  .lg\:text-pink-300 {
    color: #fbb6ce;
  }

  .lg\:text-pink-400 {
    color: #f687b3;
  }

  .lg\:text-pink-500 {
    color: #ed64a6;
  }

  .lg\:text-pink-600 {
    color: #d53f8c;
  }

  .lg\:text-pink-700 {
    color: #b83280;
  }

  .lg\:text-pink-800 {
    color: #97266d;
  }

  .lg\:text-pink-900 {
    color: #702459;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .lg\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .lg\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .lg\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .lg\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .lg\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .lg\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .lg\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .lg\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .lg\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .lg\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .lg\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .lg\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .lg\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .lg\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .lg\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .lg\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .lg\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .lg\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .lg\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .lg\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .lg\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .lg\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .lg\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .lg\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .lg\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .lg\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .lg\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .lg\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .lg\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .lg\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .lg\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .lg\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .lg\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .lg\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .lg\:hover\:text-green-800:hover {
    color: #276749;
  }

  .lg\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .lg\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .lg\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .lg\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .lg\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .lg\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .lg\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .lg\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .lg\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .lg\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .lg\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .lg\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .lg\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .lg\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .lg\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .lg\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .lg\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .lg\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .lg\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .lg\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .lg\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .lg\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .lg\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .lg\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .lg\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .lg\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .lg\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .lg\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .lg\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .lg\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .lg\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .lg\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .lg\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .lg\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .lg\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .lg\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .lg\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .lg\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .lg\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .lg\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .lg\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .lg\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #000;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .lg\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .lg\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .lg\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .lg\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .lg\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .lg\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .lg\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .lg\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .lg\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .lg\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .lg\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .lg\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .lg\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .lg\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .lg\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .lg\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .lg\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .lg\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .lg\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .lg\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .lg\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .lg\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .lg\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .lg\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .lg\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .lg\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .lg\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .lg\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .lg\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .lg\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .lg\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .lg\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .lg\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .lg\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .lg\:focus\:text-green-800:focus {
    color: #276749;
  }

  .lg\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .lg\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .lg\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .lg\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .lg\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .lg\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .lg\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .lg\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .lg\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .lg\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .lg\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .lg\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .lg\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .lg\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .lg\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .lg\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .lg\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .lg\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .lg\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .lg\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .lg\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .lg\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .lg\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .lg\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .lg\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .lg\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .lg\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .lg\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .lg\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .lg\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .lg\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .lg\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .lg\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .lg\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .lg\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .lg\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .lg\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .lg\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .lg\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .lg\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .lg\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .lg\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .lg\:line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .lg\:no-underline {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
  }

  .lg\:transition-transform {
    transition-property: transform;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (min-width: 1280px) {
  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .xl\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .xl\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .xl\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .xl\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .xl\:bg-gray-600 {
    background-color: #718096;
  }

  .xl\:bg-gray-700 {
    background-color: #4a5568;
  }

  .xl\:bg-gray-800 {
    background-color: #2d3748;
  }

  .xl\:bg-gray-900 {
    background-color: #1a202c;
  }

  .xl\:bg-red-100 {
    background-color: #fff5f5;
  }

  .xl\:bg-red-200 {
    background-color: #fed7d7;
  }

  .xl\:bg-red-300 {
    background-color: #feb2b2;
  }

  .xl\:bg-red-400 {
    background-color: #fc8181;
  }

  .xl\:bg-red-500 {
    background-color: #f56565;
  }

  .xl\:bg-red-600 {
    background-color: #e53e3e;
  }

  .xl\:bg-red-700 {
    background-color: #c53030;
  }

  .xl\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .xl\:bg-red-900 {
    background-color: #742a2a;
  }

  .xl\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .xl\:bg-orange-200 {
    background-color: #feebc8;
  }

  .xl\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .xl\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .xl\:bg-orange-500 {
    background-color: #ed8936;
  }

  .xl\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .xl\:bg-orange-700 {
    background-color: #c05621;
  }

  .xl\:bg-orange-800 {
    background-color: #9c4221;
  }

  .xl\:bg-orange-900 {
    background-color: #7b341e;
  }

  .xl\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .xl\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .xl\:bg-yellow-300 {
    background-color: #faf089;
  }

  .xl\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .xl\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .xl\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .xl\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .xl\:bg-yellow-800 {
    background-color: #975a16;
  }

  .xl\:bg-yellow-900 {
    background-color: #744210;
  }

  .xl\:bg-green-100 {
    background-color: #f0fff4;
  }

  .xl\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .xl\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .xl\:bg-green-400 {
    background-color: #68d391;
  }

  .xl\:bg-green-500 {
    background-color: #48bb78;
  }

  .xl\:bg-green-600 {
    background-color: #38a169;
  }

  .xl\:bg-green-700 {
    background-color: #2f855a;
  }

  .xl\:bg-green-800 {
    background-color: #276749;
  }

  .xl\:bg-green-900 {
    background-color: #22543d;
  }

  .xl\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .xl\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .xl\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .xl\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .xl\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .xl\:bg-teal-600 {
    background-color: #319795;
  }

  .xl\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .xl\:bg-teal-800 {
    background-color: #285e61;
  }

  .xl\:bg-teal-900 {
    background-color: #234e52;
  }

  .xl\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .xl\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .xl\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .xl\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .xl\:bg-blue-500 {
    background-color: #4299e1;
  }

  .xl\:bg-blue-600 {
    background-color: #3182ce;
  }

  .xl\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .xl\:bg-blue-800 {
    background-color: #2c5282;
  }

  .xl\:bg-blue-900 {
    background-color: #2a4365;
  }

  .xl\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .xl\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .xl\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .xl\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .xl\:bg-indigo-500 {
    background-color: #667eea;
  }

  .xl\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .xl\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .xl\:bg-indigo-800 {
    background-color: #434190;
  }

  .xl\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .xl\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .xl\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .xl\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .xl\:bg-purple-400 {
    background-color: #b794f4;
  }

  .xl\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .xl\:bg-purple-600 {
    background-color: #805ad5;
  }

  .xl\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .xl\:bg-purple-800 {
    background-color: #553c9a;
  }

  .xl\:bg-purple-900 {
    background-color: #44337a;
  }

  .xl\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .xl\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .xl\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .xl\:bg-pink-400 {
    background-color: #f687b3;
  }

  .xl\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .xl\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .xl\:bg-pink-700 {
    background-color: #b83280;
  }

  .xl\:bg-pink-800 {
    background-color: #97266d;
  }

  .xl\:bg-pink-900 {
    background-color: #702459;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .xl\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .xl\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .xl\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .xl\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .xl\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .xl\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .xl\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .xl\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .xl\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .xl\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .xl\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .xl\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .xl\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .xl\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .xl\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .xl\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .xl\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .xl\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .xl\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .xl\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .xl\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .xl\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .xl\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .xl\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .xl\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .xl\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .xl\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .xl\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .xl\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .xl\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .xl\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .xl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .xl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .xl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .xl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .xl\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .xl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .xl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .xl\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .xl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .xl\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .xl\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .xl\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .xl\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .xl\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .xl\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .xl\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .xl\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .xl\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .xl\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .xl\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .xl\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .xl\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .xl\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .xl\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .xl\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .xl\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .xl\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .xl\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .xl\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .xl\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .xl\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .xl\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .xl\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .xl\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .xl\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .xl\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .xl\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .xl\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .xl\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .xl\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .xl\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .xl\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .xl\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .xl\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .xl\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .xl\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .xl\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .xl\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .xl\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .xl\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .xl\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .xl\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .xl\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .xl\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .xl\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .xl\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .xl\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .xl\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .xl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .xl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .xl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .xl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .xl\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .xl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .xl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .xl\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .xl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .xl\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .xl\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .xl\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .xl\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .xl\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .xl\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .xl\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .xl\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .xl\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .xl\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .xl\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .xl\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .xl\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .xl\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .xl\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .xl\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .xl\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .xl\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-gray-100 {
    border-color: #f7fafc;
  }

  .xl\:border-gray-200 {
    border-color: #edf2f7;
  }

  .xl\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .xl\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:border-gray-600 {
    border-color: #718096;
  }

  .xl\:border-gray-700 {
    border-color: #4a5568;
  }

  .xl\:border-gray-800 {
    border-color: #2d3748;
  }

  .xl\:border-gray-900 {
    border-color: #1a202c;
  }

  .xl\:border-red-100 {
    border-color: #fff5f5;
  }

  .xl\:border-red-200 {
    border-color: #fed7d7;
  }

  .xl\:border-red-300 {
    border-color: #feb2b2;
  }

  .xl\:border-red-400 {
    border-color: #fc8181;
  }

  .xl\:border-red-500 {
    border-color: #f56565;
  }

  .xl\:border-red-600 {
    border-color: #e53e3e;
  }

  .xl\:border-red-700 {
    border-color: #c53030;
  }

  .xl\:border-red-800 {
    border-color: #9b2c2c;
  }

  .xl\:border-red-900 {
    border-color: #742a2a;
  }

  .xl\:border-orange-100 {
    border-color: #fffaf0;
  }

  .xl\:border-orange-200 {
    border-color: #feebc8;
  }

  .xl\:border-orange-300 {
    border-color: #fbd38d;
  }

  .xl\:border-orange-400 {
    border-color: #f6ad55;
  }

  .xl\:border-orange-500 {
    border-color: #ed8936;
  }

  .xl\:border-orange-600 {
    border-color: #dd6b20;
  }

  .xl\:border-orange-700 {
    border-color: #c05621;
  }

  .xl\:border-orange-800 {
    border-color: #9c4221;
  }

  .xl\:border-orange-900 {
    border-color: #7b341e;
  }

  .xl\:border-yellow-100 {
    border-color: #fffff0;
  }

  .xl\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .xl\:border-yellow-300 {
    border-color: #faf089;
  }

  .xl\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .xl\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .xl\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .xl\:border-yellow-700 {
    border-color: #b7791f;
  }

  .xl\:border-yellow-800 {
    border-color: #975a16;
  }

  .xl\:border-yellow-900 {
    border-color: #744210;
  }

  .xl\:border-green-100 {
    border-color: #f0fff4;
  }

  .xl\:border-green-200 {
    border-color: #c6f6d5;
  }

  .xl\:border-green-300 {
    border-color: #9ae6b4;
  }

  .xl\:border-green-400 {
    border-color: #68d391;
  }

  .xl\:border-green-500 {
    border-color: #48bb78;
  }

  .xl\:border-green-600 {
    border-color: #38a169;
  }

  .xl\:border-green-700 {
    border-color: #2f855a;
  }

  .xl\:border-green-800 {
    border-color: #276749;
  }

  .xl\:border-green-900 {
    border-color: #22543d;
  }

  .xl\:border-teal-100 {
    border-color: #e6fffa;
  }

  .xl\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .xl\:border-teal-300 {
    border-color: #81e6d9;
  }

  .xl\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .xl\:border-teal-500 {
    border-color: #38b2ac;
  }

  .xl\:border-teal-600 {
    border-color: #319795;
  }

  .xl\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .xl\:border-teal-800 {
    border-color: #285e61;
  }

  .xl\:border-teal-900 {
    border-color: #234e52;
  }

  .xl\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .xl\:border-blue-200 {
    border-color: #bee3f8;
  }

  .xl\:border-blue-300 {
    border-color: #90cdf4;
  }

  .xl\:border-blue-400 {
    border-color: #63b3ed;
  }

  .xl\:border-blue-500 {
    border-color: #4299e1;
  }

  .xl\:border-blue-600 {
    border-color: #3182ce;
  }

  .xl\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .xl\:border-blue-800 {
    border-color: #2c5282;
  }

  .xl\:border-blue-900 {
    border-color: #2a4365;
  }

  .xl\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .xl\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .xl\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .xl\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .xl\:border-indigo-500 {
    border-color: #667eea;
  }

  .xl\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .xl\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .xl\:border-indigo-800 {
    border-color: #434190;
  }

  .xl\:border-indigo-900 {
    border-color: #3c366b;
  }

  .xl\:border-purple-100 {
    border-color: #faf5ff;
  }

  .xl\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .xl\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .xl\:border-purple-400 {
    border-color: #b794f4;
  }

  .xl\:border-purple-500 {
    border-color: #9f7aea;
  }

  .xl\:border-purple-600 {
    border-color: #805ad5;
  }

  .xl\:border-purple-700 {
    border-color: #6b46c1;
  }

  .xl\:border-purple-800 {
    border-color: #553c9a;
  }

  .xl\:border-purple-900 {
    border-color: #44337a;
  }

  .xl\:border-pink-100 {
    border-color: #fff5f7;
  }

  .xl\:border-pink-200 {
    border-color: #fed7e2;
  }

  .xl\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .xl\:border-pink-400 {
    border-color: #f687b3;
  }

  .xl\:border-pink-500 {
    border-color: #ed64a6;
  }

  .xl\:border-pink-600 {
    border-color: #d53f8c;
  }

  .xl\:border-pink-700 {
    border-color: #b83280;
  }

  .xl\:border-pink-800 {
    border-color: #97266d;
  }

  .xl\:border-pink-900 {
    border-color: #702459;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .xl\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .xl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .xl\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .xl\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .xl\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .xl\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .xl\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .xl\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .xl\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .xl\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .xl\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .xl\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .xl\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .xl\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .xl\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .xl\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .xl\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .xl\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .xl\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .xl\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .xl\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .xl\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .xl\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .xl\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .xl\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .xl\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .xl\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .xl\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .xl\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .xl\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .xl\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .xl\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .xl\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .xl\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .xl\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .xl\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .xl\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .xl\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .xl\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .xl\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .xl\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .xl\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .xl\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .xl\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .xl\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .xl\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .xl\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .xl\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .xl\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .xl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .xl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .xl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .xl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .xl\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .xl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .xl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .xl\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .xl\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .xl\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .xl\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .xl\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .xl\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .xl\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .xl\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .xl\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .xl\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .xl\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .xl\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .xl\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .xl\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .xl\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .xl\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .xl\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .xl\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .xl\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .xl\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #000;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .xl\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .xl\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .xl\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .xl\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .xl\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .xl\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .xl\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .xl\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .xl\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .xl\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .xl\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .xl\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .xl\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .xl\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .xl\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .xl\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .xl\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .xl\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .xl\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .xl\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .xl\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .xl\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .xl\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .xl\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .xl\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .xl\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .xl\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .xl\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .xl\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .xl\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .xl\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .xl\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .xl\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .xl\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .xl\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .xl\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .xl\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .xl\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .xl\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .xl\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .xl\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .xl\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .xl\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .xl\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .xl\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .xl\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .xl\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .xl\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .xl\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .xl\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .xl\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .xl\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .xl\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .xl\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .xl\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .xl\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .xl\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .xl\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .xl\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .xl\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .xl\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .xl\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .xl\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .xl\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .xl\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .xl\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .xl\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .xl\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .xl\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .xl\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .xl\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .xl\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .xl\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .xl\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .xl\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .xl\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .xl\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .xl\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .xl\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:font-sans {
    font-family: 'InterVariable';
  }

  .xl\:font-serif {
    font-family: 'InterVariable';
  }

  .xl\:font-mono {
    font-family: 'InterVariable';
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-contain {
    object-fit: contain;
  }

  .xl\:object-cover {
    object-fit: cover;
  }

  .xl\:object-fill {
    object-fit: fill;
  }

  .xl\:object-none {
    object-fit: none;
  }

  .xl\:object-scale-down {
    object-fit: scale-down;
  }

  .xl\:object-bottom {
    object-position: bottom;
  }

  .xl\:object-center {
    object-position: center;
  }

  .xl\:object-left {
    object-position: left;
  }

  .xl\:object-left-bottom {
    object-position: left bottom;
  }

  .xl\:object-left-top {
    object-position: left top;
  }

  .xl\:object-right {
    object-position: right;
  }

  .xl\:object-right-bottom {
    object-position: right bottom;
  }

  .xl\:object-right-top {
    object-position: right top;
  }

  .xl\:object-top {
    object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black::placeholder {
    color: #000;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff;
  }

  .xl\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .xl\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .xl\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .xl\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .xl\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-gray-100 {
    color: #f7fafc;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-300 {
    color: #e2e8f0;
  }

  .xl\:text-gray-400 {
    color: #cbd5e0;
  }

  .xl\:text-gray-500 {
    color: #a0aec0;
  }

  .xl\:text-gray-600 {
    color: #718096;
  }

  .xl\:text-gray-700 {
    color: #4a5568;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-900 {
    color: #1a202c;
  }

  .xl\:text-red-100 {
    color: #fff5f5;
  }

  .xl\:text-red-200 {
    color: #fed7d7;
  }

  .xl\:text-red-300 {
    color: #feb2b2;
  }

  .xl\:text-red-400 {
    color: #fc8181;
  }

  .xl\:text-red-500 {
    color: #f56565;
  }

  .xl\:text-red-600 {
    color: #e53e3e;
  }

  .xl\:text-red-700 {
    color: #c53030;
  }

  .xl\:text-red-800 {
    color: #9b2c2c;
  }

  .xl\:text-red-900 {
    color: #742a2a;
  }

  .xl\:text-orange-100 {
    color: #fffaf0;
  }

  .xl\:text-orange-200 {
    color: #feebc8;
  }

  .xl\:text-orange-300 {
    color: #fbd38d;
  }

  .xl\:text-orange-400 {
    color: #f6ad55;
  }

  .xl\:text-orange-500 {
    color: #ed8936;
  }

  .xl\:text-orange-600 {
    color: #dd6b20;
  }

  .xl\:text-orange-700 {
    color: #c05621;
  }

  .xl\:text-orange-800 {
    color: #9c4221;
  }

  .xl\:text-orange-900 {
    color: #7b341e;
  }

  .xl\:text-yellow-100 {
    color: #fffff0;
  }

  .xl\:text-yellow-200 {
    color: #fefcbf;
  }

  .xl\:text-yellow-300 {
    color: #faf089;
  }

  .xl\:text-yellow-400 {
    color: #f6e05e;
  }

  .xl\:text-yellow-500 {
    color: #ecc94b;
  }

  .xl\:text-yellow-600 {
    color: #d69e2e;
  }

  .xl\:text-yellow-700 {
    color: #b7791f;
  }

  .xl\:text-yellow-800 {
    color: #975a16;
  }

  .xl\:text-yellow-900 {
    color: #744210;
  }

  .xl\:text-green-100 {
    color: #f0fff4;
  }

  .xl\:text-green-200 {
    color: #c6f6d5;
  }

  .xl\:text-green-300 {
    color: #9ae6b4;
  }

  .xl\:text-green-400 {
    color: #68d391;
  }

  .xl\:text-green-500 {
    color: #48bb78;
  }

  .xl\:text-green-600 {
    color: #38a169;
  }

  .xl\:text-green-700 {
    color: #2f855a;
  }

  .xl\:text-green-800 {
    color: #276749;
  }

  .xl\:text-green-900 {
    color: #22543d;
  }

  .xl\:text-teal-100 {
    color: #e6fffa;
  }

  .xl\:text-teal-200 {
    color: #b2f5ea;
  }

  .xl\:text-teal-300 {
    color: #81e6d9;
  }

  .xl\:text-teal-400 {
    color: #4fd1c5;
  }

  .xl\:text-teal-500 {
    color: #38b2ac;
  }

  .xl\:text-teal-600 {
    color: #319795;
  }

  .xl\:text-teal-700 {
    color: #2c7a7b;
  }

  .xl\:text-teal-800 {
    color: #285e61;
  }

  .xl\:text-teal-900 {
    color: #234e52;
  }

  .xl\:text-blue-100 {
    color: #ebf8ff;
  }

  .xl\:text-blue-200 {
    color: #bee3f8;
  }

  .xl\:text-blue-300 {
    color: #90cdf4;
  }

  .xl\:text-blue-400 {
    color: #63b3ed;
  }

  .xl\:text-blue-500 {
    color: #4299e1;
  }

  .xl\:text-blue-600 {
    color: #3182ce;
  }

  .xl\:text-blue-700 {
    color: #2b6cb0;
  }

  .xl\:text-blue-800 {
    color: #2c5282;
  }

  .xl\:text-blue-900 {
    color: #2a4365;
  }

  .xl\:text-indigo-100 {
    color: #ebf4ff;
  }

  .xl\:text-indigo-200 {
    color: #c3dafe;
  }

  .xl\:text-indigo-300 {
    color: #a3bffa;
  }

  .xl\:text-indigo-400 {
    color: #7f9cf5;
  }

  .xl\:text-indigo-500 {
    color: #667eea;
  }

  .xl\:text-indigo-600 {
    color: #5a67d8;
  }

  .xl\:text-indigo-700 {
    color: #4c51bf;
  }

  .xl\:text-indigo-800 {
    color: #434190;
  }

  .xl\:text-indigo-900 {
    color: #3c366b;
  }

  .xl\:text-purple-100 {
    color: #faf5ff;
  }

  .xl\:text-purple-200 {
    color: #e9d8fd;
  }

  .xl\:text-purple-300 {
    color: #d6bcfa;
  }

  .xl\:text-purple-400 {
    color: #b794f4;
  }

  .xl\:text-purple-500 {
    color: #9f7aea;
  }

  .xl\:text-purple-600 {
    color: #805ad5;
  }

  .xl\:text-purple-700 {
    color: #6b46c1;
  }

  .xl\:text-purple-800 {
    color: #553c9a;
  }

  .xl\:text-purple-900 {
    color: #44337a;
  }

  .xl\:text-pink-100 {
    color: #fff5f7;
  }

  .xl\:text-pink-200 {
    color: #fed7e2;
  }

  .xl\:text-pink-300 {
    color: #fbb6ce;
  }

  .xl\:text-pink-400 {
    color: #f687b3;
  }

  .xl\:text-pink-500 {
    color: #ed64a6;
  }

  .xl\:text-pink-600 {
    color: #d53f8c;
  }

  .xl\:text-pink-700 {
    color: #b83280;
  }

  .xl\:text-pink-800 {
    color: #97266d;
  }

  .xl\:text-pink-900 {
    color: #702459;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .xl\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .xl\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .xl\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .xl\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .xl\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .xl\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .xl\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .xl\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .xl\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .xl\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .xl\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .xl\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .xl\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .xl\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .xl\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .xl\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .xl\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .xl\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .xl\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .xl\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .xl\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .xl\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .xl\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .xl\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .xl\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .xl\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .xl\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .xl\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .xl\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .xl\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .xl\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .xl\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .xl\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .xl\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .xl\:hover\:text-green-800:hover {
    color: #276749;
  }

  .xl\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .xl\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .xl\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .xl\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .xl\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .xl\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .xl\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .xl\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .xl\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .xl\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .xl\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .xl\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .xl\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .xl\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .xl\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .xl\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .xl\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .xl\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .xl\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .xl\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .xl\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .xl\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .xl\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .xl\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .xl\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .xl\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .xl\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .xl\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .xl\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .xl\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .xl\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .xl\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .xl\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .xl\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .xl\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .xl\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .xl\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .xl\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .xl\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .xl\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .xl\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .xl\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #000;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .xl\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .xl\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .xl\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .xl\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .xl\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .xl\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .xl\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .xl\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .xl\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .xl\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .xl\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .xl\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .xl\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .xl\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .xl\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .xl\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .xl\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .xl\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .xl\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .xl\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .xl\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .xl\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .xl\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .xl\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .xl\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .xl\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .xl\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .xl\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .xl\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .xl\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .xl\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .xl\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .xl\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .xl\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .xl\:focus\:text-green-800:focus {
    color: #276749;
  }

  .xl\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .xl\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .xl\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .xl\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .xl\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .xl\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .xl\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .xl\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .xl\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .xl\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .xl\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .xl\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .xl\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .xl\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .xl\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .xl\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .xl\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .xl\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .xl\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .xl\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .xl\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .xl\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .xl\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .xl\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .xl\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .xl\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .xl\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .xl\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .xl\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .xl\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .xl\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .xl\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .xl\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .xl\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .xl\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .xl\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .xl\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .xl\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .xl\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .xl\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .xl\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .xl\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .xl\:line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .xl\:no-underline {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .xl\:transition-transform {
    transition-property: transform;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

span.badge {
  border-radius: 3px;
  font-size: 11px;
  font-weight: 550;
  padding: 0.2rem 0.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

span.badge.paid,
span.badge.active,
span.badge.successful,
span.badge.completed,
span.badge.created,
span.badge.refund,
span.badge.refunded,
span.badge.settled,
span.badge.notsettled,
span.badge.success {
  background-color: rgba(5, 150, 105, 0.1);
  color: rgb(5, 150, 105);
}

span.badge.processing,
span.badge.unverified,
span.badge.pending,
span.badge.processed,
span.badge.payment_attempted,
span.badge.chargeback,
span.badge.attempted,
span.badge.expired ,
span.badge.inprocess{
  background-color: rgba(12, 131, 255, 0.1);
  color: rgb(12, 131, 255);
}

span.badge.inactive,
span.badge.deleted,
span.badge.failed,
span.badge.error,
span.badge.cancel,
span.badge.cancelled,
span.badge.rejected,
span.badge.attempted.attempted-expired {
  background-color: rgba(238, 69, 69, 0.1);
  color: rgb(239, 68, 68);
}

span.badge.published,
span.badge.validated,
span.badge.issued {
  background-color: var(--pumpkin-lightTint);
  color: var(--pumpkin-primary);
}

span.badge.processing {
  padding-right: 15px;
}

span.badge.part_paid,
span.badge.partially_paid {
  background-color: #efeab978;
  color: #F9A825;
}

span.badge.issued-expired,
span.badge.attempted-expired,
span.badge.part_paid-expired,
span.badge.payment_attempted-expired,
span.badge.partially_paid-expired,
span.badge.paid-expired{
  background-color: #db4254;
  color: #ffffff;
}

span.badge.unpaid{
  background-color: #d9f5fd;
  color: #0063b8;
}

.icon-size{
  width: 16px;
}

.icon-size.delete {
  width: 18px;
}

.bg-background-cloud {
    background-color: var(--cloud)
}

.border-background-thunderCloud {
    border-color: var(--thunderCloud);
}

.bg-background-vanilla {
    background-color: var(--vanilla);
}

.text-pumpkin-primary{
  color: var(--pumpkin-primary)
}
@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-Light-BATEza2Q.woff2');
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-Regular-DI4MgF22.woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-Medium-DT31zNQg.woff2');
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-SemiBold-DqnJHjCw.woff2');
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-Bold-B13sg1VN.woff2');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-ExtraBold-S4xwWZYG.woff2');
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url('/dashboard/assets/Inter-Black-CbZ5gcWT.woff2');
  font-display: swap;
  font-weight: 900;
}

@tailwind utilities;

@tailwind components;

:root {
  --white: #ffffff;

  /* Gray Blue */
  --gray-Blue-1: #fafbfb;
  --gray-Blue-2: #f4f4f6;
  --gray-Blue-3: #ebedef;
  --gray-Blue-4: #d0d3d8;
  --gray-Blue-5: #abb0b8;
  --gray-Blue-6: #848b98;
  --gray-Blue-7: #5e6879;
  --gray-Blue-8: #3b475b;
  --gray-Blue-9: #323c4d;
  --gray-Blue-12: #1b2029;

  /* Orange */
  --orange-1: #fffdfd;
  --orange-2: #fffaf7;
  --orange-3: #fff7f4;
  --orange-4: #fef4ee;
  --orange-5: #feeee6;
  --orange-6: #fbcbb0;
  --orange-7: #f9b28a;
  --orange-8: #f68e55;
  --orange-10: #f15701;
  --orange-11: #db4f01;

  /* Green */
  --green-2: #f2fbf6;
  --green-3: #e7f7f0;
  --green-5: #c7eddb;
  --green-6: #9bdebf;
  --green-7: #6dcea1;
  --green-9: #17b26a;
  --green-10: #14975a;
  --green-12: #0d653c;

  /* Yellow */
  --yellow-3: #fffcf6;
  --yellow-6: #ffe6a7;
  --yellow-7: #ffda7e;
  --yellow-8: #ffcf58;
  --yellow-9: #ffc533;
  --yellow-10: #d9a72b;
  --yellow-12: #91701d;

  /* Red */
  --red-1: #fffdfd;
  --red-4: #fde7ef;
  --red-5: #fbcbdb;
  --red-6: #f9b2ca;
  --red-7: #f68db0;
  --red-9: #f03976;
  --red-10: #ec0854;
  --red-11: #d7074c;
  --red-12: #a8063c;

  /* Blue */
  --blue-2: #f0f4fd;
  --blue-4: #c2d2f8;
  --blue-5: #92aef3;
  --blue-7: #2f64e7;
  --blue-8: #0142e2;
  --blue-16: #00071a;

  /* MicroIllustration */
  --microIllustration-fill: #ebedef;
  --microIllustration-bg: #ffffff;
  --microIllustration-accent: #f15701;
  --microIllustration-stroke: #323c4d;
  --microIllustration-disabled-light: #f4f4f6;
  --microIllustration-disabled-dark: #abb0b8;

  /* Illustration */
  --illustration-normal-c1: #f15701;
  --illustration-normal-c2: #323c4d;
  --illustration-normal-c3: #9da3b4;
  --illustration-normal-c4: #e5e7ec;
  --illustration-normal-c5: #ffffff;
  --illustration-empty-g1: #dee1e8;
  --illustration-empty-g2: #ced1d9;
  --illustration-empty-g3: #e8eaee;
  --illustration-empty-g4: #f0f1f3;
  --illustration-empty-g5: #f7f8f9;

  /* New fill colors */
  --new-fill-darker: #e6e8ea;
  --new-fill-dark: #efeff1;
  --new-fill-light: #f7f7f8;
}

.loading{--animation-duration: 10s;animation-delay:1s;animation:loading var(--animation-duration) linear}

@keyframes loading{0%{width:0%}to{width:100%}}

.dot{animation-name:dot-translation,dot-width;box-shadow:0 0 4px #ff6721;animation-delay:1ms;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}

@keyframes dot-translation{0%{left:0}to{left:calc(100% - 8px)}}

@keyframes dot-width{0%{width:8px;border-radius:50%;opacity:30%}50%{width:16px;border-radius:8px;opacity:50%}to{width:8px;border-radius:50%;opacity:14%}}

.slider-input{position:absolute;width:calc(100% + 24px);top:0;left:-12px;background:none;pointer-events:none;appearance:none;height:5px}

.slider-input::-webkit-slider-thumb{height:24px;width:24px;border-radius:50%;border:2px solid var(--thumb-border-color, #f15701);box-shadow:0 4px 4px #0003;box-shadow:0 .5px 4px 0 var(--thumb-border-color, #f15701);background:#fff;pointer-events:auto;appearance:none;cursor:pointer;position:relative}

.slider-input::-moz-range-thumb{height:24px;width:24px;border-radius:50%;border:2px solid var(--thumb-border-color, #f15701);box-shadow:0 4px 4px #0003;box-shadow:0 .5px 4px 0 var(--thumb-border-color, #f15701);background:#fff;pointer-events:auto;cursor:pointer;position:relative}

.slider-input-hue::-webkit-slider-thumb{height:16px;width:16px;border-radius:50%;border:4px solid #ffffff;background-color:red;box-shadow:0 2px 4px #0000003d,0 2px 4px #00000040;appearance:none;cursor:pointer}

.slider-input-hue::-moz-range-thumb{height:8px;width:8px;border-radius:50%;border:4px solid #ffffff;background-color:red;box-shadow:0 2px 4px #0000003d,0 2px 4px #00000040;appearance:none;cursor:pointer}

.slider-input-hue::-webkit-slider-runnable-track{height:16px;border-radius:9999px;background:linear-gradient(90deg,#ff0000 0%,#ffee00 15%,#0fed34 30%,#00eaff 45%,#3300ff 60%,#ff00aa 81%,#ff0004 100%)}

.slider-input-hue::-moz-range-track{height:16px;border-radius:9999px;background:linear-gradient(90deg,#ff0000 0%,#ffee00 15%,#0fed34 30%,#00eaff 45%,#3300ff 60%,#ff00aa 81%,#ff0004 100%)}

.input-no-spinner::-webkit-inner-spin-button,.input-no-spinner::-webkit-outer-spin-button{-webkit-appearance:none}

.input-no-spinner{appearance:textfield;-moz-appearance:textfield}

@use "../src/css/colors.css";

/* @tailwind base; */

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.scroll-hidden::-webkit-scrollbar {
    display: none;
  }

.scroll-hidden {
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
  }

.bg-50 {
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }

.\!pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-left-1 {
  left: -0.25rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-28 {
  right: -7rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-7 {
  top: -1.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-\[1\.031rem\] {
  left: 1.031rem;
}

.left-\[39px\] {
  left: 39px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-1\/2 {
  right: 50%;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-40 {
  right: 10rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-\[2\.625rem\] {
  top: 2.625rem;
}

.top-\[calc\(50\%-0\.5rem\)\] {
  top: calc(50% - 0.5rem);
}

.top-\[calc\(50\%-1\.25rem\)\] {
  top: calc(50% - 1.25rem);
}

.top-\[calc\(50\%-1\.5rem\)\] {
  top: calc(50% - 1.5rem);
}

.top-full {
  top: 100%;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[50\] {
  z-index: 50;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.\!m-0 {
  margin: 0px !important;
}

.m-4 {
  margin: 1rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.\!mb-6 {
  margin-bottom: 1.5rem !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[0\.938rem\] {
  margin-bottom: 0.938rem;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[12px\] {
  margin-left: 12px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[2\.375rem\] {
  margin-right: 2.375rem;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mr-auto {
  margin-right: auto;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-24px\] {
  margin-top: -24px;
}

.mt-\[-30px\] {
  margin-top: -30px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.\!h-0 {
  height: 0px !important;
}

.\!h-10 {
  height: 2.5rem !important;
}

.\!h-12 {
  height: 3rem !important;
}

.\!h-8 {
  height: 2rem !important;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[0\.125rem\] {
  height: 0.125rem;
}

.h-\[1\.125rem\] {
  height: 1.125rem;
}

.h-\[11\.25rem\] {
  height: 11.25rem;
}

.h-\[14\.375rem\] {
  height: 14.375rem;
}

.h-\[14\.5rem\] {
  height: 14.5rem;
}

.h-\[165px\] {
  height: 165px;
}

.h-\[23\.375rem\] {
  height: 23.375rem;
}

.h-\[3\.75rem\] {
  height: 3.75rem;
}

.h-\[334px\] {
  height: 334px;
}

.h-\[4\.5rem\] {
  height: 4.5rem;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[7\.5rem\] {
  height: 7.5rem;
}

.h-\[7px\] {
  height: 7px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[1\.125rem\] {
  max-height: 1.125rem;
}

.max-h-\[1\.25rem\] {
  max-height: 1.25rem;
}

.max-h-\[1\.5rem\] {
  max-height: 1.5rem;
}

.max-h-\[18\.25rem\] {
  max-height: 18.25rem;
}

.max-h-\[21rem\] {
  max-height: 21rem;
}

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-\[0\.0625rem\] {
  min-height: 0.0625rem;
}

.min-h-\[17\.25rem\] {
  min-height: 17.25rem;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.\!w-0 {
  width: 0px !important;
}

.\!w-20 {
  width: 5rem !important;
}

.\!w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-18 {
  width: 4.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/4 {
  width: 50%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-\[17\.5rem\] {
  width: 17.5rem;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[21\.25rem\] {
  width: 21.25rem;
}

.w-\[21\.375rem\] {
  width: 21.375rem;
}

.w-\[25\.375rem\] {
  width: 25.375rem;
}

.w-\[28\.5625rem\] {
  width: 28.5625rem;
}

.w-\[3\.75rem\] {
  width: 3.75rem;
}

.w-\[328px\] {
  width: 328px;
}

.w-\[4\.25rem\] {
  width: 4.25rem;
}

.w-\[7px\] {
  width: 7px;
}

.w-\[calc\(100\%-1\.25rem\)\] {
  width: calc(100% - 1.25rem);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -webkit-max-content;
  width: max-content;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-\[18\.75rem\] {
  min-width: 18.75rem;
}

.min-w-\[21\.25rem\] {
  min-width: 21.25rem;
}

.min-w-\[6\.5rem\] {
  min-width: 6.5rem;
}

.min-w-\[8\.75rem\] {
  min-width: 8.75rem;
}

.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.\!max-w-0 {
  max-width: 0px !important;
}

.\!max-w-full {
  max-width: 100% !important;
}

.max-w-22 {
  max-width: 5.5rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-\[1\.125rem\] {
  max-width: 1.125rem;
}

.max-w-\[1\.25rem\] {
  max-width: 1.25rem;
}

.max-w-\[1\.5rem\] {
  max-width: 1.5rem;
}

.max-w-\[10vw\] {
  max-width: 10vw;
}

.max-w-\[110px\] {
  max-width: 110px;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[14vw\] {
  max-width: 14vw;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[15vw\] {
  max-width: 15vw;
}

.max-w-\[170px\] {
  max-width: 170px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[20rem\] {
  max-width: 20rem;
}

.max-w-\[20vw\] {
  max-width: 20vw;
}

.max-w-\[21\.75rem\] {
  max-width: 21.75rem;
}

.max-w-\[22\.5rem\] {
  max-width: 22.5rem;
}

.max-w-\[26\.5rem\] {
  max-width: 26.5rem;
}

.max-w-\[4\.375rem\] {
  max-width: 4.375rem;
}

.max-w-\[8vw\] {
  max-width: 8vw;
}

.max-w-\[9vw\] {
  max-width: 9vw;
}

.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-\[24\%\] {
  flex-basis: 24%;
}

.basis-\[30\%\] {
  flex-basis: 30%;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(-1\*50\%\+0\.75rem\)\] {
  --tw-translate-x: calc(-1 * 50% + 0.75rem);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  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-\[30deg\] {
  --tw-rotate: 30deg;
  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-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {

  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.\!cursor-default {
  cursor: default !important;
}

.\!cursor-not-allowed {
  cursor: not-allowed !important;
}

.\!cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.touch-none {
  touch-action: none;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-items-center {
  place-items: center;
}

.content-between {
  align-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.\!justify-center {
  justify-content: center !important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.563rem\] {
  gap: 0.563rem;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[0\.375rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-border-border-light > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--gray-Blue-3);
}

.self-start {
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.\!rounded {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.\!border {
  border-width: 1px !important;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[0\.0625rem\] {
  border-width: 0.0625rem;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.\!border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.\!border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.\!border-solid {
  border-style: solid !important;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.\!border-none {
  border-style: none !important;
}

.border-none {
  border-style: none;
}

.\!border-border-action {
  border-color: var(--orange-10) !important;
}

.\!border-border-action-focused {
  border-color: var(--orange-6) !important;
}

.\!border-border-border {
  border-color: var(--gray-Blue-4) !important;
}

.\!border-border-border-light {
  border-color: var(--gray-Blue-3) !important;
}

.\!border-border-dark-hover {
  border-color: var(--gray-Blue-9) !important;
}

.\!border-border-disabled {
  border-color: var(--gray-Blue-3) !important;
}

.\!border-border-error-light {
  border-color: var(--red-6) !important;
}

.\!border-transparent {
  border-color: transparent !important;
}

.border-\[\#9355FA\] {
  --tw-border-opacity: 1;
  border-color: rgb(147 85 250 / var(--tw-border-opacity));
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  border-color: rgba(0,0,0,0.04);
}

.border-border-action {
  border-color: var(--orange-10);
}

.border-border-action-focused {
  border-color: var(--orange-6);
}

.border-border-border {
  border-color: var(--gray-Blue-4);
}

.border-border-border-light {
  border-color: var(--gray-Blue-3);
}

.border-border-brand-focus-ring {
  border-color: var(--orange-5);
}

.border-border-caution {
  border-color: var(--yellow-10);
}

.border-border-caution-light {
  border-color: var(--yellow-6);
}

.border-border-dark-hover {
  border-color: var(--gray-Blue-9);
}

.border-border-disabled {
  border-color: var(--gray-Blue-3);
}

.border-border-error {
  border-color: var(--red-11);
}

.border-border-error-light {
  border-color: var(--red-6);
}

.border-border-info-light {
  border-color: var(--blue-5);
}

.border-border-success {
  border-color: var(--green-10);
}

.border-border-success-light {
  border-color: var(--green-6);
}

.border-fill-action {
  border-color: var(--orange-10);
}

.border-fill-dark {
  border-color: var(--gray-Blue-7);
}

.border-fill-error {
  border-color: var(--red-11);
}

.border-fill-fill-dark {
  border-color: var(--gray-Blue-1);
}

.border-fill-info-dark {
  border-color: var(--blue-16);
}

.border-icon-action {
  border-color: var(--orange-10);
}

.border-text-disabled {
  border-color: var(--gray-Blue-5);
}

.border-text-light {
  border-color: var(--gray-Blue-6);
}

.border-transparent {
  border-color: transparent;
}

.\!bg-fill-action {
  background-color: var(--orange-10) !important;
}

.\!bg-fill-action-light {
  background-color: var(--orange-4) !important;
}

.\!bg-fill-action-lighter {
  background-color: var(--orange-1) !important;
}

.\!bg-fill-disabled {
  background-color: var(--gray-Blue-1) !important;
}

.\!bg-fill-fill {
  background-color: var(--white) !important;
}

.\!bg-fill-hover-light {
  background-color: var(--gray-Blue-1) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#f4f4f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.bg-\[--yellow-8\] {
  background-color: var(--yellow-8);
}

.bg-border-action {
  background-color: var(--orange-10);
}

.bg-border-border-light {
  background-color: var(--gray-Blue-3);
}

.bg-fill-action {
  background-color: var(--orange-10);
}

.bg-fill-action-disabled {
  background-color: var(--gray-Blue-3);
}

.bg-fill-action-light {
  background-color: var(--orange-4);
}

.bg-fill-action-lighter {
  background-color: var(--orange-1);
}

.bg-fill-action-lighter-pressed {
  background-color: var(--orange-2);
}

.bg-fill-caution {
  background-color: var(--yellow-9);
}

.bg-fill-caution-light {
  background-color: var(--yellow-3);
}

.bg-fill-disabled {
  background-color: var(--gray-Blue-1);
}

.bg-fill-error {
  background-color: var(--red-11);
}

.bg-fill-error-light {
  background-color: var(--red-1);
}

.bg-fill-error-medium {
  background-color: var(--red-5);
}

.bg-fill-fill {
  background-color: var(--white);
}

.bg-fill-fill-dark {
  background-color: var(--gray-Blue-1);
}

.bg-fill-hover {
  background-color: var(--gray-Blue-2);
}

.bg-fill-info {
  background-color: var(--blue-7);
}

.bg-fill-info-dark {
  background-color: var(--blue-16);
}

.bg-fill-info-light {
  background-color: var(--blue-2);
}

.bg-fill-pressed {
  background-color: var(--gray-Blue-1);
}

.bg-fill-pressed-dark {
  background-color: var(--gray-Blue-3);
}

.bg-fill-success {
  background-color: var(--green-9);
}

.bg-fill-success-light {
  background-color: var(--green-2);
}

.bg-fill-success-medium {
  background-color: var(--green-5);
}

.bg-icon-action {
  background-color: var(--orange-10);
}

.bg-icon-icon {
  background-color: var(--gray-Blue-8);
}

.bg-icon-on-fill-action-pressed {
  background-color: var(--orange-7);
}

.bg-icon-pressed {
  background-color: var(--gray-Blue-6);
}

.bg-new-fill-dark {
  background-color: var(--new-fill-dark);
}

.bg-new-fill-darker {
  background-color: var(--new-fill-darker);
}

.bg-new-fill-light {
  background-color: var(--new-fill-light);
}

.bg-surface-base {
  background-color: var(--gray-Blue-3);
}

.bg-surface-surface {
  background-color: var(--white);
}

.bg-text-dark {
  background-color: var(--gray-Blue-12);
}

.bg-text-disabled {
  background-color: var(--gray-Blue-5);
}

.bg-text-on-fill {
  background-color: var(--white);
}

.bg-transparent {
  background-color: transparent;
}

.bg-\[linear-gradient\(91\.74deg\2c rgba\(241\2c 87\2c 1\2c 0\.06\)_1\.74\%\2c rgba\(241\2c 87\2c 1\2c 0\)_93\.28\%\)\] {
  background-image: linear-gradient(91.74deg,rgba(241,87,1,0.06) 1.74%,rgba(241,87,1,0) 93.28%);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.to-100\% {
  --tw-gradient-to-position: 100%;
}

.bg-origin-border {
  background-origin: border-box;
}

.\!fill-fill-fill {
  fill: var(--white) !important;
}

.fill-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  fill: rgba(0,0,0,0.4);
}

.fill-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  fill: rgba(0,0,0,0.6);
}

.fill-fill-action {
  fill: var(--orange-10);
}

.fill-fill-fill {
  fill: var(--white);
}

.fill-fill-info-dark {
  fill: var(--blue-16);
}

.fill-icon-action {
  fill: var(--orange-10);
}

.fill-icon-disabled {
  fill: var(--gray-Blue-4);
}

.fill-icon-error {
  fill: var(--red-11);
}

.fill-icon-icon {
  fill: var(--gray-Blue-8);
}

.fill-icon-on-fill {
  fill: var(--white);
}

.fill-icon-on-fill-action-pressed {
  fill: var(--orange-7);
}

.fill-icon-pressed {
  fill: var(--gray-Blue-6);
}

.fill-illustration-empty-g1 {
  fill: var(--illustration-empty-g1);
}

.fill-illustration-empty-g2 {
  fill: var(--illustration-empty-g2);
}

.fill-illustration-empty-g3 {
  fill: var(--illustration-empty-g3);
}

.fill-illustration-empty-g4 {
  fill: var(--illustration-empty-g4);
}

.fill-illustration-empty-g5 {
  fill: var(--illustration-empty-g5);
}

.fill-illustration-normal-c1 {
  fill: var(--illustration-normal-c1);
}

.fill-illustration-normal-c2 {
  fill: var(--illustration-normal-c2);
}

.fill-illustration-normal-c3 {
  fill: var(--illustration-normal-c3);
}

.fill-illustration-normal-c4 {
  fill: var(--illustration-normal-c4);
}

.fill-illustration-normal-c5 {
  fill: var(--illustration-normal-c5);
}

.fill-micro-illustration-accent {
  fill: var(--microIllustration-accent);
}

.fill-micro-illustration-bg {
  fill: var(--microIllustration-bg);
}

.fill-micro-illustration-disabled-dark {
  fill: var(--microIllustration-disabled-dark);
}

.fill-micro-illustration-disabled-light {
  fill: var(--microIllustration-disabled-light);
}

.fill-micro-illustration-fill {
  fill: var(--microIllustration-fill);
}

.fill-micro-illustration-stroke {
  fill: var(--microIllustration-stroke);
}

.fill-none {
  fill: none;
}

.fill-text-dark {
  fill: var(--gray-Blue-12);
}

.fill-text-light {
  fill: var(--gray-Blue-6);
}

.fill-text-lighter {
  fill: var(--gray-Blue-4);
}

.fill-text-on-fill {
  fill: var(--white);
}

.fill-text-text {
  fill: var(--gray-Blue-8);
}

.stroke-border-border {
  stroke: var(--gray-Blue-4);
}

.stroke-border-border-light {
  stroke: var(--gray-Blue-3);
}

.stroke-border-dark {
  stroke: var(--gray-Blue-7);
}

.stroke-border-dark-hover {
  stroke: var(--gray-Blue-9);
}

.stroke-icon-icon {
  stroke: var(--gray-Blue-8);
}

.stroke-illustration-empty-g1 {
  stroke: var(--illustration-empty-g1);
}

.stroke-illustration-empty-g2 {
  stroke: var(--illustration-empty-g2);
}

.stroke-illustration-empty-g5 {
  stroke: var(--illustration-empty-g5);
}

.stroke-illustration-normal-c1 {
  stroke: var(--illustration-normal-c1);
}

.stroke-illustration-normal-c2 {
  stroke: var(--illustration-normal-c2);
}

.stroke-micro-illustration-accent {
  stroke: var(--microIllustration-accent);
}

.stroke-micro-illustration-bg {
  stroke: var(--microIllustration-bg);
}

.stroke-micro-illustration-disabled-dark {
  stroke: var(--microIllustration-disabled-dark);
}

.stroke-micro-illustration-stroke {
  stroke: var(--microIllustration-stroke);
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[0\.1875rem\] {
  padding: 0.1875rem;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.188rem\] {
  padding-left: 0.188rem;
  padding-right: 0.188rem;
}

.px-\[0\.281rem\] {
  padding-left: 0.281rem;
  padding-right: 0.281rem;
}

.px-\[0\.438rem\] {
  padding-left: 0.438rem;
  padding-right: 0.438rem;
}

.px-\[4\.5px\] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[1\.125rem\] {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[1\.938rem\] {
  padding-left: 1.938rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[1\.438rem\] {
  padding-right: 1.438rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.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;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-\[0\.5rem\] {
  font-size: 0.5rem !important;
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.not-italic {
  font-style: normal;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.\!text-fill-action {
  color: var(--orange-10) !important;
}

.\!text-inherit {
  color: inherit !important;
}

.\!text-text-action {
  color: var(--orange-10) !important;
}

.\!text-text-disabled {
  color: var(--gray-Blue-5) !important;
}

.\!text-text-on-fill {
  color: var(--white) !important;
}

.text-\[\#FBEAEB\] {
  --tw-text-opacity: 1;
  color: rgb(251 234 235 / var(--tw-text-opacity));
}

.text-fill-action {
  color: var(--orange-10);
}

.text-fill-action-disabled {
  color: var(--gray-Blue-3);
}

.text-fill-error {
  color: var(--red-11);
}

.text-fill-fill {
  color: var(--white);
}

.text-icon-disabled {
  color: var(--gray-Blue-4);
}

.text-icon-error-pressed-dark {
  color: var(--red-10);
}

.text-icon-icon {
  color: var(--gray-Blue-8);
}

.text-icon-on-fill {
  color: var(--white);
}

.text-surface-base {
  color: var(--gray-Blue-3);
}

.text-text-action {
  color: var(--orange-10);
}

.text-text-caution {
  color: var(--yellow-12);
}

.text-text-dark {
  color: var(--gray-Blue-12);
}

.text-text-disabled {
  color: var(--gray-Blue-5);
}

.text-text-error {
  color: var(--red-11);
}

.text-text-light {
  color: var(--gray-Blue-6);
}

.text-text-lighter {
  color: var(--gray-Blue-4);
}

.text-text-on-fill {
  color: var(--white);
}

.text-text-success {
  color: var(--green-12);
}

.text-text-text {
  color: var(--gray-Blue-8);
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.\!placeholder-text-disabled::placeholder {
  color: var(--gray-Blue-5) !important;
}

.placeholder-text-light::placeholder {
  color: var(--gray-Blue-6);
}

.caret-transparent {
  caret-color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[0\.72\] {
  opacity: 0.72;
}

.\!shadow-\[0px_0px_0px_4px\] {
  --tw-shadow: 0px 0px 0px 4px !important;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!shadow-\[0px_1px_2px_0px\] {
  --tw-shadow: 0px 1px 2px 0px !important;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.08) !important;
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_0px_4px\] {
  --tw-shadow: 0px 0px 0px 4px;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0px_0px_2px_0px_rgba\(27\2c 32\2c 41\2c 0\.06\)\] {
  --tw-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1),0px 0px 2px 0px rgba(27,32,41,0.06);
  --tw-shadow-colored: 0px 0px 3px 0px var(--tw-shadow-color), 0px 0px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_4px_0px_rgba\(0\2c 15\2c 74\2c 0\.07\)\] {
  --tw-shadow: 0px 0px 4px 0px rgba(0,15,74,0.07);
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_2px_0px_rgba\(27\2c 32\2c 41\2c 0\.05\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(27,32,41,0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_2px_0px_rgba\(27\2c 32\2c 41\2c 0\.06\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(27,32,41,0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0px_1px_2px_0px_rgba\(27\2c 32\2c 41\2c 0\.06\)\] {
  --tw-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(27,32,41,0.06);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c _0px_1px_2px_0px_rgba\(27\2c 32\2c 41\2c 0\.06\)\] {
  --tw-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px rgba(27,32,41,0.06);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)_\2c _0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1) , 0px 1px 2px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_4px_0px_\#0000003D\2c _0px_2px_4px_0px_\#00000040\] {
  --tw-shadow: 0px 2px 4px 0px #0000003D, 0px 2px 4px 0px #00000040;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color), 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[1px_0px_1px_0px_rgba\(235\2c 237\2c 239\2c 1\)\2c 0px_0px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 1px 0px 1px 0px rgba(235,237,239,1),0px 0px 0px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 1px 0px 1px 0px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!shadow-\[rgba\(27\2c 32\2c 41\2c 0\.051\)\] {
  --tw-shadow-color: rgba(27,32,41,0.051) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-border-brand-focus-ring {
  --tw-shadow-color: var(--orange-5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-border-default-focus-ring {
  --tw-shadow-color: var(--gray-Blue-2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-border-error-focus-ring {
  --tw-shadow-color: var(--red-5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-fill-error-medium {
  --tw-shadow-color: var(--red-5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-fill-hover {
  --tw-shadow-color: var(--gray-Blue-2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-surface-error-base-light {
  --tw-shadow-color: var(--red-5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.shadow-border-brand-focus-ring {
  --tw-shadow-color: var(--orange-5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-surface-error-base-light {
  --tw-shadow-color: var(--red-5);
  --tw-shadow: var(--tw-shadow-colored);
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-none {
  transition-property: none !important;
}

.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-\[opacity_translate\] {
  transition-property: opacity translate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width_left\] {
  transition-property: width left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width_left_colors\] {
  transition-property: width left colors;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.heading-1,
  h1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-family: 'Inter', sans-serif;
  }

.heading-1-semibold {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

.heading-2,
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Inter', sans-serif;
  }

.heading-3,
  h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: 'Inter', sans-serif;
  }

.heading-3-semibold {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

.heading-4,
  h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Inter', sans-serif;
  }

.heading-4-semibold {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

.heading-5,
  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Inter', sans-serif;
  }

.heading-5-semibold {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

.heading-6,
  h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Inter', sans-serif;
  }

.heading-6-semibold {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

.paragraph-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Inter', sans-serif;
  }

.paragraph-medium,
  p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Inter', sans-serif;
  }

.\!paragraph-small {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-family: 'Inter', sans-serif !important;
  }

.paragraph-small {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Inter', sans-serif;
  }

.paragraph-extra-small {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-family: 'Inter', sans-serif;
  }

.label-large {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Inter', sans-serif;
  }

.label-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Inter', sans-serif;
  }

.\!label-small {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    font-family: 'Inter', sans-serif !important;
  }

.label-small {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-family: 'Inter', sans-serif;
  }

.\!label-extra-small {
    font-size: 0.625rem !important;
    line-height: 1rem !important;
    font-family: 'Inter', sans-serif !important;
  }

.label-extra-small {
    font-size: 0.625rem;
    line-height: 1rem;
    font-family: 'Inter', sans-serif;
  }

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

body {
  margin: 0;
  font-family: InterVariable;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: 'InterVariable';
}

.placeholder\:\!text-text-light::placeholder {
  color: var(--gray-Blue-6) !important;
}

.placeholder\:text-text-disabled::placeholder {
  color: var(--gray-Blue-5);
}

.placeholder\:text-text-light::placeholder {
  color: var(--gray-Blue-6);
}

.placeholder\:text-text-text::placeholder {
  color: var(--gray-Blue-8);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-1\/2::before {
  content: var(--tw-content);
  bottom: 50%;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:top-\[6px\]::before {
  content: var(--tw-content);
  top: 6px;
}

.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-2::before {
  content: var(--tw-content);
  height: 0.5rem;
}

.before\:h-2\.5::before {
  content: var(--tw-content);
  height: 0.625rem;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-3\.5::before {
  content: var(--tw-content);
  height: 0.875rem;
}

.before\:h-8::before {
  content: var(--tw-content);
  height: 2rem;
}

.before\:w-12::before {
  content: var(--tw-content);
  width: 3rem;
}

.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}

.before\:w-2\.5::before {
  content: var(--tw-content);
  width: 0.625rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-3\.5::before {
  content: var(--tw-content);
  width: 0.875rem;
}

.before\:w-8::before {
  content: var(--tw-content);
  width: 2rem;
}

.before\:w-\[2\.625rem\]::before {
  content: var(--tw-content);
  width: 2.625rem;
}

.before\:flex-shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:translate-x-0::before {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:translate-x-4::before {
  content: var(--tw-content);
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:translate-x-5::before {
  content: var(--tw-content);
  --tw-translate-x: 1.25rem;
  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));
}

.before\:translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:rounded-bl-lg::before {
  content: var(--tw-content);
  border-bottom-left-radius: 0.5rem;
}

.before\:rounded-br-lg::before {
  content: var(--tw-content);
  border-bottom-right-radius: 0.5rem;
}

.before\:rounded-tl-lg::before {
  content: var(--tw-content);
  border-top-left-radius: 0.5rem;
}

.before\:rounded-tr-lg::before {
  content: var(--tw-content);
  border-top-right-radius: 0.5rem;
}

.before\:bg-\[var\(--before-background\)\]::before {
  content: var(--tw-content);
  background-color: var(--before-background);
}

.before\:bg-fill-action-disabled::before {
  content: var(--tw-content);
  background-color: var(--gray-Blue-3);
}

.before\:bg-icon-action::before {
  content: var(--tw-content);
  background-color: var(--orange-10);
}

.before\:bg-icon-inverse-pressed::before {
  content: var(--tw-content);
  background-color: var(--orange-4);
}

.before\:bg-text-light::before {
  content: var(--tw-content);
  background-color: var(--gray-Blue-6);
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.before\:ease-in-out::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:-z-10::after {
  content: var(--tw-content);
  z-index: -10;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:h-2\.5::after {
  content: var(--tw-content);
  height: 0.625rem;
}

.after\:h-8::after {
  content: var(--tw-content);
  height: 2rem;
}

.after\:h-\[0\.0625rem\]::after {
  content: var(--tw-content);
  height: 0.0625rem;
}

.after\:w-10::after {
  content: var(--tw-content);
  width: 2.5rem;
}

.after\:w-11::after {
  content: var(--tw-content);
  width: 2.75rem;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:w-2\.5::after {
  content: var(--tw-content);
  width: 0.625rem;
}

.after\:w-8::after {
  content: var(--tw-content);
  width: 2rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:rounded-bl-lg::after {
  content: var(--tw-content);
  border-bottom-left-radius: 0.5rem;
}

.after\:rounded-br-lg::after {
  content: var(--tw-content);
  border-bottom-right-radius: 0.5rem;
}

.after\:rounded-tl-lg::after {
  content: var(--tw-content);
  border-top-left-radius: 0.5rem;
}

.after\:rounded-tr-lg::after {
  content: var(--tw-content);
  border-top-right-radius: 0.5rem;
}

.after\:bg-border-disabled::after {
  content: var(--tw-content);
  background-color: var(--gray-Blue-3);
}

.after\:bg-fill-dark::after {
  content: var(--tw-content);
  background-color: var(--gray-Blue-7);
}

.after\:bg-icon-inverse-pressed::after {
  content: var(--tw-content);
  background-color: var(--orange-4);
}

.after\:content-\[\"\"\]::after {
  --tw-content: "";
  content: var(--tw-content);
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.checked\:\!border-border-action:checked {
  border-color: var(--orange-10) !important;
}

.checked\:bg-fill-action-light:checked {
  background-color: var(--orange-4);
}

.after\:checked\:bg-fill-action:checked::after {
  content: var(--tw-content);
  background-color: var(--orange-10);
}

.focus-within\:border-border-action-focused:focus-within {
  border-color: var(--orange-6);
}

.focus-within\:shadow-\[0px_0px_0px_4px\]:focus-within {
  --tw-shadow: 0px 0px 0px 4px;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-border-brand-focus-ring:focus-within {
  --tw-shadow-color: var(--orange-5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:cursor-text:hover {
  cursor: text;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:border-border-action:hover {
  border-color: var(--orange-10);
}

.hover\:border-border-brand-focus-ring:hover {
  border-color: var(--orange-5);
}

.hover\:border-border-dark:hover {
  border-color: var(--gray-Blue-7);
}

.hover\:border-fill-dark-hover:hover {
  border-color: var(--gray-Blue-9);
}

.hover\:border-fill-hover:hover {
  border-color: var(--gray-Blue-2);
}

.hover\:\!bg-fill-action:hover {
  background-color: var(--orange-10) !important;
}

.hover\:\!bg-fill-pressed:hover {
  background-color: var(--gray-Blue-1) !important;
}

.hover\:bg-border-brand-focus-ring:hover {
  background-color: var(--orange-5);
}

.hover\:bg-fill-action-light:hover {
  background-color: var(--orange-4);
}

.hover\:bg-fill-action-lighter-pressed:hover {
  background-color: var(--orange-2);
}

.hover\:bg-fill-action-pressed:hover {
  background-color: var(--orange-11);
}

.hover\:bg-fill-error-light-pressed:hover {
  background-color: var(--red-4);
}

.hover\:bg-fill-error-pressed:hover {
  background-color: var(--red-12);
}

.hover\:bg-fill-fill-dark:hover {
  background-color: var(--gray-Blue-1);
}

.hover\:bg-fill-hover:hover {
  background-color: var(--gray-Blue-2);
}

.hover\:bg-fill-hover-light:hover {
  background-color: var(--gray-Blue-1);
}

.hover\:bg-fill-pressed:hover {
  background-color: var(--gray-Blue-1);
}

.hover\:bg-fill-pressed-dark:hover {
  background-color: var(--gray-Blue-3);
}

.hover\:bg-icon-inverse-pressed:hover {
  background-color: var(--orange-4);
}

.hover\:text-fill-action:hover {
  color: var(--orange-10);
}

.hover\:text-fill-dark:hover {
  color: var(--gray-Blue-7);
}

.hover\:text-text-action:hover {
  color: var(--orange-10);
}

.hover\:text-text-action-hover:hover {
  color: var(--orange-11);
}

.hover\:text-text-light:hover {
  color: var(--gray-Blue-6);
}

.hover\:before\:bg-icon-icon:hover::before {
  content: var(--tw-content);
  background-color: var(--gray-Blue-8);
}

.focus\:border-border-action-focused:focus {
  border-color: var(--orange-6);
}

.focus\:bg-fill-hover:focus {
  background-color: var(--gray-Blue-2);
}

.focus\:text-text-action:focus {
  color: var(--orange-10);
}

.focus\:text-text-light:focus {
  color: var(--gray-Blue-6);
}

.focus\:shadow-\[0px_0px_0px_4px\]:focus {
  --tw-shadow: 0px 0px 0px 4px;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:\!shadow-border-brand-focus-ring:focus {
  --tw-shadow-color: var(--orange-5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:shadow-\[0px_0px_0px_4px\]:focus-visible {
  --tw-shadow: 0px 0px 0px 4px;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:border-fill-dark:active {
  border-color: var(--gray-Blue-7);
}

.active\:\!bg-fill-hover-light:active {
  background-color: var(--gray-Blue-1) !important;
}

.active\:bg-fill-action-pressed:active {
  background-color: var(--orange-11);
}

.active\:bg-fill-error-light-pressed:active {
  background-color: var(--red-4);
}

.active\:bg-fill-error-pressed:active {
  background-color: var(--red-12);
}

.active\:bg-fill-fill:active {
  background-color: var(--white);
}

.active\:bg-fill-hover-light:active {
  background-color: var(--gray-Blue-1);
}

.active\:bg-fill-pressed:active {
  background-color: var(--gray-Blue-1);
}

.active\:bg-fill-pressed-dark:active {
  background-color: var(--gray-Blue-3);
}

.active\:text-text-dark-pressed:active {
  color: var(--gray-Blue-6);
}

.active\:text-text-error-on-fill-pressed:active {
  color: var(--red-7);
}

.active\:text-text-error-pressed:active {
  color: var(--red-7);
}

.active\:text-text-on-fill-action-pressed:active {
  color: var(--orange-7);
}

.active\:transition-shadow:active {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:before\:scale-75:active::before {
  content: var(--tw-content);
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.active\:before\:shadow-\[0px_0px_0px_3px_rgb\(59\2c 71\2c 91\2c 0\.2\)\]:active::before {
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 3px rgb(59,71,91,0.2);
  --tw-shadow-colored: 0px 0px 0px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:before\:shadow-\[0px_0px_1px_2px_rgb\(249\2c 179\2c 140\)\]:active::before {
  content: var(--tw-content);
  --tw-shadow: 0px 0px 1px 2px rgb(249,179,140);
  --tw-shadow-colored: 0px 0px 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:\!border-border-disabled:disabled {
  border-color: var(--gray-Blue-3) !important;
}

.disabled\:border-border-disabled:disabled {
  border-color: var(--gray-Blue-3);
}

.disabled\:border-fill-action-disabled:disabled {
  border-color: var(--gray-Blue-3);
}

.disabled\:bg-fill-action-disabled:disabled {
  background-color: var(--gray-Blue-3);
}

.disabled\:bg-fill-disabled:disabled {
  background-color: var(--gray-Blue-1);
}

.disabled\:bg-fill-hover-light:disabled {
  background-color: var(--gray-Blue-1);
}

.disabled\:text-text-disabled:disabled {
  color: var(--gray-Blue-5);
}

.after\:disabled\:bg-fill-action-disabled:disabled::after {
  content: var(--tw-content);
  background-color: var(--gray-Blue-3);
}

.group:active .group-active\:fill-icon-pressed {
  fill: var(--gray-Blue-6);
}

.group:active .group-active\:stroke-icon-pressed {
  stroke: var(--gray-Blue-6);
}

.group:active .group-active\:text-text-dark-pressed {
  color: var(--gray-Blue-6);
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:left-\[39px\] {
  left: 39px;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-5 {
  top: 1.25rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:label-large {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Inter', sans-serif;
  }

.peer:focus ~ .peer-focus\:left-\[39px\] {
  left: 39px;
}

.peer:focus ~ .peer-focus\:top-2 {
  top: 0.5rem;
}

.peer:focus ~ .peer-focus\:label-small {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-family: 'Inter', sans-serif;
  }

@media (min-width: 640px) {

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:heading-1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-family: 'Inter', sans-serif;
  }

  .sm\:paragraph-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Inter', sans-serif;
  }
}

@media (min-width: 768px) {

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1024px) {

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1280px) {

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\:hover\>\.pin-button\]\:visible:hover>.pin-button {
  visibility: visible;
}

.\[\&\:hover\>p\]\:text-icon-icon:hover>p {
  color: var(--gray-Blue-8);
}

.\[\&\:not\(\:focus\)\]\:shadow-\[0px_1px_2px_0px\]:not(:focus) {
  --tw-shadow: 0px 1px 2px 0px;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&\:not\(\:focus\)\]\:\!shadow-\[rgba\(27\2c 32\2c 41\2c 0\.05\)\]:not(:focus) {
  --tw-shadow-color: rgba(27,32,41,0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\[\&\>\*\:first-child\]\:fill-icon-action>*:first-child {
  fill: var(--orange-10);
}

.\[\&\>\*\:first-child\]\:\[stroke-dasharray\:none\]>*:first-child {
  stroke-dasharray: none;
}

.\[\&\>\*\:last-child\]\:hidden>*:last-child {
  display: none;
}

.\[\&\>\*\]\:mr-2>* {
  margin-right: 0.5rem;
}

.last\:\[\&\>\*\]\:mr-0>*:last-child {
  margin-right: 0px;
}

.\[\&\>div\:first-child\]\:bg-fill-error>div:first-child {
  background-color: var(--red-11);
}

.\[\&\>div\:last-child\>span\]\:\!text-text-text>div:last-child>span {
  color: var(--gray-Blue-8) !important;
}

.\[\&\>div\:last-child\>span\]\:\!label-small>div:last-child>span {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    font-family: 'Inter', sans-serif !important;
  }

.\[\&\>div\:nth-child\(-n\+2\)\]\:bg-\[--yellow-8\]>div:nth-child(-n+2) {
  background-color: var(--yellow-8);
}

.\[\&\>div\]\:mr-6>div {
  margin-right: 1.5rem;
}

.\[\&\>div\]\:bg-fill-success>div {
  background-color: var(--green-9);
}

.\[\&\>path\]\:fill-icon-disabled>path {
  fill: var(--gray-Blue-4);
}

.first\:\[\&\>path\]\:fill-icon-icon>path:first-child {
  fill: var(--gray-Blue-8);
}

.last\:\[\&\>path\]\:fill-icon-icon>path:last-child {
  fill: var(--gray-Blue-8);
}

.\[\&\>span\:last-child\]\:mr-0>span:last-child {
  margin-right: 0px;
}

.\[\&\>span\]\:mr-0\.5>span {
  margin-right: 0.125rem;
}

.\[\&\>span\]\:\!justify-center>span {
  justify-content: center !important;
}

.\[\&\>span\]\:text-text-dark>span {
  color: var(--gray-Blue-12);
}

.\[\&_span\]\:font-light span {
  font-weight: 300;
}

.\[\&_span\]\:font-normal span {
  font-weight: 400;
}

.\[\&_span\]\:label-large span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Inter', sans-serif;
  }

.\[\&_span\]\:label-medium span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Inter', sans-serif;
  }
:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/dashboard/assets/InterVariable-DiVDrmQJ.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/dashboard/assets/InterVariable-Italic-FCBEiFp6.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .text-input, .text-input-label, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .text-input .link, .text-input-label .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .text-input[data-textboxtype=FLOATING]:focus ~ label, .text-input[data-textboxtype=FLOATING]:not([value=""]) ~ label, .text-input[data-textboxtype=FLOATING]:not([value=""]):not(:focus) ~ label, .text-input[data-textboxtype=FLOATING]:focus[data-readonly=true] ~ label, .text-input-hint, .text-input-error-text, input:-webkit-autofill ~ label,
input:-webkit-autofill:hover ~ label {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100, .text-input-error-text {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.text-input-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
}

.no-placeHolder {
  padding-top: 8px !important;
}

.text-input {
  width: 100%;
  padding: 24px 8px 8px 8px;
  border-bottom: 1px solid var(--zircon);
  height: 48px;
  background: rgba(var(--squidInk-lightTint-rgb), 0.4);
}

.text-input:focus {
  outline: none;
}

.text-input[data-textboxtype=OUTLINE] {
  padding: 0;
  background: var(--cloud);
  border: 1px solid var(--zircon);
  border-radius: 4px;
  padding: 0 16px;
}

.text-input[data-textboxtype=OUTLINE]:not([data-error=""]) {
  border-color: var(--indianChilliRed-primary) !important;
}

.text-input[data-textboxtype=FLOATING][data-readonly=true] {
  cursor: not-allowed;
}

.text-input[data-textboxtype=FLOATING]:focus[data-readonly=false] {
  background-color: var(--pumpkin-lightTint-input);
  border-bottom: 2px solid var(--pumpkin-primary-input);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.text-input[data-textboxtype=FLOATING]:focus[data-readonly=false] ~ .text-input-button-container {
  background-color: var(--pumpkin-lightTint);
  border-color: var(--pumpkin-primary);
  transition: 300ms ease all;
  border-bottom: 2px solid var(--pumpkin-primary);
}

.text-input[data-textboxtype=FLOATING]:focus[data-readonly=false] ~ .text-input-box {
  outline: none;
  background-color: var(--pumpkin-lightTint);
  border-bottom: 2px solid var(--pumpkin-primary);
}

.text-input[data-textboxtype=FLOATING]:focus ~ .rupees, .text-input[data-textboxtype=FLOATING]:not([value=""]) ~ .rupees {
  display: block;
}

.text-input[data-textboxtype=FLOATING]:focus[data-rupees=true], .text-input[data-textboxtype=FLOATING][data-rupees=true] {
  padding: 24px 8px 8px 24px;
}

.text-input[data-textboxtype=FLOATING]:focus ~ label, .text-input[data-textboxtype=FLOATING]:not([value=""]) ~ label {
  top: 4px;
  color: var(--pumpkin-primary-input);
}

.text-input[data-textboxtype=FLOATING]:not([value=""]):not(:focus) ~ label, .text-input[data-textboxtype=FLOATING]:focus[data-readonly=true] ~ label {
  top: 4px;
  color: var(--africanDiamond);
  font-size: 11px;
}

.text-input-label {
  color: var(--africanDiamond);
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 12px;
  transition: 300ms ease all;
}

.currency-selector-flag {
  position: absolute;
  left: 34px;
  top: 16px;
}

.text-input-button-container {
  display: flex;
  width: 20%;
  justify-content: flex-end;
  border-bottom: 1px solid var(--zircon);
}

.text-input-btn-wrapper {
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-input-btn-wrapper .btn[data-loading=true]::after {
  border-top-color: var(--pumpkin-primary);
}

.text-input-btn-wrapper .text-input-button:focus {
  outline: none;
}

.text-input-btn-wrapper .text-input-button:focus ~ .text-input-button-container {
  outline: none;
  background: transparent;
}

.text-input-hint {
  display: flex;
  color: var(--africanDiamond);
  padding: 8px;
}

.text-input-error {
  display: flex;
  color: var(--indianChilliRed-shade);
  padding: 8px;
  align-items: center;
}

.text-input-error-text {
  font-size: 12px !important;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: var(--indianChilliRed-shade);
}

.text-error-icon {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.text-error-icon .error-message-icon {
  color: var(--indianChilliRed-shade);
}

.error-content {
  color: var(--indianChilliRed-shade) !important;
}

.error-container {
  background: var(--indianChilliRed-lightTint) !important;
  border-color: var(--indianChilliRed-primary) !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.error-bg {
  background: var(--indianChilliRed-lightTint) !important;
  border-bottom: 2px solid var(--indianChilliRed-primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.error-bg:focus {
  background: var(--indianChilliRed-lightTint) !important;
  border-bottom: 2px solid var(--indianChilliRed-primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.error-bg:focus ~ .text-input-button-container {
  background: var(--indianChilliRed-lightTint) !important;
  border-bottom: 2px solid var(--indianChilliRed-primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

input {
  filter: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill {
  -webkit-text-fill-color: var(--squidInk-shade);
  border-bottom: 1px solid var(--zircon);
  -webkit-box-shadow: 0 0 0px 1000px #f7f8f9 inset;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:hover:focus,
input:-webkit-autofill:focus {
  border-bottom: 2px solid var(--pumpkin-primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 0 0px 1000px var(--pumpkin-lightTint-input) inset;
  -webkit-text-fill-color: var(--squidInk-shade);
}

input:-webkit-autofill ~ label,
input:-webkit-autofill:hover ~ label,
input:-webkit-autofill ~ label {
  top: 8px;
  color: var(--africanDiamond);
}

.rupees {
  display: none;
  height: -webkit-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.textUpper {
  text-transform: uppercase;
}

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

.pointer-none {
  pointer-events: none;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .signup-header .header-onboard-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text .signup-header .header-link, .signup-header .body-text .header-link, .body-text-bold .link, .body-text-bold .signup-header .header-link, .signup-header .body-text-bold .header-link, .body-text-semibold .link, .body-text-semibold .signup-header .header-link, .signup-header .body-text-semibold .header-link, .body-text-1 .link, .body-text-1 .signup-header .header-link, .signup-header .body-text-1 .header-link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .signup-header .header-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link, .signup-header .header-link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link, .list-table-wrapper .list-table .signup-header .header-link, .signup-header .list-table-wrapper .list-table .header-link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.signup-header {
  margin: 0 0 24px 0;
}

.signup-header .header-onboard-title {
  color: var(--squidInk-primary);
  font-weight: 500;
}

.signup-header .header-subtitle {
  margin: 16px 0 0 0;
}

.signup-header .header-link {
  padding: 0 0 0 4px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .steps-container ul, .needhelp-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .signupsteps-container, .needhelp-container .highlight-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.signup-btn {
  width: 100%;
  margin: 0 0 24px 0;
}

.name-part {
  display: flex;
  margin: 0 0 24px 0;
}

.name-part .first-name {
  margin: 0 16px 0 0;
}

.name-part .text-input {
  padding: 24px 64px 8px 8px;
}

.mobile-part {
  display: flex;
  margin: 0 0 24px 0;
}

.mobile-part .country-code {
  margin: 0 16px 0 0;
}

.mobile-part .country-code .text-input {
  width: 56px;
}

.signup-fields {
  margin: 0 0 24px 0;
}

.signup-error-container {
  z-index: 1;
  position: fixed;
  top: 16px;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 4px;
}

.signupsteps-container {
  font-weight: 600;
  line-height: 17px;
  color: var(--squidInk-primary);
}

.steps-container {
  margin: 8px 0 24px 0;
}

.steps-container ul {
  font-weight: 400;
  color: var(--squidInk-light);
  list-style-type: disc;
  margin: 0 0 0 24px;
}

.needhelp-container {
  font-weight: 400;
  color: var(--squidInk-primary);
}

.needhelp-container .highlight-text {
  font-weight: 600;
  line-height: 17px;
  display: inline;
  color: var(--pumpkin-primary);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .alert-body-text, .rejdoc-body-text, .rejdoc-doc-list {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .alert-title-text, .retry-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.alert-body-text {
  color: var(--cloud);
  font-size: 14px !important;
  opacity: 0;
}

.rejdoc-doc-list {
  color: var(--squidInk-primary);
}

.alert-title-text, .retry-container {
  color: var(--cloud);
  padding: 0 8px 0 0;
  opacity: 0;
}

.alert-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 99999;
  transition: opacity 2s;
  display: flex;
  align-items: flex-start;
}

.alert-container[data-state=true] {
  animation: grow 250ms ease-out forwards, textIn 500ms ease-out forwards 250ms;
}

.alert-container[data-state=true] .alert-title-text, .alert-container[data-state=true] .retry-container {
  animation: fadeIn 500ms ease-out forwards 500ms;
}

.alert-container[data-state=true] .alert-body-text {
  animation: fadeIn 500ms ease-out forwards 500ms;
}

.alert-container[data-state=true] .button-container {
  animation: fadeIn 500ms ease-out forwards 500ms;
}

.alert-container[data-state=true] .rejdoc-doc-list {
  animation: fadeIn 600ms ease-out forwards 500ms;
}

.rejdoc-button-container {
  top: 24px;
}

.rejdoc-title-container {
  display: flex;
  align-items: center;
}

.rejdoc-title-container .error-warning {
  padding: 0 8px;
}

.alert-container[data-state=false] {
  animation: textOut 250ms ease-out forwards 500ms, shrink 500ms ease-in forwards;
}

.alert-container[data-state=false] .alert-title-text, .alert-container[data-state=false] .retry-container {
  animation: fadeOut 500ms ease-in forwards;
}

.alert-container[data-state=false] .alert-body-text {
  animation: fadeOut 500ms ease-in forwards;
}

.alert-container[data-state=false] .button-container {
  animation: fadeOut 500ms ease-out forwards;
}

.alert-container[data-state=false] .rejdoc-doc-list {
  animation: fadeOut 500ms ease-out forwards;
}

@keyframes textIn {
  0% {
    padding: 0px 24px;
  }
  100% {
    padding: 0px 24px;
  }
}

@keyframes textOut {
  0% {
    padding: 0px 24px;
  }
  100% {
    padding: 0px 24px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes grow {
  0% {
    transform: scale(0);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes shrink {
  0% {
    transform: scale(1);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    top: 0;
    transform: scale(0);
    transform-origin: top;
    opacity: 0;
  }
}

.button-container {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  position: absolute;
  right: 24px;
}

.text-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 48px 0 0;
}

.retry-container {
  color: var(--squidInk-shade);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 64px;
  border-right: 2px solid var(--indianChilliRed-mediumTint);
  padding: 0px 16px 0px 0px;
}

.alert-close {
  padding: 0px 0px 0px 16px;
}

.global-alert {
  border-radius: 4px;
  padding: 23px 0px 23px 40px;
  opacity: 0.72;
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.system-alert {
  border-radius: 4px;
  padding: 23px 0px 23px 40px;
  opacity: 0.56;
  color: var(--squidInk-shade);
}

.system-alert.info {
  background: var(--turquoiseBlue-mediumTint);
}

.system-alert.warning {
  background: var(--goldenTainoi-mediumTint);
}

.general-alert {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 24px;
  height: 56px;
  display: flex;
  align-items: center;
  min-width: 30vw;
}

.general-alert.info {
  background: var(--turquoiseBlue-lightTint) !important;
  border: 1px solid var(--turquoiseBlue-mediumTint);
}

.general-alert.warning {
  background: var(--goldenTainoi-lightTint) !important;
  border: 1px solid var(--goldenTainoi-mediumTint);
}

.general-alert.error {
  background: var(--indianChilliRed-lightTint) !important;
  border: 1px solid var(--indianChilliRed-mediumTint);
}

.general-alert.retry {
  min-width: 35vw;
  background: var(--indianChilliRed-lightTint) !important;
  border: 1px solid var(--indianChilliRed-mediumTint);
}

.general-alert.success {
  background: var(--kushGreen-lightTint) !important;
  border: 1px solid var(--kushGreen-mediumTint);
}

.general-alert.tip {
  background: var(--mediumSlateBlue-lightTint) !important;
  border: 1px solid var(--mediumSlateBlue-mediumTint);
}

.general-alert.tip,
.general-alert .alert-body-text,
.general-alert .alert-title-text,
.general-alert .retry-container {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2, .left-part .top-part .caption-two, .left-part .top-part .login-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .left-part .top-part .login-caption {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .left-part .top-part .login-caption .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .left-part .top-part .login-caption {
  font-size: 15px;
}

.body-text-2, .left-part .bottom-part .caption-three .caption-part {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .left-part .top-part .features .feature-container .feature-name, .left-part .bottom-part .caption-three .link-part, .left-part .bottom-part .customers {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .left-part .top-part .caption-one, .left-part .bottom-part .caption-three .bold-part {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.left-part {
  max-width: 753px;
  height: auto;
  padding: 0 0 0 56px;
  display: flex;
  flex: 0 0 753px;
  flex-direction: column;
}

.left-part .highlight-text {
  margin: 0 8px;
  color: var(--pumpkin-primary);
  font-size: 38px !important;
  font-weight: 400;
}

.left-part .top-part {
  flex: 1;
}

.left-part .top-part .logo {
  padding: 16px 0 56px 0;
}

.left-part .top-part .caption-one {
  line-height: 19px;
  padding: 16px 0 24px 0;
}

.left-part .top-part .caption-two {
  color: var(--squidInk-primary);
  line-height: 58px;
  min-width: 580px;
  margin: 40px 104px 64px 0;
  font-weight: 400;
}

.left-part .top-part .login-heading {
  line-height: 58px;
  color: var(--squidInk-primary);
  margin: 40px 90px 40px 0;
  min-width: 380px;
  font-size: 41px !important;
}

.left-part .top-part .login-caption {
  line-height: 19.2px;
  color: var(--squidInk-secondary);
  margin: 0 96px 32px 0;
  padding: 0 88px 0 0;
  font-size: 15px !important;
  font-weight: 400;
}

.left-part .top-part .features {
  display: flex;
  width: 90%;
  border-top: 1px solid var(--rainCloud);
  border-bottom: 1px solid var(--rainCloud);
}

.left-part .top-part .features .feature-container {
  margin: 16px 24px 16px 0;
}

.left-part .top-part .features .feature-container img {
  display: inline;
  margin: 0 8px 0 0;
}

.left-part .top-part .features .feature-container .feature-name {
  line-height: 17px;
  color: var(--squidInk-primary);
}

.left-part .bottom-part .caption-three {
  display: flex;
  align-items: center;
  background: var(--vanilla);
  width: 527px;
  border-radius: 4px;
  padding: 16px 24px 16px 16px;
}

.left-part .bottom-part .caption-three .bold-part {
  font-weight: 600;
  line-height: 19px;
  padding: 0 8px;
  border-right: var(--zircon) solid 1px;
}

.left-part .bottom-part .caption-three .caption-part {
  color: var(--squidInk-primary);
  padding: 0 0 0 8px;
}

.left-part .bottom-part .caption-three .link-part {
  line-height: 17px;
  color: var(--pumpkin-primary);
  margin: 0 0 0 4px;
}

.left-part .bottom-part .customers {
  font-weight: 600;
  color: var(--africanDiamond);
  line-height: 17px;
  padding: 32px 0 0 0;
}

@media screen and (max-width: 1500px) {
  .left-part {
    min-height: 100vh !important;
    max-width: 630px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .left-part .logo {
    padding: 16px 0 24px !important;
  }
  .left-part .caption-two,
  .left-part .login-heading {
    line-height: 48px !important;
    font-size: 40px !important;
    min-width: 408px !important;
    max-width: 450px !important;
  }
  .bottom-part .customer-list .list-image {
    object-fit: cover;
    width: 100%;
    height: 18px;
  }
}

@media screen and (min-width: 1500px) {
  .left-part {
    justify-content: space-around;
  }
  .left-part .top-part {
    flex: 0;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .footer-container .footer-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.footer-container {
  position: relative;
  width: 100%;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
}

.footer-container .footer_icons {
  padding: 0 0 0 24px;
}

.footer-container .footer-pci-icon {
  padding-bottom: 15px;
}

.footer-container[data-in-dashboard=true] {
  justify-content: center;
  width: calc(100% - 32px);
  margin: 0 16px;
}

.footer-container[data-in-dashboard=false] {
  padding: 8px 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.layout-wrapper {
  display: flex;
  min-height: 100vh;
}

.layout-wrapper .main-form-container-center {
  height: inherit;
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-image: url("data:image/svg+xml,%3csvg%20width='690'%20height='743'%20viewBox='0%200%20690%20743'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='690'%20height='743'%20rx='4'%20transform='matrix(-1%200%200%201%20690%200)'%20fill='%23EAF0F6'/%3e%3cmask%20id='mask0_18670_49413'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='8'%20y='648'%20width='458'%20height='96'%3e%3crect%20x='8.99219'%20y='648'%20width='457'%20height='96'%20fill='%23C4C4C4'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_18670_49413)'%3e%3cpath%20d='M480.066%20762.377C486.85%20760.751%20488.285%20755.273%20482.683%20752.381L294.399%20655.199C290.577%20653.226%20284.948%20653.346%20281.409%20655.476L141.856%20739.458C138.07%20741.736%20138.044%20745.473%20141.797%20747.804L248.398%20814.019C251.125%20815.713%20255.233%20816.254%20258.831%20815.392L480.066%20762.377Z'%20fill='url(%23paint0_linear_18670_49413)'/%3e%3cpath%20d='M354.057%20762.377C360.842%20760.751%20362.276%20755.273%20356.674%20752.381L168.39%20655.199C164.568%20653.226%20158.939%20653.346%20155.4%20655.476L15.8469%20739.458C12.0613%20741.736%2012.0349%20745.473%2015.7881%20747.804L122.389%20814.019C125.117%20815.713%20129.224%20816.254%20132.822%20815.392L354.057%20762.377Z'%20fill='url(%23paint1_linear_18670_49413)'/%3e%3c/g%3e%3cmask%20id='mask1_18670_49413'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='411'%20y='0'%20width='279'%20height='78'%3e%3crect%20x='411.992'%20width='278'%20height='78'%20fill='%23C4C4C4'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_18670_49413)'%3e%3cpath%20d='M395.868%20-18.6325C390.854%20-23.8246%20394.738%20-32.4785%20401.95%20-32.1834L598.696%20-24.1331C602.983%20-23.9577%20606.369%20-20.4309%20606.369%20-16.1398V46.8737C606.369%2051.2919%20602.787%2054.8737%20598.369%2054.8737H470.255C468.085%2054.8737%20466.009%2053.9921%20464.501%2052.4312L395.868%20-18.6325Z'%20fill='url(%23paint2_linear_18670_49413)'/%3e%3cpath%20d='M466.443%20-10.3522L689.992%20-1.17134V77.5215H550.998L466.443%20-10.3522Z'%20fill='url(%23paint3_linear_18670_49413)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_18670_49413'%20x1='57.705'%20y1='718.009'%20x2='405.143'%20y2='900.563'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F7F7F7'/%3e%3cstop%20offset='1'%20stop-color='%23D4E0F9'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_18670_49413'%20x1='-68.3037'%20y1='718.009'%20x2='279.134'%20y2='900.563'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E7EBEE'/%3e%3cstop%20offset='1'%20stop-color='%23D1DCF1'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_18670_49413'%20x1='676.123'%20y1='64.3323'%20x2='511.348'%20y2='-130.667'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E9F0FF'/%3e%3cstop%20offset='1'%20stop-color='%23D6DCE8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_18670_49413'%20x1='759.489'%20y1='86.9801'%20x2='594.613'%20y2='-107.418'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F3FAFF'/%3e%3cstop%20offset='1'%20stop-color='%23C8D1E3'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}

.layout-wrapper .main-form-container-center .form-container {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.layout-wrapper .main-form-container-center .form-container .form-card {
  background: var(--cloud);
  width: 77%;
  min-width: 440px;
  max-width: 529px;
  padding: 40px;
  margin: 64px auto 32px;
  border: 0.5px solid var(--rainCloud);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(2, 24, 60, 0.12);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .header-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .header-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .header-subtitle .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .header-subtitle {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .header-subtitle .email-bold {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.header-title {
  line-height: 29px;
  color: var(--squidInk-primary);
}

.header-subtitle {
  color: var(--squidInk-secondary);
  line-height: 22px;
  letter-spacing: 0.005em;
  margin: 16px 0px 0px;
  font-weight: 350;
}

.header-subtitle .email-bold {
  color: var(--squidInk-primary);
}

.header-icon {
  display: flex;
  justify-content: center;
  margin: 16px 0;
  background: var(--pumpkin-lightTint);
  padding: 40px 0;
}.checkbox-input {
  margin: 0px 8px 0px 0px;
}
:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}
@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}
@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}
.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}
.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}
.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}
.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}
.heading-3-alert {
  font-weight: bold;
}
.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}
.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}
.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}
.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}
.body-text-1 {
  font-size: 15px;
}
.body-text-2, .accept-terms-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}
.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}
.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}
.body-text-bold {
  font-family: InterVariable;
}
.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}
.caption-12, .set-password-input .passwordcondns, .password-validation-box .passwordcondns li {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}
.typo-bold {
  font-family: InterVariable;
}
.typo-semi-bold, .password-validation-box .passwordcondns li {
  font-family: InterVariable;
}
.subtitle-2, .terms-condition-link, .password-validation-box .passwordcondns .checklist-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}
.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}
.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}
.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}
/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/
.mspace-t-8 {
  margin: 8px 0 0 0;
}
.mspace-r-8 {
  margin: 0 8px 0 0;
}
.mspace-r-10 {
  margin: 0 10px 0 0;
}
.mspace-b-8 {
  margin: 0 0 8px 0;
}
.mspace-l-8 {
  margin: 0 0 0 8px;
}
.mspace-x-8 {
  margin: 0 8px 0 8px;
}
.mspace-y-8 {
  margin: 8px 0 8px 0;
}
.pspace-t-8 {
  padding: 8px 0 0 0;
}
.pspace-r-8 {
  padding: 0 8px 0 0;
}
.pspace-b-8 {
  padding: 0 0 8px 0;
}
.pspace-l-8 {
  padding: 0 0 0 8px;
}
.pspace-x-8 {
  padding: 0 8px 0 8px;
}
.pspace-y-8 {
  padding: 8px 0 8px 0;
}
.mspace-t-16 {
  margin: 16px 0 0 0;
}
.mspace-r-16 {
  margin: 0 16px 0 0;
}
.mspace-b-16 {
  margin: 0 0 16px 0;
}
.mspace-l-16 {
  margin: 0 0 0 16px;
}
.mspace-x-16 {
  margin: 0 16px 0 16px;
}
.mspace-y-16 {
  margin: 16px 0 16px 0;
}
.pspace-t-16 {
  padding: 16px 0 0 0;
}
.pspace-r-16 {
  padding: 0 16px 0 0;
}
.pspace-b-16 {
  padding: 0 0 16px 0;
}
.pspace-l-16 {
  padding: 0 0 0 16px;
}
.pspace-x-16 {
  padding: 0 16px 0 16px;
}
.pspace-y-16 {
  padding: 16px 0 16px 0;
}
.mspace-t-24 {
  margin: 24px 0 0 0;
}
.mspace-r-24 {
  margin: 0 24px 0 0;
}
.mspace-b-24 {
  margin: 0 0 24px 0;
}
.mspace-l-24 {
  margin: 0 0 0 24px;
}
.mspace-x-24 {
  margin: 0 24px 0 24px;
}
.mspace-y-24 {
  margin: 24px 0 24px 0;
}
.pspace-t-24 {
  padding: 24px 0 0 0;
}
.pspace-r-24 {
  padding: 0 24px 0 0;
}
.pspace-b-24 {
  padding: 0 0 24px 0;
}
.pspace-l-24 {
  padding: 0 0 0 24px;
}
.pspace-x-24 {
  padding: 0 24px 0 24px;
}
.pspace-y-24 {
  padding: 24px 0 24px 0;
}
.mspace-t-40 {
  margin: 40px 0 0 0;
}
.mspace-r-40 {
  margin: 0 40px 0 0;
}
.mspace-b-40 {
  margin: 0 0 40px 0;
}
.mspace-l-40 {
  margin: 0 0 0 40px;
}
.mspace-x-40 {
  margin: 0 40px 0 40px;
}
.mspace-y-40 {
  margin: 40px 0 40px 0;
}
.pspace-t-40 {
  padding: 40px 0 0 0;
}
.pspace-r-40 {
  padding: 0 40px 0 0;
}
.pspace-b-40 {
  padding: 0 0 40px 0;
}
.pspace-l-40 {
  padding: 0 0 0 40px;
}
.pspace-x-40 {
  padding: 0 40px 0 40px;
}
.pspace-y-40 {
  padding: 40px 0 40px 0;
}
.mspace-t-48 {
  margin: 48px 0 0 0;
}
.mspace-r-48 {
  margin: 0 48px 0 0;
}
.mspace-b-48 {
  margin: 0 0 48px 0;
}
.mspace-l-48 {
  margin: 0 0 0 48px;
}
.mspace-x-48 {
  margin: 0 48px 0 48px;
}
.mspace-y-48 {
  margin: 48px 0 48px 0;
}
.pspace-t-48 {
  padding: 48px 0 0 0;
}
.pspace-r-48 {
  padding: 0 48px 0 0;
}
.pspace-b-48 {
  padding: 0 0 48px 0;
}
.pspace-l-48 {
  padding: 0 0 0 48px;
}
.pspace-x-48 {
  padding: 0 48px 0 48px;
}
.pspace-y-48 {
  padding: 48px 0 48px 0;
}
.mspace-t-56 {
  margin: 56px 0 0 0;
}
.mspace-r-56 {
  margin: 0 56px 0 0;
}
.mspace-b-56 {
  margin: 0 0 56px 0;
}
.mspace-l-56 {
  margin: 0 0 0 56px;
}
.mspace-x-56 {
  margin: 0 56px 0 56px;
}
.mspace-y-56 {
  margin: 56px 0 56px 0;
}
.pspace-t-56 {
  padding: 56px 0 0 0;
}
.pspace-r-56 {
  padding: 0 56px 0 0;
}
.pspace-b-56 {
  padding: 0 0 56px 0;
}
.pspace-l-56 {
  padding: 0 0 0 56px;
}
.pspace-x-56 {
  padding: 0 56px 0 56px;
}
.pspace-y-56 {
  padding: 56px 0 56px 0;
}
.mspace-t-64 {
  margin: 64px 0 0 0;
}
.mspace-r-64 {
  margin: 0 64px 0 0;
}
.mspace-b-64 {
  margin: 0 0 64px 0;
}
.mspace-l-64 {
  margin: 0 0 0 64px;
}
.mspace-x-64 {
  margin: 0 64px 0 64px;
}
.mspace-y-64 {
  margin: 64px 0 64px 0;
}
.pspace-t-64 {
  padding: 64px 0 0 0;
}
.pspace-r-64 {
  padding: 0 64px 0 0;
}
.pspace-b-64 {
  padding: 0 0 64px 0;
}
.pspace-l-64 {
  padding: 0 0 0 64px;
}
.pspace-x-64 {
  padding: 0 64px 0 64px;
}
.pspace-y-64 {
  padding: 64px 0 64px 0;
}
.mspace-t-72 {
  margin: 72px 0 0 0;
}
.mspace-r-72 {
  margin: 0 72px 0 0;
}
.mspace-b-72 {
  margin: 0 0 72px 0;
}
.mspace-l-72 {
  margin: 0 0 0 72px;
}
.mspace-x-72 {
  margin: 0 72px 0 72px;
}
.mspace-y-72 {
  margin: 72px 0 72px 0;
}
.pspace-t-72 {
  padding: 72px 0 0 0;
}
.pspace-r-72 {
  padding: 0 72px 0 0;
}
.pspace-b-72 {
  padding: 0 0 72px 0;
}
.pspace-l-72 {
  padding: 0 0 0 72px;
}
.pspace-x-72 {
  padding: 0 72px 0 72px;
}
.pspace-y-72 {
  padding: 72px 0 72px 0;
}
input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}
input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}
input[type=radio]:hover:disabled::before {
  box-shadow: none;
}
input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}
input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}
input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}
input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}
input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}
input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}
input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}
input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}
input[type=checkbox]:focus {
  outline: 0;
}
input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}
input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}
input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}
input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}
input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}
input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}
input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}
input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}
input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}
button:focus {
  outline: none !important;
}
.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}
.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}
.tooltip-show {
  transform: scale(1) !important;
}
.rc-anchor-pt {
  right: 10% !important;
}
.grecaptcha-badge {
  display: none;
}
.error_banner, .setpassword-error-container, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}
.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.padding-0 {
  padding: 0 !important;
}
.full-width {
  width: 100%;
}
.hide {
  display: none;
}
.full-height {
  height: 100%;
}
.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}
.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}
.btn[data-loading=true] {
  cursor: not-allowed;
}
.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}
.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}
.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}
.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}
.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}
.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}
.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}
.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}
.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}
.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}
.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}
.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-0 {
  margin-left: 0%;
}
.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}
.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}
.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-3 {
  margin-left: 25%;
}
.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}
.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}
.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-6 {
  margin-left: 50%;
}
.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}
.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}
.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-9 {
  margin-left: 75%;
}
.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}
.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}
.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}
.col-desk-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}
.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}
.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}
.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}
.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}
@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}
.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}
.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}
.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}
.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}
.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}
.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}
@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}
.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}
.set-password-input {
  margin: 24px 0px 16px 0px;
}
.set-password-input .passwordcondns {
  position: relative;
  line-height: 14px;
  color: var(--indianChilliRed-shade);
  margin: 8px 8px 0 8px;
}
.set-password-input .text-error-icon {
  position: absolute;
  right: 0;
}
.set-password-input .set-password-input-box .confirm-password {
  margin-top: 22px;
}
.set-password-input .set-password-input-box .text-input-error {
  position: relative;
  right: 9px;
}
.set-password-btn {
  width: 100%;
  margin: 24px 0 0 0;
}
.accept-terms-container {
  display: flex;
  width: 100%;
  color: var(--africanDiamond);
  margin: 8px 0 0 0;
}
.terms-condition-link {
  color: var(--pumpkin-primary);
  padding: 0;
}
.password-validation-box {
  position: relative;
}
.password-validation-box .passwordcondns {
  margin: 0 !important;
  position: absolute;
  top: 40px;
  width: 85%;
  padding: 15px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 3px 8px 3px rgba(2, 24, 60, 0.12);
  right: 0;
  transition: all 0.15s linear;
}
.password-validation-box .passwordcondns.passwordfocus {
  opacity: 1;
}
.password-validation-box .passwordcondns::after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ffffff;
  content: "";
  height: 0;
  margin-left: -16px;
  position: absolute;
  top: 2px;
  left: 20%;
  width: 0;
  border: 1em solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(137deg);
  box-shadow: -2px 3px 3px 0 rgba(2, 24, 60, 0.15);
}
.password-validation-box .passwordcondns .checklist {
  list-style: none;
}
.password-validation-box .passwordcondns .text-error-icon {
  right: 15px;
}
.password-validation-box .passwordcondns li {
  padding-left: 30px;
  height: 20px;
}
.password-validation-box .passwordcondns li::before {
  content: "✖";
  display: inline-block;
  margin: 8px 0;
  margin-left: -30px;
  width: 20px;
  font-size: 12px;
  color: var(--indianChilliRed-shade);
}
.password-validation-box .passwordcondns li.checked::before {
  color: green;
  content: "✔";
}
.password-validation-box .passwordcondns li.checked {
  color: green;
}
.indicator {
  height: 5px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.indicator span {
  position: relative;
  height: 100%;
  width: 100%;
  background: lightgrey;
  border-radius: 5px;
  margin-right: 5px;
}
.indicator span:last-child {
  margin: 0;
}
.indicator span.active:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  animation: load 0.3s normal forwards;
}
.indicator span#progress-level1:before {
  background-color: #ff8180;
}
.indicator span#progress-level2:before {
  background-color: #f9c575;
}
.indicator span#progress-level3:before {
  background-color: #259ed7;
}
.indicator span#progress-level4:before {
  background-color: #6fc7a4;
}
@keyframes load {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .resend-otp-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .resend-otp-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .resend-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .otp-error-container, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.resend-btn {
  width: 100%;
  color: var(--pumpkin-primary);
  margin: 16px 0 0 0;
}

.verify-otp-input {
  margin: 24px 0px 0px 0px;
}

.verify-otp-btn {
  width: 100%;
  margin: 24px 0 0 0;
}

.resend-otp-text {
  width: 100%;
  color: var(--africanDiamond);
  margin: 28px 0 0 0;
}#main {
  display: grid;
  grid-template-columns: 12rem auto;
}

.top-full {
  top: 100%;
}

.left-full {
  left: 100%;
}

.card-height {
  height: 600px;
}
:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .top-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .dash-header-content-container, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .dash-header-content-container .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .top-subheading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .merchant-id-btn span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .merchant-id-btn p {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .retry-error-banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.layout-container {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  min-height: 100vh;
  overflow: hidden;
}

.content-layout {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 376px;
  background: var(--cloud);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-layout[data-dashboard-content=true] {
  background: var(--rainCloud);
  padding: 88px 0 0 0;
  width: calc(100% - 232px);
  margin: 0px 0px 0px 232px;
}

.content-layout[data-dashboard-content=false] {
  margin: 0px;
}

.content-layout[data-dashboard-scroll=true] {
  overflow-y: auto;
}

.sidebar-layout {
  width: 376px;
  min-height: 100vh;
  height: 100%;
  display: flex;
  position: fixed;
  z-index: 999999;
}

.sidebar-layout[data-dashboard=true] {
  width: 276px;
}

.dash-header {
  position: fixed;
  top: 0;
  right: 0;
  height: 64px;
  background: var(--cloud);
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px 0px 20px;
  align-items: center;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.3215686275);
}

.header-menu-dropdown {
  position: relative;
}

.header-menu-dropdown:hover .menu-dropdown-content {
  display: block;
}

.menu-dropdown-content {
  position: absolute;
  right: 0;
  background: var(--cloud);
  width: -webkit-max-content;
  width: max-content;
  z-index: 999;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: none;
}

.menu-dropdown-content .menu-dropdown-item {
  display: block;
  padding: 7px 15px;
  width: 100%;
  text-align: left;
}

.menu-dropdown-content .menu-dropdown-item:hover {
  font-weight: 600;
}

.header-drop-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-header-content-container {
  display: flex;
  width: calc(100% - 230px);
}

.dash-header-content-container .item {
  padding: 0px 0px 0px 24px;
  display: flex;
  align-items: center;
}

.dash-header-content-container .menu-dropdown-item:hover {
  background-color: var(--vanilla);
}

.dash-menu-title {
  padding: 0px 16px 0 8px;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.merchant-id-btn {
  display: flex;
  align-items: center;
  background: var(--vanilla);
  border-radius: 4px;
  width: 144px;
  height: 40px;
}

.merchant-id-btn:hover {
  background: var(--pumpkin-lightTint);
}

.merchant-id-btn:hover p {
  color: var(--pumpkin-primary);
}

.merchant-id-btn:hover .refresh-img {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20opacity='0'%20cx='12'%20cy='12'%20r='12'%20fill='%23F58C49'/%3e%3cg%20opacity='0.8'%3e%3cpath%20d='M18.0943%2013.7782C17.9379%2013.7265%2017.768%2013.7345%2017.6171%2013.8007C17.4663%2013.8669%2017.3454%2013.9865%2017.2775%2014.1366C16.6929%2015.411%2015.683%2016.4422%2014.4211%2017.0532C13.1591%2017.6643%2011.7239%2017.817%2010.3616%2017.4853C9.76135%2017.337%209.18777%2017.0963%208.66139%2016.7719L9.7582%2016.0102C9.80256%2015.9794%209.83802%2015.9375%209.86102%2015.8887C9.88401%2015.8399%209.89371%2015.7859%209.88914%2015.7321C9.88458%2015.6783%209.86591%2015.6267%209.83501%2015.5825C9.80412%2015.5382%209.7621%2015.5029%209.71319%2015.4801L5.8627%2013.6699C5.81421%2013.647%205.76058%2013.6372%205.70715%2013.6415C5.65372%2013.6458%205.60235%2013.6641%205.55816%2013.6944C5.51398%2013.7248%205.47852%2013.7662%205.45533%2013.8145C5.43214%2013.8629%205.42201%2013.9164%205.42597%2013.9699L5.78268%2018.2104C5.78749%2018.2641%205.80624%2018.3155%205.83709%2018.3596C5.86794%2018.4038%205.90981%2018.439%205.95853%2018.462C6.00724%2018.4849%206.06111%2018.4947%206.11478%2018.4903C6.16844%2018.4859%206.22003%2018.4676%206.26441%2018.4371L7.49457%2017.5804C7.51351%2017.6009%207.53414%2017.6199%207.55625%2017.637C8.3068%2018.1679%209.14958%2018.5546%2010.0416%2018.7772C10.3929%2018.8683%2010.7507%2018.933%2011.1117%2018.9705C12.6341%2019.1069%2014.1613%2018.7678%2015.4829%2018C16.8045%2017.2321%2017.8554%2016.0734%2018.491%2014.6833C18.5291%2014.5984%2018.549%2014.5064%2018.5494%2014.4133C18.5498%2014.3202%2018.5307%2014.2281%2018.4933%2014.1428C18.4559%2014.0575%2018.4011%2013.9811%2018.3324%2013.9183C18.2637%2013.8555%2018.1826%2013.8078%2018.0943%2013.7782Z'%20fill='%23002759'/%3e%3cpath%20d='M6.27442%209.85769C6.60847%209.11703%207.08946%208.45193%207.68822%207.90269C8.28699%207.35346%208.99105%206.93155%209.75774%206.66254C10.5244%206.39352%2011.3377%206.283%2012.1484%206.33768C12.9591%206.39237%2013.7502%206.61111%2014.4738%206.98065L13.442%207.82576C13.4006%207.86015%2013.369%207.90477%2013.3502%207.95519C13.3314%208.0056%2013.3261%208.06005%2013.3349%208.11314C13.3436%208.16622%2013.3661%208.21609%2013.4001%208.25779C13.4341%208.29949%2013.4785%208.33156%2013.5287%208.35083L17.5125%209.85103C17.5626%209.86961%2017.6166%209.87482%2017.6693%209.86613C17.7219%209.85744%2017.7714%209.83516%2017.8128%209.80149C17.8542%209.76782%2017.8861%209.72393%2017.9054%209.67415C17.9246%209.62437%2017.9306%209.57042%2017.9226%209.51765L17.2308%205.31711C17.2223%205.26351%2017.1997%205.21313%2017.1653%205.17113C17.131%205.12912%2017.0861%205.09699%2017.0352%205.07801C16.9844%205.05902%2016.9294%205.05387%2016.8759%205.06308C16.8224%205.07229%2016.7723%205.09552%2016.7308%205.13041L15.564%206.08054C15.5406%206.06387%2015.5206%206.04553%2015.4973%206.03053C14.61%205.50338%2013.6216%205.16911%2012.5965%205.0495C11.5714%204.92989%2010.5326%205.02763%209.54779%205.33634C8.56299%205.64506%207.65428%206.15782%206.8809%206.84121C6.10753%207.52461%205.48683%208.3633%205.05926%209.30262C5.02066%209.38794%205.00048%209.48044%205.00001%209.57408C4.99954%209.66773%205.01881%209.76042%205.05655%209.84613C5.09429%209.93183%205.14966%2010.0086%205.21905%2010.0715C5.28845%2010.1344%205.37031%2010.1819%205.45931%2010.2111C5.61486%2010.2626%205.78394%2010.2551%205.93429%2010.1899C6.08464%2010.1247%206.20572%2010.0065%206.27442%209.85769Z'%20fill='%23002759'/%3e%3c/g%3e%3c/svg%3e");
}

.merchant-id-btn .id-color {
  color: var(--pumpkin-primary);
}

.merchant-id-btn .refresh-img {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20opacity='0'%20cx='12'%20cy='12'%20r='12'%20fill='%232E3E50'/%3e%3cg%20opacity='0.8'%3e%3cpath%20d='M18.0943%2013.7782C17.9379%2013.7265%2017.768%2013.7345%2017.6171%2013.8007C17.4663%2013.8669%2017.3454%2013.9865%2017.2775%2014.1366C16.6929%2015.411%2015.683%2016.4422%2014.4211%2017.0532C13.1591%2017.6643%2011.7239%2017.817%2010.3616%2017.4853C9.76135%2017.337%209.18777%2017.0963%208.66139%2016.7719L9.7582%2016.0102C9.80256%2015.9794%209.83802%2015.9375%209.86102%2015.8887C9.88401%2015.8399%209.89371%2015.7859%209.88914%2015.7321C9.88458%2015.6783%209.86591%2015.6267%209.83501%2015.5825C9.80412%2015.5382%209.7621%2015.5029%209.71319%2015.4801L5.8627%2013.6699C5.81421%2013.647%205.76058%2013.6372%205.70715%2013.6415C5.65372%2013.6458%205.60235%2013.6641%205.55816%2013.6944C5.51398%2013.7248%205.47852%2013.7662%205.45533%2013.8145C5.43214%2013.8629%205.42201%2013.9164%205.42597%2013.9699L5.78268%2018.2104C5.78749%2018.2641%205.80624%2018.3155%205.83709%2018.3596C5.86794%2018.4038%205.90981%2018.439%205.95853%2018.462C6.00724%2018.4849%206.06111%2018.4947%206.11478%2018.4903C6.16844%2018.4859%206.22003%2018.4676%206.26441%2018.4371L7.49457%2017.5804C7.51351%2017.6009%207.53414%2017.6199%207.55625%2017.637C8.3068%2018.1679%209.14958%2018.5546%2010.0416%2018.7772C10.3929%2018.8683%2010.7507%2018.933%2011.1117%2018.9705C12.6341%2019.1069%2014.1613%2018.7678%2015.4829%2018C16.8045%2017.2321%2017.8554%2016.0734%2018.491%2014.6833C18.5291%2014.5984%2018.549%2014.5064%2018.5494%2014.4133C18.5498%2014.3202%2018.5307%2014.2281%2018.4933%2014.1428C18.4559%2014.0575%2018.4011%2013.9811%2018.3324%2013.9183C18.2637%2013.8555%2018.1826%2013.8078%2018.0943%2013.7782Z'%20fill='%23002759'/%3e%3cpath%20d='M6.27442%209.85769C6.60847%209.11703%207.08946%208.45193%207.68822%207.90269C8.28699%207.35346%208.99105%206.93155%209.75774%206.66254C10.5244%206.39352%2011.3377%206.283%2012.1484%206.33768C12.9591%206.39237%2013.7502%206.61111%2014.4738%206.98065L13.442%207.82576C13.4006%207.86015%2013.369%207.90477%2013.3502%207.95519C13.3314%208.0056%2013.3261%208.06005%2013.3349%208.11314C13.3436%208.16622%2013.3661%208.21609%2013.4001%208.25779C13.4341%208.29949%2013.4785%208.33156%2013.5287%208.35083L17.5125%209.85103C17.5626%209.86961%2017.6166%209.87482%2017.6693%209.86613C17.7219%209.85744%2017.7714%209.83516%2017.8128%209.80149C17.8542%209.76782%2017.8861%209.72393%2017.9054%209.67415C17.9246%209.62437%2017.9306%209.57042%2017.9226%209.51765L17.2308%205.31711C17.2223%205.26351%2017.1997%205.21313%2017.1653%205.17113C17.131%205.12912%2017.0861%205.09699%2017.0352%205.07801C16.9844%205.05902%2016.9294%205.05387%2016.8759%205.06308C16.8224%205.07229%2016.7723%205.09552%2016.7308%205.13041L15.564%206.08054C15.5406%206.06387%2015.5206%206.04553%2015.4973%206.03053C14.61%205.50338%2013.6216%205.16911%2012.5965%205.0495C11.5714%204.92989%2010.5326%205.02763%209.54779%205.33634C8.56299%205.64506%207.65428%206.15782%206.8809%206.84121C6.10753%207.52461%205.48683%208.3633%205.05926%209.30262C5.02066%209.38794%205.00048%209.48044%205.00001%209.57408C4.99954%209.66773%205.01881%209.76042%205.05655%209.84613C5.09429%209.93183%205.14966%2010.0086%205.21905%2010.0715C5.28845%2010.1344%205.37031%2010.1819%205.45931%2010.2111C5.61486%2010.2626%205.78394%2010.2551%205.93429%2010.1899C6.08464%2010.1247%206.20572%2010.0065%206.27442%209.85769Z'%20fill='%23002759'/%3e%3c/g%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  margin: 8px;
}

.merchant-id-btn span {
  display: flex;
  line-height: 14px;
  color: rgba(var(--squidInk-primary-rgb), 0.4);
  font-weight: 350;
}

.merchant-id-btn p {
  line-height: 17px;
  color: var(--squidInk-primary);
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  flex: 1;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
}

.kyc-view {
  position: relative;
  height: 84px;
}

.dashboard-logo img {
  height: 40px;
}

.dashboard-logo {
  margin: 0 0 0 32px;
}

.header-profile-initials {
  background-color: var(--pumpkin-primary);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.header-profile-initials .dash-menu-title {
  font-weight: 600;
  color: #fff;
  padding: 0;
}

.fs-12 {
  font-size: 12px !important;
}

.top-heading {
  color: var(--squidInk-primary);
  font-weight: 400;
  margin-left: -0.7px;
}

.top-subheading {
  font-size: 12.5px;
  color: rgba(var(--squidInk-primary), 0.8);
  opacity: 0.7;
  font-weight: 400;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.overlay, .guide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--squidInk-primary-rgb), 0.72);
  transition: opacity 0.2s ease;
  z-index: 999999;
}

.guide-overlay {
  background: rgba(var(--squidInk-shade-rgb), 0.9);
}

.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  display: flex;
}

.dashboard-modal-content {
  display: flex;
  width: 100%;
  height: calc(100% - 48px);
  height: -moz-calc(100% - 48px);
  position: relative;
}

.dashboard-modal {
  justify-content: flex-start;
  align-items: flex-start;
}

.align-modal-content {
  align-items: center;
  justify-content: center;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .modal-header-container .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .modal-header-container .close-button, .modal-header-container .sub-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .modal-header-container .text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.modal-header-container {
  margin: 112px 0 0 0;
  width: 456px;
}

.modal-header-container .content-container {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  padding: 40px;
}

.modal-header-container .close-button {
  color: var(--cloud);
}

.modal-header-container .close-button.mb-0 {
  margin-bottom: 0;
}

.modal-header-container .text-right {
  text-align: right;
}

.modal-header-container .title-header {
  display: flex;
  height: 56px;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  border-radius: 4px 4px 0 0;
}

.modal-header-container .title-header .title {
  color: var(--cloud);
  font-weight: 500;
  font-size: 19.5px !important;
}

.modal-header-container .text {
  color: var(--squidInk-primary);
  margin: 0 0 8px 0;
  font-weight: 550;
  font-size: 15.5px;
}

.modal-header-container .sub-text {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  margin: 0 0 16px 0;
  font-size: 13.5px;
}

.modal-header-container .searchBox {
  margin: 0;
}

.modal-header-container .searchBox .search-input-container {
  border-radius: 0;
  border-bottom: 0.856px solid #dadcdf;
}

.modal-header-container .proceed-btn {
  margin: 40px 0 0 0;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
}

.modal-pos {
  align-items: flex-start;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .search-drop-container .list-item, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .search-drop-container .list-item .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .search-drop-container .search-input-container .search-input {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16, .search-drop-container .list-item {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.search-drop-container {
  position: relative;
  padding: 0 !important;
}

.search-drop-container .search-input-container {
  display: flex;
  align-items: center;
  height: 48px;
  width: 100%;
  background: var(--cloud);
  border: 1px solid var(--zircon);
  border-radius: 4px;
}

.search-drop-container .search-input-container .search-input {
  flex: 1;
  padding: 16px;
  background: transparent;
  outline: 0;
}

.search-drop-container .search-input-container .search-input::placeholder {
  color: var(--africanDiamond);
}

.search-drop-container .search-input-container .search-input {
  font-size: 13px;
  font-weight: 400;
}

.search-drop-container .search-input-container svg {
  transform: rotate(90deg);
}

.search-drop-container .drop {
  cursor: pointer;
}

.search-drop-container .drop-list {
  position: absolute;
  width: 100%;
  z-index: 999999999;
  background: var(--cloud);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  max-height: 256px;
  overflow: auto;
}

.search-drop-container .drop-active {
  animation: bounceInListBox 250ms ease-in forwards;
}

.search-drop-container .drop-inactive[data-anim=true] {
  animation: bounceOutListBox 250ms ease-out forwards;
}

.search-drop-container .list-icon {
  padding: 0 8px !important;
}

.search-drop-container .list-item {
  height: 48px;
  text-align: left;
  width: 100%;
}

.search-drop-container .list-item:hover {
  background: var(--vanilla);
}

.search-drop-container .list-item {
  opacity: 0;
  animation: 0.5s ease-in-out fade-in forwards;
  font-size: 13px;
}

@keyframes bounceInListBox {
  0% {
    height: 0px;
  }
  100% {
    height: auto;
  }
}

@keyframes bounceOutListBox {
  0% {
    height: 256px;
  }
  100% {
    height: 0px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .error-handling-modal .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .error-handling-modal .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.error-handling-modal .error-handle-container {
  height: 369px;
  position: absolute;
  width: 270px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 145px;
}

.error-handling-modal .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.error-handling-modal .text-right {
  text-align: right;
}

.error-handling-modal .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.error-handling-modal .title-header .title {
  color: var(--cloud);
}

.error-handling-modal .inner-error-container {
  background: var(--cloud);
  padding: 160px 10px 0px 10px;
  border-radius: 4px;
  height: 300px;
  overflow-y: auto;
}

.error-handling-modal .textStyle {
  text-align: center;
}

.error-handling-modal .notify-icon {
  height: 127px;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.error-handling-modal .successBg {
  background-color: rgba(210, 250, 230, 0.6705882353);
}

.error-handling-modal .errorBg {
  background-color: rgba(250, 194, 205, 0.6196078431);
}

.error-handling-modal .success {
  display: inline-block;
  position: relative;
  border: 5em solid currentColor;
  border-radius: 50%;
  font-size: 1px;
  width: 50em;
  height: 50em;
  color: #8fcf8f;
  transform: rotate(40deg);
  left: 40%;
  top: 20%;
}

.error-handling-modal .success::before, .error-handling-modal .success::after {
  content: "";
  background-color: currentColor;
  position: absolute;
  width: 5em;
  border-radius: 3px;
}

.error-handling-modal .success::before {
  height: 33em;
  left: 50%;
  top: 50%;
  margin-left: 2em;
  margin-top: -18em;
}

.error-handling-modal .success::after {
  height: 15em;
  transform: rotate(90deg);
  top: 50%;
  left: 50%;
  margin-top: 5em;
  margin-left: -6em;
}

.error-handling-modal .success--big {
  font-size: 1.5px;
}

.error-handling-modal .fail {
  display: inline-block;
  position: relative;
  border: 5em solid currentColor;
  border-radius: 50%;
  font-size: 1px;
  width: 50em;
  height: 50em;
  color: #e27d7a;
  left: 40%;
  top: 20%;
}

.error-handling-modal .fail::before, .error-handling-modal .fail::after {
  content: "";
  width: 5em;
  height: 34em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17em;
  margin-left: -2em;
  background-color: currentColor;
  border-radius: 3px;
}

.error-handling-modal .fail::before {
  transform: rotate(45deg);
}

.error-handling-modal .fail::after {
  transform: rotate(-45deg);
}

.error-handling-modal .fail--big {
  font-size: 1.5px;
}.otp-container {
  max-width: 400px;
}
.otp-container .content-container {
  padding: 20px 40px 40px 40px;
}
.otp-container .input-container {
  display: flex;
  justify-content: space-between;
  max-width: 310px;
}
.otp-container .input-container .text-input {
  width: 42px;
  height: 42px;
  background-color: transparent;
  border: 0px;
  margin: 0 4px;
  text-align: center;
  font-size: 19px;
  border-radius: 2px;
  padding: 4px;
  border-bottom: 1px solid #b7b7b7;
}
.otp-container .input-container .text-input:focus {
  outline: none;
  animation: zoom-in-zoom-out 0.25s ease 1;
  background-color: transparent;
  border-bottom-color: rgb(245, 140, 73);
}
.otp-container button.proceed-btn {
  max-width: 310px;
}
.otp-container .btn-disabled {
  background-color: var(--pumpkin-medium-lightTint);
}.mfa-confirm-container {
  width: 535px;
}
.mfa-confirm-container .title-header .title {
  font-size: 18px;
}
.mfa-confirm-container .modal-sub-text {
  margin: 0 auto;
}
.mfa-confirm-container .btn-action {
  margin: 0 auto;
  width: 250px;
  margin-top: -14px;
}
.mfa-confirm-container .btn-action button:first-child {
  background: #e3e5e9;
  color: #504d4d;
  border-radius: 4px;
}
.mfa-confirm-container .content-container {
  padding: 25px 40px 40px 40px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2, .home-dash-status-card-welcome-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .home-dash-status-card-container .body-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .home-dash-status-card-container .body-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .home-dash-status-card-container .body-1 {
  font-size: 15px;
}

.body-text-2, .home-dash-card-status-text-container .subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .home-dash-status-card-container .sub-1, .home-dash-card-status-text-container .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.home-dash-status-card-container {
  width: 100%;
  display: flex;
  background: var(--cloud);
  background-image: url("/dashboard/assets/kyc-bg-EWn5iesV.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 96px 64px 120px;
}

.home-dash-status-card-container .seperator {
  margin: 0 24px 0 32px;
  border-left: 1px solid var(--zircon);
}

.home-dash-status-card-container .progress-bar {
  width: 80px;
}

.home-dash-status-card-container .progress-bar .container-style {
  height: 12px;
  margin: 8px 0 0 0;
  border-radius: 31px;
  border: none;
  background: var(--zircon);
}

.home-dash-status-card-container .progress-bar .range {
  background: var(--kushGreen-primary);
}

.home-dash-status-card-container .welcome-text {
  flex: 65%;
  min-width: 674px;
}

.home-dash-status-card-welcome-text {
  line-height: 58px;
  color: var(--squidInk-primary);
}

.home-dash-status-card-progress-container {
  flex: 1 1 35%;
  padding: 0 96px 0 0;
  min-width: 288px;
}

.home-dash-status-card-noIconComp {
  position: absolute;
  left: -6px;
  border: 2px solid var(--zircon);
  border-radius: 20px;
  background: var(--cloud);
  z-index: 1;
}

.home-dash-status-card-icon-container {
  position: relative;
  width: 28px;
}

.home-dash-status-card-icon-container .icon {
  z-index: 10;
}

.home-dash-status-card-icon-container[data-lastElement=false]::after {
  display: inline-block;
  position: absolute;
  content: "";
  border-left: 4px solid var(--zircon);
  height: 160%;
  top: 9px;
  left: 6px;
}

.home-dash-status-card-status {
  display: block;
  text-align: center;
  width: 100%;
}

.home-dash-card-status-text-container {
  text-align: left;
}

.home-dash-card-status-text-container .subtitle-green {
  color: var(--kushGreen-shade);
}

.home-dash-card-status-text-container .subtitle-red {
  color: var(--indianChilliRed-shade);
}

.home-dash-card-status-text-container .title-squidInk {
  color: var(--squidInk-primary);
}

.home-dash-card-status-text-container .title-grey {
  color: var(--squidInk-light);
}

.success-border {
  background: var(--cloud);
  border: 2px solid var(--kushGreen-shade);
}

.status-icon-circle {
  height: 28px;
  width: 28px;
  left: -6px;
  border-radius: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dash-home-status-success {
  height: 16px;
  width: 16px;
  left: 0;
  background: var(--pumpkin-primary);
}

.dash-home-status-success.anim {
  animation: rippleSuccess 2s linear infinite;
}

.dash-home-status-processing {
  background: var(--goldenTainoi-primary);
}

.dash-home-status-processing.anim {
  animation: rippleProcessing 2s linear infinite;
}

.dash-home-status-failure {
  background: var(--indianChilliRed-shade);
}

.dash-home-status-failure svg {
  width: 16px;
  height: 16px;
}

.dash-home-status-failure.anim {
  animation: rippleError 2s linear infinite;
}

@keyframes rippleSuccess {
  0% {
    box-shadow: 0 0 0 0px rgba(var(--pumpkin-primary-rgb), 0.2);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(var(--pumpkin-primary-rgb), 0.2), 0 0 0 8px rgba(var(--pumpkin-primary-rgb), 0.4), 0 0 0 16px rgba(var(--pumpkin-primary-rgb), 0.2);
  }
}

@keyframes rippleProcessing {
  0% {
    box-shadow: 0 0 0 0px rgba(var(--goldenTainoi-primary-rgb), 0.2);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(var(--goldenTainoi-primary-rgb), 0.2), 0 0 0 8px rgba(var(--goldenTainoi-primary-rgb), 0.4), 0 0 0 16px rgba(var(--goldenTainoi-primary-rgb), 0.2);
  }
}

@keyframes rippleError {
  0% {
    box-shadow: 0 0 0 0px rgba(var(--indianChilliRed-shade-rgb), 0.2);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(var(--indianChilliRed-shade-rgb), 0.2), 0 0 0 8px rgba(var(--indianChilliRed-shade-rgb), 0.4), 0 0 0 16px rgba(var(--indianChilliRed-shade-rgb), 0.2);
  }
}

.spinner {
  --border: 4px;
  border-radius: 50%;
  border: var(--zircon) solid var(--border);
  border-top: var(--border) solid var(--pumpkin-primary);
  border-left: var(--border) solid var(--pumpkin-primary);
  border-bottom: var(--border) solid var(--pumpkin-primary);
  animation: spin 1.2s linear infinite;
}

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

@media screen and (max-width: 1200px) {
  .home-dash-status-card-welcome-text {
    white-space: pre-line;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.progress-bar .container-style {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

.progress-bar .range {
  background: rgb(245, 137, 4);
  height: 100%;
  border-radius: inherit;
  transition: width 0.3s ease-in;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .feature-details-container .feature-details-content .feature-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .feature-details-container .feature-details-content .feature-subtitle .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .feature-details-container .feature-details-content .feature-subtitle {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .feature-details-container .feature-details-content .feature-link {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .feature-details-container .feature-details-content .feature-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.feature-details-container {
  min-height: 92%;
  border: 1px solid var(--thunderCloud);
  border-radius: 4px;
  position: relative;
}

.feature-details-container .feature-img {
  width: 60%;
}

.feature-details-container .feature-img img {
  width: 32px;
}

.feature-details-container .feature-details-content .feature-title {
  color: var(--squidInk-primary);
}

.feature-details-container .feature-details-content .feature-subtitle {
  margin-right: 1rem;
}

.feature-details-container .feature-details-content .feature-link {
  position: absolute;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--pumpkin-primary);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .product-details-container .features-container .feature-name-kyc {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .product-details-container .features-container .feature-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .product-details-container .features-container .feature-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .product-details-container .product-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.product-details-container {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.product-details-container .product-heading {
  color: var(--squidInk-primary);
}

.product-details-container .features-container {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
}

.product-details-container .features-container .feature-name {
  color: var(--squidInk-primary);
}

.product-details-container .features-container .feature-name-kyc {
  line-height: 29px;
  color: var(--squidInk-primary);
}

.product-details-container .features-container .feature-header {
  margin: 0 0 4px 0;
}

.product-details-container .features-container img {
  margin: auto;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.email-notify-resend-btn {
  display: flex;
  width: 100%;
  margin: 16px 0 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .sidebar-item, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .sidebar-item .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold, .active .sidebar-item {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show, .menu-container[data-enable=false]:hover .tooltip-doc-restrict, .menu-container[data-bankverify=false]:hover .tooltip-accnt-verify {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.active {
  background: var(--cloud);
}

.active .select-marker-sidebar {
  height: 50px;
}

.active .sidebar-item {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.select-marker-sidebar {
  width: 4px;
  background: var(--pumpkin-mediumTint);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-list {
  background: var(--vanilla);
  height: 100%;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #edece9;
}

.menuitem {
  padding: 14px 24px 14px 40px;
  display: block;
  border-bottom: 1px solid var(--wanWhite);
  position: relative;
}

.menuitem[data-enable=false] {
  pointer-events: none;
}

.menu-container {
  position: relative;
}

.menu-container[data-enable=false]:hover .restrict-icon {
  opacity: 1;
}

.menu-container[data-enable=false]:hover .tooltip-doc-restrict {
  right: -240px;
}

.menu-container[data-bankverify=false]:hover .tooltip-accnt-verify {
  right: -240px;
}

.restrict-icon {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 250ms;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .info-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, #tooltip, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, #tooltip .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

#tooltip {
  color: var(--cloud);
  background: var(--squidInk-shade);
  position: absolute;
  display: block;
  padding: 16px;
  max-width: 240px;
  border-radius: 8px;
  z-index: 99999;
  text-align: left;
  word-wrap: break-word;
  transition: 150ms;
  transform: scale(0);
  box-shadow: 10px 10px 21px -4px rgb(196, 196, 196);
}

.info {
  background: var(--mediumSlateBlue-primary) !important;
}

.info-header {
  display: flex;
  align-items: center;
  color: var(--cloud);
}

#tooltip.right {
  left: calc(100% + 16px);
  top: -50%;
}

#tooltip.left {
  margin-left: -24px;
}

#tooltip.top {
  margin-top: -24px;
}

#tooltip.bottom {
  top: calc(100% + 16px);
}

#tooltip .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-width: 12px 12px 12px 0;
  border-right-color: var(--squidInk-shade);
}

#tooltip.right .tooltip-arrow {
  top: 50%;
  margin-left: -12px;
  border-width: 12px 12px 12px 0;
  border-right-color: var(--squidInk-shade);
}

#tooltip.right .tooltip-arrow.info-arrow {
  border-right-color: var(--mediumSlateBlue-primary) !important;
}

#tooltip.top .tooltip-arrow {
  top: auto;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-width: 12px 12px 0;
  border-top-color: var(--squidInk-shade);
}

#tooltip.top .tooltip-arrow.info-arrow {
  border-top-color: var(--mediumSlateBlue-primary) !important;
}

#tooltip.left .tooltip-arrow {
  top: 50%;
  margin-top: -12px;
  border-width: 12px 0 12px 12px;
  border-left-color: var(--squidInk-shade);
  right: -12px;
  left: auto;
}

#tooltip.left .tooltip-arrow.info-arrow {
  border-left-color: var(--mediumSlateBlue-primary) !important;
}

#tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -12px;
  border-width: 0 12px 12px;
  border-bottom-color: var(--squidInk-shade);
}

#tooltip.bottom .tooltip-arrow.info-arrow {
  border-bottom-color: var(--mediumSlateBlue-primary) !important;
}

#tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-right-color: transparent;
  border-style: solid;
}

#tooltip .tooltip-label {
  max-width: 240px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .kyc-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.kyc-header {
  padding: 0 0 16px 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.header-steps-container {
  display: flex;
  align-items: center;
}

.header-steps-container .header-circular-progress-bar {
  width: 24px;
  height: 24px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .nav-home, .wizard-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.wizard-progress-top {
  margin: 0 40px 0 0;
}

.wizard-container {
  width: 744px;
  background: var(--cloud);
  overflow: auto;
  height: calc(100% - 48px);
  height: -moz-calc(100% - 48px);
  border-radius: 4px;
}

.wizard-modal-content {
  display: flex;
  width: 100%;
  margin: 48px 0px;
  height: calc(100% - 48px);
  height: -moz-calc(100% - 48px);
  position: relative;
  justify-content: center;
}

.wizard-modal {
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-home {
  position: absolute;
  top: -34px;
  right: 66px;
  color: var(--cloud);
}

.wizard-grid-container {
  height: 100%;
}

.wizard-layout-sidebar {
  padding: 0 !important;
}

.wizard-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}

.wizard-header .header-right {
  display: flex;
  align-items: center;
}

.wizard-header .header-right button {
  line-height: 0;
}

.wizard-content-wrapper {
  margin: 16px 0 40px 0;
  padding: 0px 92px 0px 48px !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.user-info-form {
  display: flex;
  justify-content: center;
}

.user-info {
  width: 100%;
}

.user-info-fields {
  padding: 0px 0px 16px 0px;
}

.user-info-form-container {
  width: 360px;
  margin: 24px 0 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .password-login .header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .remember-me-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .password-login .password-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .login-banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.login-fields {
  margin: 0 0 16px;
}

.login-btn {
  width: 100%;
  margin: 24px 0 0 0;
}

.input-spacing {
  margin: 0px 0 24px;
}

.remember-me-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: var(--africanDiamond);
  margin: 8px 0 40px 0;
}

.remember-me-container .link {
  font-size: 13px;
}

.remember-me-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-banner {
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}

.password-login .container {
  overflow-y: auto;
  position: absolute;
  width: 440px;
  background: var(--cloud);
  padding: 40px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 120px;
}

.password-login .header {
  display: flex;
  justify-content: space-between;
}

.password-login .password-text {
  padding: 24px 0 16px 0;
}.forgot-password-email-input {
  margin: 24px 0px;
}

.forgot-password-btn {
  width: 100%;
}

.forgot-password-success-banner {
  position: absolute;
  top: 40px;
  left: 8px;
  right: 8px;
}

.forgot-password-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.toggle-btn-style {
  background: var(--africanDiamond);
  border-radius: 999px;
  display: flex;
  width: 34px;
  height: 14px;
  align-items: center;
  justify-content: flex-start;
}

.toggle-active {
  background: rgba(var(--pumpkin-primary-rgb), 0.5);
  justify-content: flex-end;
}

.toggle-ball {
  background: var(--cloud);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-ball-active {
  background: var(--pumpkin-primary);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .know-more, .sidebar-list-item, .icon-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .know-more .link, .sidebar-list-item .link, .icon-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .active-sidebar-item .icon-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .verify-account-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.dashboard-sidebar {
  background: var(--squidInk-shade);
  height: 100%;
  min-height: 100vh;
  width: 232px;
  position: relative;
  box-shadow: 4px 0px 12px rgba(0, 0, 0, 0.32);
}

.dashboard-sidebar-logo {
  height: 72px;
  display: flex;
  padding: 0 24px;
  width: inherit;
  align-items: center;
}

.verify-account {
  background: repeating-linear-gradient(100deg, var(--pumpkin-shade), var(--pumpkin-shade) 8px, my-mixin(var(--vanilla), var(--pumpkin-shade), 8%) 8px, my-mixin(var(--vanilla), var(--pumpkin-shade), 8%) 16px);
  margin: 4px 0 16px 0;
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 24px;
}

.verify-account-text {
  color: var(--cloud);
}

.know-more {
  color: var(--cloud);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.sidebar-list-item {
  width: 100%;
  display: flex;
}

.active-sidebar-item .icon-text {
  color: var(--active-sibebarmenu-text-color) !important;
  font-size: 13px;
}

.active-sidebar-item .select-marker {
  height: 40px;
  background: var(--pumpkin-primary);
}

.active-sidebar-item svg {
  filter: none !important;
}

.active-sidebar-item .icon-sidebar {
  padding: 0px 0 0px 27px;
  background: rgba(var(--active-sibebarmenu-bg-color), 0.24) !important;
  height: 40px;
  position: initial;
  display: flex;
  align-items: center;
}

.active-sidebar-item .icon-sidebar .submenu-arrow svg path {
  fill: var(--cloud) !important;
}

.icon-sidebar {
  background: var(--squidInk-shade);
  padding: 0px 0 0px 27px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.icon-sidebar svg {
  height: 16px;
  width: 16px;
  filter: brightness(0) invert(1);
}

.icon-text {
  padding-left: 16px;
  color: var(--mediumSlateBlue-lightTint);
  font-size: 13.5px;
  font-weight: 350;
  line-height: 21px;
}

.select-marker {
  width: 4px;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  height: 0px;
  position: absolute;
  right: 0;
}

.sidebar-list-item-container {
  display: flex;
  position: relative;
}

.sidebar-list-item-submenu .icon-text {
  color: rgba(var(--cloud-rgb), 0.9);
  color: var(--cloud) !important;
  opacity: 0.9;
}

.sidebar-list-item-submenu .icon-sidebar {
  background: var(--squidInk-shade);
  padding: 0px 0 0px 32px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.sidebar-list-item-submenu .icon-sidebar svg {
  color: var(--mediumSlateBlue-lightTint);
  height: 16px;
  width: 16px;
}

.sidebar-list-item-submenu .submenu-arrow {
  left: 16px;
  position: absolute;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-list-item-submenu .submenu-arrow svg {
  transform: rotate(90deg);
}

.sidebar-list-item-submenu .active-sidebar-item .select-marker {
  height: 0px;
}

.sidebar-list-item-submenu .active-sidebar-item .icon-text {
  color: var(--active-sibebarmenu-text-color) !important;
}

.submenu-item {
  width: 100%;
}

.text-submenu {
  padding: 0 0 0 32px;
}

.submenu-arrow {
  right: 16px;
  position: absolute;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu-arrow svg {
  transform: rotate(90deg);
}

.submenu-arrow svg path {
  fill: var(--cloud) !important;
}

.arrow-dropdown-right {
  opacity: 0.72;
  transform: rotate(0deg) !important;
}

.arrow-dropdown-right path {
  fill: var(--cloud) !important;
}

.main-sidebar {
  overflow: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-sidebar .contact-us {
  margin: 16px 0;
  padding: 0 16px;
}

.main-sidebar .contact-us .contact-us-btn {
  height: 40px;
  color: #ffffff;
}

.sidebar-list-item-container.sidebar-main-menu .active-sidebar-item {
  border-bottom: 1px solid rgba(250, 245, 245, 0.16);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.main-sidebar .icon-sidebar svg {
  color: var(--sideBarMenu);
  height: 16px;
  width: 16px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1, .credentials-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .test-mode-text, .generate-key-text-container, .integration-credentials-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .test-mode-text .link, .generate-key-text-container .link, .integration-credentials-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .generate-key-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.credentials-container {
  margin: 0px 12px 48px 24px;
  width: 100%;
  background: white;
}

.credentials-header {
  opacity: 0.8;
  padding: 24px 40px 24px 40px;
}

.test-mode-text {
  background: var(--goldenTainoi-lightTint);
  opacity: 0.8;
  padding: 18px 0px 18px 40px;
}

.generate-key-text-container {
  margin: 139px 0px 0px 0px;
  display: flex;
  justify-content: center;
  opacity: 0.8;
}

.generate-key-text {
  text-align: center;
  width: 50%;
}

.generate-key-btn {
  display: flex;
  justify-content: center;
  margin: 40px 0px 0px 0px;
}

.integration-credentials-text {
  opacity: 0.8;
}

.credential-form-container {
  margin: 14px 0px 0px 0px;
  width: 60%;
}

.credential-fields {
  margin: 0 0 16px 0;
}

.credential-btn, .credential-btn-cancel {
  width: 100%;
}

.credential-btn-cancel {
  margin: 0px 0px 0px 24px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .basic-modal-title, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .productive-modal-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .close-modal {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .basic-modal-body-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .basic-modal-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.basic-modal, .productive-modal {
  max-width: 680px;
}

.basic-modal-header, .productive-modal-header {
  padding: 40px;
  background: var(--squidInk-shade);
  border-radius: 8px 8px 0px 0px;
  color: var(--cloud);
}

.basic-modal-title {
  color: var(--cloud);
}

.basic-modal-subtitle {
  padding-top: 12px;
  color: var(--cloud);
}

.basic-modal-body-text {
  opacity: 0.32;
  padding-top: 24px;
  color: rgba(var(--cloud-rgb), 0.32);
}

.basic-modal-footer, .productive-modal-footer {
  display: flex;
  padding: 24px 40px 24px 40px;
  border-radius: 0px 0px 8px 8px;
  background: var(--cloud);
}

.cancelbtn {
  margin: 0 0 0 16px;
}

.productive-modal {
  position: relative;
}

.productive-modal-header {
  padding: 15px 40px 15px 40px;
}

.productive-modal-title {
  color: var(--cloud);
}

.close-modal {
  position: absolute;
  top: -34px;
  right: 36px;
  color: var(--cloud);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .toast-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .toast-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.toast-container {
  position: fixed;
  display: flex;
  visibility: hidden;
  min-height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--squidInk-primary);
  align-items: flex-end;
}

.backdrop {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
}

.toast-container.qr-style {
  position: fixed;
  display: block;
  padding: 15px !important;
  height: 145px;
  left: 60%;
  top: 35%;
  border-top-right-radius: 0px;
}

.toast-container.qr-style .toast-icon {
  height: 100px;
  width: 100%;
}

.toast-container.qr-style .toast-image {
  background-color: white;
  padding: 0px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.toast-container.qr-style button {
  position: absolute;
  right: 0px;
  top: -22px;
  font-weight: 700;
  color: #fff;
  outline: none;
  border: none;
  opacity: 0.6;
  line-height: 1;
  font-size: 16px;
  padding: 3px;
  cursor: pointer;
  background: var(--squidInk-primary);
  border: 0;
  border-radius: 2px 2px 0px 0px;
}

.toast-container[data-state=true] {
  visibility: visible;
  z-index: 999;
  animation: growToast 250ms ease-out forwards, textInToast 500ms ease-out forwards 250ms;
}

.toast-container[data-state=true] .toast-text {
  animation: fadeIn 500ms ease-out forwards 500ms;
}

.toast-container[data-state=true] .toast-icon {
  animation: fadeIn 500ms ease-out forwards 500ms;
}

.toast-container[data-state=false] {
  visibility: visible;
  align-items: flex-start;
  bottom: 50%;
}

.toast-container[data-state=false] .toast-text {
  animation: fadeOut 500ms ease-in forwards;
}

.toast-container[data-state=false] .toast-icon {
  animation: fadeOut 500ms ease-in forwards;
}

.toast-container[data-state=false] {
  animation: shrinkToast 250ms ease-in forwards 500ms, textOutToast 500ms ease-in forwards;
}

.toast-image {
  padding: 0px 8px 0px 0px;
}

.toast-icon {
  height: 21px;
  width: 21px;
  opacity: 0;
}

.paddingLogo {
  padding: 15px 25px 0 25px;
}

.merchantRef {
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e5e7eb;
}

.toast-text {
  color: var(--cloud);
  opacity: 0;
}

@keyframes growToast {
  0% {
    bottom: 0;
    transform: scale(0);
  }
  100% {
    bottom: 50%;
    transform: scale(1);
  }
}

@keyframes shrinkToast {
  0% {
    bottom: 50%;
    transform: scale(1);
  }
  100% {
    bottom: 0;
    transform: scale(0);
  }
}

@keyframes textInToast {
  0% {
    padding: 0px 24px;
  }
  100% {
    padding: 10px 24px;
  }
}

@keyframes textOutToast {
  0% {
    padding: 10px 24px;
  }
  100% {
    padding: 0px 24px;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1, .credentials-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .test-mode-text, .credentials-table th, .credentials-table td, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .test-mode-text .link, .credentials-table th .link, .credentials-table td .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.credentials-container {
  margin: 0px 12px 48px 24px;
  width: 100%;
  background: white;
}

.credentials-header {
  opacity: 0.8;
  display: flex;
  justify-content: space-between;
  padding: 24px 40px 24px 40px;
}

.test-mode-text {
  background: var(--goldenTainoi-lightTint);
  opacity: 0.8;
  padding: 18px 0px 18px 40px;
}

.credentials-data {
  margin: 40px 0px 0px 0px;
  padding: 0px 24px 0px 24px;
}

.credentials-table-header {
  background: var(--vanilla);
  padding: 21px 0px 22px 0px;
  text-align: left;
}

.credentials-table {
  width: 100%;
  border-style: none;
}

.credentials-table tr {
  border: 1px solid var(--dirtSnow);
  box-sizing: border-box;
}

.credentials-table th {
  padding: 21px 0px 22px 24px;
  opacity: 0.8;
}

.credentials-table td {
  padding: 17px 0px 18px 24px;
  opacity: 0.8;
}

.credentials-table tr:nth-child(even) {
  background: var(--vanilla);
}

.credentials-error-container {
  z-index: 1;
  position: fixed;
  top: 80px;
  width: 50%;
  right: 12.5%;
  background: var(--cloud);
  border-radius: 4px;
}

.empty-table {
  text-align: center;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .settings-content .settings-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .settings-content .preview-header-wrapper-icon, .settings-content .preview-header-wrapper {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .settings-content .preview-subHeader-wrapper, .settings-content .logo-upload-status-container .logo-upload-status .upload-message, .settings-content .file-upload-info-wrapper .logo-upload-success-msg {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .settings-content .update-link {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .settings-content .expiry-note {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .settings-content .logo-topbar .text-preview, .settings-content .file-upload-info-wrapper .logo-file-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .settings-page-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .settings-page-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.settings-content {
  margin: 0px 12px 0px 24px;
  padding: 24px;
  width: 100%;
  background: var(--cloud);
  width: calc(100% - 32px);
  margin: 0 16px;
}

.settings-content .header-wrapper {
  max-width: 1128px;
  margin: auto;
  margin-top: -25px;
}

.settings-content .settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--squidInk-primary);
  line-height: 28.8px;
  padding: 0px;
}

.settings-content .login-content {
  margin: 24px 0 16px;
  padding: 40px 40px 24px 40px;
  display: flex;
  border: 1px solid var(--squidInk-lightTint);
  box-sizing: border-box;
  border-radius: 4px;
}

.settings-content .small-margin-down {
  margin: 0 0 8px 0;
}

.settings-content .login-title-content {
  margin: 0 56px 16px 0;
}

.settings-content .login-input-content {
  display: flex;
}

.settings-content .margin-right-16 {
  margin: 0 16px 0 0;
}

.settings-content .login-margin {
  min-width: 244px;
  margin: 0 48px 16px 0;
}

.settings-content .margin-right-0 {
  margin-right: 0 !important;
}

.settings-content .password-input {
  font-size: 24px;
}

.settings-content .text-input-btn-wrapper {
  right: 8px;
}

.settings-content .input-wrapper {
  margin: 0 16px 16px 0;
}

.settings-content .input-width {
  width: 340px;
}

.settings-content .update-link {
  color: var(--pumpkin-primary);
}

.settings-content .expiry-note {
  color: var(--indianChilliRed-primary);
}

.settings-content .brand-content {
  display: flex;
  border: 1px solid var(--squidInk-lightTint);
  box-sizing: border-box;
  border-radius: 4px;
}

.settings-content .brand-wrapper {
  padding: 16px 40px 40px 40px;
  flex: 51%;
}

.settings-content .brand-wrapper .logo-preview-card {
  display: flex;
  height: 300px;
  width: 100%;
  max-width: 450px !important;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
}

.settings-content .brand-wrapper .logo-preview-card .preview-image {
  height: auto;
  border: 0px;
  max-width: 100%;
  max-height: 300px;
}

.settings-content .brand-preview-style {
  flex: 49%;
  padding: 16px 52px;
  background: var(--vanilla);
}

.settings-content .preview-header-wrapper-icon {
  display: flex;
  width: 456px;
  margin: 0 0 8px 0;
  color: forestgreen;
}

.settings-content .preview-header-wrapper {
  width: 456px;
  margin: 0 0 20px 0;
  color: rgba(34, 139, 34, 0.5019607843);
  display: flex;
}

.settings-content .preview-header-heading {
  width: 350px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 550;
}

.settings-content .preview-subHeader-wrapper {
  color: var(--squidInk-primary);
  opacity: 0.8;
  flex: 58%;
  width: 456px;
}

.settings-content .brand-logo-wrapper {
  margin: 24px 0 40px 0;
}

.settings-content .ink-primary {
  color: var(--squidInk-primary);
}

.settings-content .dropzone {
  width: 100%;
  height: 355px;
  margin: 0;
  padding: 0 56px;
}

.settings-content .btn-color {
  color: var(--pumpkin-shade);
}

.settings-content .upload-search-btn {
  margin: 0 0 0 24px;
  width: 168px;
}

.settings-content .logo-topbar {
  border: 1px solid var(--dirtSnow);
  display: flex;
  justify-content: space-between;
  background-color: var(--vanilla);
}

.settings-content .logo-topbar .text-preview {
  color: var(--squidInk-primary);
}

.settings-content .logo-upload-status-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 456px;
  height: 355px;
  background-color: var(--vanilla);
  border: 1px dashed var(--africanDiamond);
  box-sizing: border-box;
  border-radius: 4px;
}

.settings-content .logo-upload-status-container .logo-upload-status .upload-message {
  display: block;
  width: 352px;
  text-align: center;
  color: var(--squidInk-primary);
  opacity: 0.8;
}

.settings-content .logo-upload-status-container .logo-upload-status .logo-upload-progress-bar {
  display: flex;
  margin: 8px 0 0 0;
  width: 352px;
  height: 8px;
}

.settings-content .logo-upload-status-container .logo-upload-status .logo-upload-progress-bar::-webkit-progress-bar {
  background-color: rgba(245, 140, 73, 0.16);
  border-radius: 52px;
}

.settings-content .logo-upload-status-container .logo-upload-status .logo-upload-progress-bar::-webkit-progress-value {
  background-color: var(--pumpkin-primary);
  border-radius: 52px;
}

.settings-content .file-upload-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 48px 0;
  padding: 16px 0px 16px 0px;
}

.settings-content .file-upload-info-wrapper .logo-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--dirtSnow);
  box-sizing: border-box;
  border-radius: 4px;
}

.settings-content .file-upload-info-wrapper .logo-img-wrapper .logo-img {
  width: 52px;
}

.settings-content .file-upload-info-wrapper .logo-file-name {
  color: var(--squidInk-primary);
}

.settings-content .file-upload-info-wrapper .logo-upload-success-msg {
  color: var(--squidInk-primary);
  opacity: 0.8;
  flex: 58%;
  font-size: 13.5px;
}

@media only screen and (max-width: 1350px) {
  .file-upload-info-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .upload-search-btn {
    margin: 24px 0 0 0 !important;
  }
  .settings-content .input-width {
    width: 280px;
  }
}

@media only screen and (max-width: 1200px) {
  .login-content {
    justify-content: space-between;
  }
  .login-input-content {
    flex-direction: column;
  }
  .settings-content .input-width {
    width: 340px;
  }
}

@media only screen and (max-width: 992px) {
  .login-content,
  .brand-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .login-content,
  .brand-content {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .dropzone, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .dropzone .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .drop-file-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .drop-file-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.dropzone {
  display: flex;
  cursor: pointer;
  color: var(--africanDiamond);
  height: 120px;
  align-items: center;
  border: 1.5px dashed rgba(var(--squidInk-primary-rgb), 0.8);
  justify-content: center;
  outline: none;
  background: var(--vanilla);
  border-radius: 4px;
}

.dropzone:hover {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  border: 1.5px dashed var(--pumpkin-primary);
  background: var(--pumpkin-lightTint);
}

.dropzone:hover svg path {
  fill: var(--pumpkin-primary) !important;
  opacity: 1;
}

.status-fail {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--indianChilliRed-lightTint);
  border: 1px dashed var(--indianChilliRed-primary);
}

.status-fail:hover {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--indianChilliRed-lightTint);
  border: 1px dashed var(--indianChilliRed-primary);
}

.status-fail:hover svg path {
  fill: var(--indianChilliRed-primary) !important;
}

.status-largeFile {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--indianChilliRed-lightTint);
  border: 1px dashed var(--indianChilliRed-primary);
}

.status-largeFile:hover {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--indianChilliRed-lightTint);
  border: 1px dashed var(--indianChilliRed-primary);
}

.status-largeFile:hover svg path {
  fill: var(--indianChilliRed-primary) !important;
}

.status-success {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--kushGreen-lightTint);
  border: 1px dashed var(--kushGreen-primary);
}

.status-success:hover {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--kushGreen-lightTint);
  border: 1px dashed var(--kushGreen-primary);
}

.status-success:hover svg path {
  fill: var(--kushGreen-primary) !important;
}

.dropzone-file-icon {
  margin: 0px 8px 24px 8px;
}

.title-container-dropzone {
  text-align: center;
}

.drop-file-title {
  color: var(--squidInk-primary);
}

.drop-file-title span {
  color: var(--pumpkin-primary);
}

.drop-file-subtitle {
  color: var(--africanDiamond);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .destructive-modal-title, .destructive-modal-title-yellow {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .destructive-modal-body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .destructive-modal-body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .destructive-modal-body-text-yellow {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .close-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.destructive-modal {
  width: 30.55%;
  min-width: -webkit-min-content;
  min-width: min-content;
}

.destructive-modal-header {
  height: 192px;
  display: flex;
  padding: 0 40px;
  align-items: center;
  background: repeating-linear-gradient(110deg, var(--indianChilliRed-shade), var(--indianChilliRed-shade) 8px, my-mixin(var(--vanilla), var(--indianChilliRed-shade), 16%) 8px, my-mixin(var(--vanilla), var(--indianChilliRed-shade), 16%) 18px);
  background: var(--indianChilliRed-shade) !important;
  border-radius: 8px 8px 0px 0px;
}

.destructive-modal-header-yellow {
  display: flex;
  padding: 40px;
  align-items: center;
  background: repeating-linear-gradient(100deg, var(--goldenTainoi-primary), var(--goldenTainoi-primary) 12px, my-mixin(var(--vanilla), var(--goldenTainoi-primary), 16%) 12px, my-mixin(var(--vanilla), var(--goldenTainoi-primary), 16%) 24px);
  border-radius: 8px 8px 0px 0px;
}

.destructive-modal-title {
  color: var(--cloud);
}

.destructive-modal-title-yellow {
  line-height: 29px;
  color: var(--squidInk-primary);
}

.destructive-modal-body-text {
  margin: 8px 0 0 0;
  color: var(--cloud);
}

.destructive-modal-body-text-yellow {
  margin: 8px 0 0 0;
  color: var(--squidInk-primary);
}

.destructive-modal-footer {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  border-radius: 0px 0px 8px 8px;
  background: var(--cloud);
}

.destructive-modal-footer .btn {
  width: 168px;
  height: 40px;
}

.destructive-modal-footer .btn-destructive-yellow {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-cancel {
  background: var(--vanilla);
  border: 1px solid var(--zircon);
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 0 0 24px;
}

.close-text {
  font-weight: 600;
  line-height: 16px;
  color: var(--cloud);
  margin: 0 0 24px 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .basic-modal-title, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .basic-modal-body-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .basic-modal-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.basic-modal {
  max-width: 680px;
}

.basic-modal-header {
  padding: 40px;
  background: var(--squidInk-shade);
  border-radius: 8px 8px 0px 0px;
  color: var(--cloud);
}

.basic-modal-title {
  color: var(--cloud);
}

.basic-modal-subtitle {
  padding-top: 12px;
  color: var(--cloud);
}

.basic-modal-body-text {
  opacity: 0.32;
  padding-top: 24px;
  color: rgba(var(--cloud-rgb), 0.32);
}

.basic-modal-footer {
  display: flex;
  padding: 24px 40px 24px 40px;
  border-radius: 0px 0px 8px 8px;
  background: var(--cloud);
}

.cancelbtn {
  margin: 0 0 0 16px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.guide-button-container .btn-border {
  border: 1px solid var(--pumpkin-medium-lightTint);
}

.guide-button-container .btn {
  width: 141px;
  height: 40px;
  padding: 0;
  background: white;
}

.guide-button-container .btn svg {
  margin-right: 8px;
  width: 16px;
  height: 18px;
}

.guide-button-container .button-text {
  color: var(--pumpkin-shade);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .tour-content {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .__floater__body button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .guide-header h5, .tour-content h1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.guide-header {
  display: flex;
  align-items: center;
  color: var(--cloud);
  position: absolute;
  top: -36px;
  left: 0;
}

.guide-header h5 {
  color: var(--cloud);
  margin: 0 0 0 8px;
}

.tour-content {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  background: var(--cloud);
  border-radius: 8px;
  text-align: left;
  margin: 0 0 24px 0;
}

.tour-content h1 {
  color: var(--squidInk-primary);
  margin: 0 16px 8px 16px;
}

.tour-content img {
  width: 100%;
  height: 144px;
  margin: 0 0 24px 0;
}

.tour-content p {
  margin: 0 16px;
}

.react-joyride__overlay {
  z-index: 2147483644 !important;
}

.react-joyride__tooltip {
  margin: 40px 0 0 0;
  padding: 0 !important;
}

.react-joyride__tooltip div {
  padding: 0 !important;
}

.__floater__body {
  background: var(--mediumSlateBlue-primary);
  padding: 8px;
  border-radius: 8px;
}

.__floater__body button {
  font-size: 13px !important;
}

@media screen and (max-width: 1400px) {
  .react-joyride__tooltip {
    width: 260px !important;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .setting-transaction-status-container .upper-card .text-content .title, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .setting-transaction-status-container .upper-card .status-title, .setting-transaction-status-container .upper-card .text-content .sub-title, .setting-transaction-status-container .lower-card .upper-popover .titleHeader .amount {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .setting-transaction-status-container .lower-card .upper-popover .titleHeader .time, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .setting-transaction-status-container .lower-card .upper-popover .titleHeader .time .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .setting-transaction-status-container .lower-card .upper-popover .titleHeader .paid-text, .setting-transaction-status-container .lower-card .lower-popover .content-section .content-text, .setting-transaction-status-container .lower-card .lower-popover .content-section .customer-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .download-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .setting-transaction-status-container .lower-card .upper-popover .item .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .setting-transaction-status-container .lower-card .upper-popover .item .content, .logo-placeholder-wrapper .logo-placeholder {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .logo-placeholder-wrapper .brand-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.setting-transaction-status-container {
  width: 100%;
  height: 368px;
  max-height: 628px;
  box-sizing: border-box;
  box-shadow: 0px 16px 16px -4px rgba(46, 62, 80, 0.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.setting-transaction-status-container .disable {
  pointer-events: none;
}

.setting-transaction-status-container .upper-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 4px 4px 0 0;
}

.setting-transaction-status-container .upper-card[data-transaction=SUCCESS] {
  flex: 351px 1 1;
  background: var(--successGreen-primary);
}

.setting-transaction-status-container .upper-card[data-transaction=FAIL] {
  flex: 314px 1 1;
  background: rgba(var(--indianChilliRed-primary-rgb), 0.64);
}

.setting-transaction-status-container .upper-card .logo {
  width: 94px;
  height: 72px;
  margin: 16px auto;
}

.setting-transaction-status-container .upper-card .fail-margin {
  margin: 56px auto 16px auto;
}

.setting-transaction-status-container .upper-card .status-title {
  color: var(--cloud);
  text-align: center;
  margin: 0 0 72px 0;
}

.setting-transaction-status-container .upper-card .text-content {
  margin: 40px 0 0 0;
  width: 100%;
}

.setting-transaction-status-container .upper-card .text-content .title {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

.setting-transaction-status-container .upper-card .text-content .sub-title {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
}

.setting-transaction-status-container .lower-card {
  position: relative;
  flex: auto 1 1;
  background: var(--thunderCloud);
  border-radius: 0 0 4px 4px;
  padding: 24px;
  flex-direction: column-reverse;
}

.setting-transaction-status-container .lower-card .upper-popover {
  position: absolute;
  width: calc(100% - 48px);
  left: 24px;
  border-radius: 4px;
}

.setting-transaction-status-container .lower-card .upper-popover .titleHeader {
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.setting-transaction-status-container .lower-card .upper-popover .titleHeader[data-transaction=SUCCESS] {
  background: var(--successGreen-shade);
  border: 1px solid var(--successGreen-shade);
}

.setting-transaction-status-container .lower-card .upper-popover .titleHeader[data-transaction=FAIL] {
  background: rgba(var(--squidInk-shade-rgb), 0.16);
}

.setting-transaction-status-container .lower-card .upper-popover .titleHeader .paid-text {
  color: var(--cloud);
}

.setting-transaction-status-container .lower-card .upper-popover .titleHeader .amount {
  color: var(--cloud);
  margin: 0 0 0 8px;
}

.setting-transaction-status-container .lower-card .upper-popover .titleHeader .time {
  margin: 0 0 0 24px;
}

.setting-transaction-status-container .lower-card .upper-popover .border-radius-down {
  border-radius: 0 0 4px 4px;
}

.setting-transaction-status-container .lower-card .upper-popover .thunder-border {
  border: 1px solid var(--rainCloud);
  opacity: 0.8;
}

.setting-transaction-status-container .lower-card .upper-popover .item {
  height: 40px;
  display: flex;
  align-items: center;
  background: var(--cloud);
  padding: 8px 24px;
}

.setting-transaction-status-container .lower-card .upper-popover .item .title {
  flex: 50% 0;
  color: #46515e;
  font-size: 15px;
  font-weight: 550;
}

.setting-transaction-status-container .lower-card .upper-popover .item .content {
  color: rgba(var(--squidInk-primary-rgb), 1);
}

.setting-transaction-status-container .lower-card .lower-popover {
  width: 100%;
  background: var(--cloud);
  border-radius: 4px;
  padding: 16px 0 24px 0;
}

.setting-transaction-status-container .lower-card .lower-popover[data-transaction=SUCCESS] {
  margin: 72px 0 0 0;
}

.setting-transaction-status-container .lower-card .lower-popover[data-transaction=FAIL] {
  margin: 32px 0 0 0;
}

.setting-transaction-status-container .lower-card .lower-popover .lower-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.setting-transaction-status-container .lower-card .lower-popover .logo-preview {
  height: 24px;
  max-width: 72px;
}

.setting-transaction-status-container .lower-card .lower-popover .logo-preview img {
  height: inherit;
}

.setting-transaction-status-container .lower-card .lower-popover .between-border {
  border: 1px dashed var(--thunderCloud);
  margin: 16px 0;
}

.setting-transaction-status-container .lower-card .lower-popover .content-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px;
}

.setting-transaction-status-container .lower-card .lower-popover .content-section .content-text {
  color: rgba(var(--squidInk-primary-rgb), 0.72);
}

.setting-transaction-status-container .lower-card .lower-popover .content-section .customer-text {
  color: var(--squidInk-primary);
  margin: 0 0 8px 0;
}

.setting-transaction-status-container .lower-card .action-btn {
  height: 40px;
  width: 100%;
  margin: 40px 0 0 0;
}

.setting-transaction-status-container .trnsx-status-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.setting-transaction-status-container .acknwldg-text {
  padding-left: 8px;
}

.logo-placeholder-wrapper {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  width: -webkit-max-content;
  width: max-content;
  min-height: 26px;
  max-height: 48px;
  border: 1px dashed var(--africanDiamond);
  border-radius: 4px;
}

.logo-placeholder-wrapper .merchant-logo-preview {
  height: 24px;
}

.logo-placeholder-wrapper .merchant-logo-preview img {
  height: inherit;
}

.logo-placeholder-wrapper .merchant-logo-preview {
  margin: 0 8px 0 0;
}

.logo-placeholder-wrapper .logo-placeholder {
  color: var(--africanDiamond);
}

.logo-placeholder-wrapper .brand-name {
  color: var(--squidInk-primary);
}

.status-icon {
  position: relative;
}

.status-heading-success {
  font-weight: bold;
  color: #3e8000;
  margin: 8px;
}

.status-heading-fail {
  font-weight: bold;
  color: red;
  margin: 8px;
}

.transaction-details-container {
  margin-top: 16px;
  text-align: left;
}

.detail-tag {
  font-size: small;
  font-weight: bold;
}

.detail-value {
  font-size: small;
  font-weight: lighter;
}

.download-container {
  display: flex;
  padding: 8px 88px 8px 0;
}

.download-button {
  color: var(--pumpkin-primary);
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
}

.download-img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  display: inline;
}

.pymnt-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px 16px 0px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1, .coming-soon-content {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.coming-soon-content {
  margin: 0px 12px 48px 24px;
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-content-page {
  margin: 64px 12px 48px 0px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex, .footer-style {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.error-card {
  background: var(--cloud);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-content {
  padding: 0 0 24px 0;
}

.error-content-text-blacked {
  color: var(--squidInk-primary) !important;
  font-size: 64px;
  text-align: center;
}

.error-content-text-info {
  color: var(--squidInk-primary) !important;
  font-size: 20px;
  text-align: center;
}

.error-img {
  display: flex;
  justify-content: center;
  margin: 0 0 16px 0;
}

.preview-container {
  padding: 80px;
  height: calc(100vh - 40px);
}

.preview-section-container {
  display: flex;
  width: 100%;
  padding: 24px 80px;
  max-width: 1240px;
  margin: 0 auto;
}

.preview-footer {
  background: var(--vanilla);
  height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 99;
  position: fixed;
  bottom: 0;
}

.footer-items-space {
  padding: 8px;
}

.footer-color {
  background: var(--vanilla);
}

.linear {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-style {
  padding: 0 24px 0 0;
}

.preview-backgroung-image {
  height: 320px;
  width: 100%;
  background: var(--goldenTainoi-lightTint);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.preview-image-size {
  height: 520px;
  width: 100%;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .senderId-list-container .senderId-header-container .senderId-header-content .senderIds-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .remarks-tooltip-container .remarks-tooltip-content, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .remarks-tooltip-container .remarks-tooltip-content .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .senderId-list-container .senderId-header-container .senderId-header-content .senderids-header-subtitle, .senderId-list-container .senderId-list-table-container .sender-id-submit-prompt span, .action-drop-down-button .action-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .senderId-list-container .senderId-list-table-container .sender-id-submit-prompt .tooltip span, .remarks-tooltip-container .remarks-copy-btn-container .remarks-copy-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .senderId-list-container .tooltip .bottom {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show, .senderId-list-container .senderId-list-table-container .senderid-list-table .remarks-cursor:hover .remarks-tooltip {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .senderId-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .senderId-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.senderId-list-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.senderId-list-container .senderId-heading-bg {
  background-color: var(--vanilla);
  padding: 16px 24px;
}

.senderId-list-container .senderId-header-container {
  margin: 16px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.senderId-list-container .senderId-header-container .senderId-header-content .senderIds-header {
  color: var(--squidInk-primary);
  margin: 0 0 8px 0;
}

.senderId-list-container .senderId-header-container .senderId-header-content .senderids-header-subtitle {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.senderId-list-container .senderId-header-container .senderId-add-new-button .add-new-btn {
  height: 48px;
  width: 168px;
}

.senderId-list-container .senderId-list-table-container {
  padding: 24px 0 0 0;
}

.senderId-list-container .senderId-list-table-container .sender-id-submit-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 48px;
  padding: 16px;
  margin: 0 24px 24px 24px;
  background-color: var(--kushGreen-lightTint);
  border: 1px solid var(--kushGreen-mediumTint);
  box-sizing: border-box;
  border-radius: 4px;
}

.senderId-list-container .senderId-list-table-container .sender-id-submit-prompt span {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.senderId-list-container .senderId-list-table-container .sender-id-submit-prompt .tooltip {
  display: flex;
}

.senderId-list-container .senderId-list-table-container .sender-id-submit-prompt .tooltip span {
  color: var(--pumpkin-primary);
  font-weight: 600;
  margin: 0 0 0 16px;
}

.senderId-list-container .senderId-list-table-container .sender-id-submit-prompt .sender-id-succ-banner {
  display: flex;
  align-items: center;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table {
  height: 100%;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .header-align-center {
  text-align: center;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .inactive-cell {
  position: relative;
  color: var(--africanDiamond);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .status-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 24px;
  opacity: 0.54;
  padding: 0;
  margin: 8px 0 0;
  border-radius: 16px;
  background: rgba(var(--squidInk-primary-rgb), 0.54);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .inactive-status {
  background: rgba(var(--africanDiamond-rgb), 0.24);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .active-status {
  background: rgba(var(--kushGreen-shade-rgb), 0.4);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .pending-status {
  background: rgba(var(--goldenTainoi-mediumTint-rgb), 0.48);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .rejected-status {
  background: rgba(var(--indianChilliRed-primary-rgb), 0.24);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-id-cell {
  max-width: 15%;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-status-cell {
  max-width: 15%;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-remarks-cell .remarks-cell-content {
  display: inline-block;
  vertical-align: middle;
  max-width: 284px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-remarks-cell .remarks-cell-container {
  position: relative;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .remarks-cursor {
  cursor: pointer;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell span {
  margin: 0 10px;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-action-cell {
  max-width: 15%;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell .auth-letter-download-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell .auth-letter-download-container {
    padding: 0 16px 0 0;
  }
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell {
  color: var(--pumpkin-primary);
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell span {
  margin: 0 4px;
  line-height: 16px;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell .view-file-icon {
  visibility: hidden;
}

.senderId-list-container .senderId-list-table-container .senderid-list-table .table-authorization-letter-cell .visible {
  visibility: visible;
}

.senderId-list-container .list-item {
  width: 160px;
  animation: none;
  opacity: 1;
}

.senderId-list-container .tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}

.senderId-list-container .tooltip .bottom {
  font-size: 12px;
  line-height: 120%;
  width: 296px;
  height: auto;
  top: 32px;
  left: 50%;
  transform: translate(-24px, 0);
  padding: 16px;
  color: var(--squidInk-shade);
  background-color: var(--cloud);
  border-radius: 8px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.senderId-list-container .tooltip:hover .bottom {
  visibility: visible;
  opacity: 1;
}

.senderId-list-container .tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 24px;
  margin-left: -8px;
  width: 16px;
  height: 8px;
  overflow: hidden;
}

.senderId-list-container .tooltip .bottom i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--cloud);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.action-drop-list {
  right: 0;
  width: 160px;
  transform-origin: top right;
}

.action-drop-down-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
}

.action-drop-down-button .action-down-btn {
  color: var(--pumpkin-primary);
  border-radius: 4px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 140, 73, 0.08);
}

.action-drop-down-button .action-down-btn .action-btn-elem-container {
  width: 80px;
}

.action-drop-down-button .action-down-btn .action-btn-elem-container .drop-down-arrow {
  margin: 0 0 0 8px;
  transform: rotate(90deg);
}

.action-drop-down-button .action-down-btn-active {
  color: var(--cloud);
  background-color: #f58c49;
}

.action-drop-down-button .action-down-btn-active .action-btn-elem-container .drop-down-arrow {
  transform: rotate(270deg);
}

.remarks-tooltip-container {
  height: -webkit-max-content;
  height: max-content;
}

.remarks-tooltip-container .remarks-tooltip-content {
  text-align: left;
}

.remarks-tooltip-container .remarks-copy-btn-container .remarks-copy-btn {
  margin: 16px 0 0 0;
  font-size: 14px;
  color: var(--pumpkin-primary);
  display: flex;
  align-items: center;
}

.remarks-tooltip-container .remarks-copy-btn-container .remarks-copy-btn span {
  margin: 0 8px 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.pagination {
  display: flex;
  justify-content: center;
}

.react-paginate ul {
  display: flex;
  justify-content: center;
  color: var(--pumpkin-primary);
}

.react-paginate a {
  outline: none;
}

.react-paginate li {
  display: inline-block;
  margin: 0 12px;
  padding: 2px 0 0 0;
}

.pagination-active {
  transform: scale(1);
  outline: none;
  background: var(--pumpkin-primary);
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
}

.pagination-active a {
  color: var(--cloud);
}

.paginate-disable {
  z-index: 0;
  pointer-events: none;
}

.paginate-disable a {
  color: var(--africanDiamond);
}

.paginate-disable {
  z-index: 0;
  pointer-events: none;
  outline: none;
  background: var(--cloud) !important;
  border: solid 1px var(--africanDiamond) !important;
  border-radius: 4px;
}

.paginate-next-button {
  height: 24px;
  width: 56px;
  outline: none;
  border: solid 1px var(--pumpkin-primary);
  border-radius: 4px;
  color: var(--pumpkin-primary);
}

.paginate-previous-button {
  height: 24px;
  width: 56px;
  outline: none;
  border: solid 1px var(--pumpkin-primary);
  border-radius: 4px;
  color: var(--pumpkin-primary);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .breadcrumb-container, .breadcrumb-container .breadcrum-icon {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.breadcrumb-container {
  display: flex;
  align-items: center;
}

.breadcrumb-container .breadcrumb-div {
  display: flex;
}

.breadcrumb-container .breadcrumb-path {
  color: var(--pumpkin-shade);
  font-size: 11px;
}

.breadcrumb-container .breadcrum-icon {
  color: var(--pumpkin-primary);
  vertical-align: middle;
  padding: 0 8px;
}

.breadcrumb-container .breadcrumb-current-path {
  color: var(--africanDiamond);
  font-size: 11px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .add-new-senderid-container .senderId-header-container .senderId-header-content .senderIds-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .add-new-senderid-container .add-senderid-content p {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .add-new-senderid-container .add-senderid-content p .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .add-new-senderid-container .add-senderid-content p {
  font-size: 15px;
}

.body-text-2, .add-new-senderid-container .senderId-header-container .senderId-header-content .senderids-header-subtitle {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.add-new-senderid-container {
  margin: 0px 16px 24px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.add-new-senderid-container .senderid-heading-container {
  background-color: var(--vanilla);
  padding: 16px 24px;
}

.add-new-senderid-container .senderId-header-container {
  margin: 16px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.add-new-senderid-container .senderId-header-container .senderId-header-content .senderIds-header {
  margin: 0 0 8px 0;
}

.add-new-senderid-container .add-senderid-illus-container {
  margin: 64px auto 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}

.add-new-senderid-container .add-senderid-content {
  margin: 16px 0 24px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.add-new-senderid-container .add-senderid-content p {
  width: 377px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: var(--squidInk-light);
  font-size: 16px;
}

.add-new-senderid-container .add-new-senderId-container {
  display: flex;
  justify-content: center;
}

.add-new-senderid-container .add-senderid-button {
  width: 143px;
  height: 48px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, #custom-tooltip, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, #custom-tooltip .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

#custom-tooltip {
  background: var(--cloud);
  position: absolute;
  padding: 16px;
  display: block;
  max-width: 340px;
  min-height: 120px;
  border-radius: 8px;
  z-index: 99999;
  text-align: left;
  word-wrap: break-word;
  transition: 150ms;
  transform: scale(0);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#custom-tooltip.right {
  left: calc(100% + 16px);
  top: -50%;
}

#custom-tooltip.left {
  margin-left: -24px;
}

#custom-tooltip.top {
  margin-top: -24px;
}

#custom-tooltip.bottom {
  top: calc(100% + 12px);
}

#custom-tooltip .custom-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: var(--cloud);
  box-shadow: 10px 10px 21px -4px rgb(196, 196, 196);
}

#custom-tooltip.right .custom-tooltip-arrow {
  top: 50%;
  margin-left: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: var(--cloud);
}

#custom-tooltip.right .custom-tooltip-arrow.info-arrow {
  border-right-color: var(--mediumSlateBlue-primary) !important;
}

#custom-tooltip.top .custom-tooltip-arrow {
  top: auto;
  bottom: -12px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: var(--cloud);
}

#custom-tooltip.top .custom-tooltip-arrow.info-arrow {
  border-top-color: var(--mediumSlateBlue-primary) !important;
}

#custom-tooltip.left .custom-tooltip-arrow {
  top: 50%;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: var(--cloud);
  right: -12px;
  left: auto;
}

#custom-tooltip.left .custom-tooltip-arrow.info-arrow {
  border-left-color: var(--mediumSlateBlue-primary) !important;
}

#custom-tooltip.bottom .custom-tooltip-arrow {
  top: 0;
  left: 8%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: var(--cloud);
}

#custom-tooltip.bottom .custom-tooltip-arrow.info-arrow {
  border-bottom-color: var(--mediumSlateBlue-primary) !important;
}

#custom-tooltip .custom-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-right-color: transparent;
  border-style: solid;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2, .not-found .text-container-not-found .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .not-found .text-container-not-found .sub-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .not-found .text-container-not-found .sub-title .link, .not-found .text-container-not-found .sub-title .link-text {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .not-found .text-container-not-found .sub-title {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link, .not-found .text-container-not-found .sub-title .link-text {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link, .list-table-wrapper .list-table .not-found .text-container-not-found .sub-title .link-text, .not-found .text-container-not-found .sub-title .list-table-wrapper .list-table .link-text {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.not-found {
  display: flex;
  height: calc(100vh - 160px);
  width: 100%;
  justify-content: center;
  align-items: center;
}

.not-found .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found .img-container img {
  height: 272px;
  width: 272px;
}

.not-found .text-container-not-found {
  margin: 40px 0 0 0;
}

.not-found .text-container-not-found .title {
  height: 58px;
  text-align: center;
}

.not-found .text-container-not-found .sub-title {
  margin: 30px 0 0 0;
}

.not-found .text-container-not-found .sub-title .link-text {
  padding: 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .create-sender-id-container .header .heading-container .heading span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .create-sender-id-container .header .heading-container .heading .steps-display .step-text, .create-sender-id-container .header .heading-container .subheading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.create-sender-id-container {
  width: calc(100% - 32px);
  margin: 0 16px;
  border: 1px solid var(--rainCloud);
  box-sizing: border-box;
  border-radius: 4px;
}

.create-sender-id-container .header {
  background-color: var(--vanilla);
  display: inline-block;
  width: 100%;
  padding: 16px 40px 16px 24px;
}

.create-sender-id-container .header .heading-container {
  display: inline-block;
  width: 100%;
}

.create-sender-id-container .header .heading-container .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
  width: auto;
}

.create-sender-id-container .header .heading-container .heading .steps-display {
  display: flex;
  align-items: center;
}

.create-sender-id-container .header .heading-container .heading .steps-display .guide-button-container span {
  all: unset !important;
}

.create-sender-id-container .header .heading-container .heading .steps-display .guide-button-container {
  margin: 0 48px 0 0;
}

.create-sender-id-container .header .heading-container .heading .steps-display .step-text {
  color: var(--squidInk-primary);
  opacity: 0.8;
}

.create-sender-id-container .header .heading-container .heading span {
  color: var(--squidInk-primary);
}

.create-sender-id-container .header .heading-container .subheading {
  margin: 8px 0 0 0;
  color: var(--squidInk-primary);
  opacity: 0.8;
}

.create-sender-id-container .sender-id-wizard-container {
  display: flex;
  flex-direction: column;
  background-color: var(--cloud);
  width: 100%;
}

.sender-id-banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section .title, .auth-letter-upload-container .add-sender-id-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section .sub-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section .sub-title .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section .sub-title {
  font-size: 15px;
}

.body-text-2, .auth-letter-upload-container .add-sender-id-container .entity-id-info .entity-id-desc, .auth-letter-upload-container .add-sender-id-container .auth-lttr-upld-subheading, .auth-letter-upload-container .add-sender-id-container .file-upload-info .file-name, .auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format p {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .auth-letter-upload-container .add-sender-id-container .faq-links, .auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format .dwnld-form-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .auth-letter-upload-container .add-sender-id-container .file-upload-info .success-msg {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .auth-letter-upload-container .add-sender-id-container .entity-id-info .entity-id-heading, .auth-letter-upload-container .add-sender-id-container .auth-lttr-upld-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex, .auth-letter-upload-container .add-sender-id-container .id-input .input-caption {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.auth-letter-upload-container {
  display: flex;
  justify-content: center;
  background-color: var(--cloud);
  margin: 24px;
  border: 1px solid var(--thunderCloud);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 4px;
}

.auth-letter-upload-container .steps-info-container {
  background-color: rgba(var(--vanilla-rgb), 0.8);
  border: 1px solid var(--thunderCloud);
  padding: 40px;
  flex: 48%;
  min-width: 356px;
  margin: 0 80px 0 0;
}

.auth-letter-upload-container .steps-info-container img {
  width: 100%;
}

.auth-letter-upload-container .steps-info-container .intro-sections-wrapper {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0 0;
}

.auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section {
  display: flex;
  margin: 24px 0 0 0;
}

.auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section .title {
  color: rgba(var(--squidInk-shade-rgb), 0.56);
  border-left: 4px solid var(--thunderCloud);
  padding: 0 0 8px 16px;
}

.auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section .sub-title {
  display: none;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  border-left: 4px solid var(--thunderCloud);
  padding: 0 0 0 16px;
}

.auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section:hover .title {
  color: var(--squidInk-shade);
  border-left: 4px solid var(--pumpkin-primary);
}

.auth-letter-upload-container .steps-info-container .intro-sections-wrapper .intro-section:hover .sub-title {
  display: block;
}

.auth-letter-upload-container .add-sender-id-container {
  flex: 52%;
  min-width: 422px;
  display: block;
  background-color: var(--cloud);
}

.auth-letter-upload-container .add-sender-id-container .heading {
  color: var(--squidInk-primary);
}

.auth-letter-upload-container .add-sender-id-container .faq-links {
  margin: 16px 0 0 0;
  width: 100%;
  text-align: right;
  color: var(--pumpkin-primary);
}

.auth-letter-upload-container .add-sender-id-container .entity-id-info {
  margin: 16px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .entity-id-info .entity-id-heading {
  display: flex;
  align-items: center;
  color: var(--squidInk-primary);
}

.auth-letter-upload-container .add-sender-id-container .entity-id-info .entity-id-heading img {
  margin: 0 0 0 8px;
}

.auth-letter-upload-container .add-sender-id-container .entity-id-info .entity-id-desc {
  color: var(--squidInk-primary);
  margin: 8px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .id-input {
  height: 48px;
}

.auth-letter-upload-container .add-sender-id-container .id-input .input-caption {
  color: var(--africanDiamond);
  margin: 8px 0 0 8px;
}

.auth-letter-upload-container .add-sender-id-container .sender-id-input {
  margin: 24px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .entity-id-input {
  margin: 16px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .auth-lttr-upld-heading {
  color: var(--squidInk-primary);
  margin: 24px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .auth-lttr-upld-subheading {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  margin: 8px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .auth-letter-dropzone {
  margin: 16px 0 0 0;
  width: 100%;
  height: 176px;
}

.auth-letter-upload-container .add-sender-id-container .file-upload-info {
  display: flex;
  height: 48px;
  align-items: center;
  margin: 16px 0 0 0;
  background-color: rgba(var(--kushGreen-shade-rgb), 0.16);
  border-radius: 4px;
}

.auth-letter-upload-container .add-sender-id-container .file-upload-info img {
  margin: 0 0 0 16px;
}

.auth-letter-upload-container .add-sender-id-container .file-upload-info .file-name {
  color: var(--squidInk-primary);
  margin: 0 0 0 16px;
}

.auth-letter-upload-container .add-sender-id-container .file-upload-info .success-msg {
  color: rgba(var(--kushGreen-shade-rgb), 0.8);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.auth-letter-upload-container .add-sender-id-container .file-upload-info svg {
  margin: 16px 20px;
}

.auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format {
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
}

.auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format .dwnld-info-icon {
  transform: rotate(180deg);
  margin: 0 8px 0 0;
}

.auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format p {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  margin: 0 8px 0 0;
}

.auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format .dwnld-form-btn {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format .dwnld-form-btn span {
  color: var(--pumpkin-primary);
}

.auth-letter-upload-container .add-sender-id-container .download-auth-lttr-format .dwnld-form-btn img {
  margin: 0 0 0 8px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .sender-id-add-nav span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.sender-id-add-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--vanilla);
  width: 100%;
  padding: 24px;
}

.sender-id-add-nav span {
  color: var(--squidInk-primary);
  opacity: 0.4;
}

.sender-id-add-nav button {
  width: 168px;
  height: 48px;
  border-radius: 4px;
}

.sender-id-add-nav .nav-btns .cancel-btn, .sender-id-add-nav .nav-btns .back-btn {
  margin: 0 24px 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .download-auth-lttr-container .download-auth-header span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .download-auth-lttr-container .dwnld-auth-form .dwnld-subheading, .download-auth-lttr-container .close-btn-wrapper button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .download-auth-lttr-container .dwnld-auth-form .dwnld-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.download-auth-lttr-container {
  display: flex;
  flex-direction: column;
  width: 440px;
}

.download-auth-lttr-container .download-auth-header {
  background-color: var(--squidInk-shade);
  padding: 16px 40px;
  border-radius: 4px 4px 0 0;
}

.download-auth-lttr-container .download-auth-header span {
  color: var(--cloud);
}

.download-auth-lttr-container .dwnld-auth-form {
  display: inline-block;
  background-color: var(--cloud);
  padding: 40px;
  border-radius: 0 0 4px 4px;
}

.download-auth-lttr-container .dwnld-auth-form .dwnld-heading {
  color: var(--squidInk-primary);
}

.download-auth-lttr-container .dwnld-auth-form .dwnld-subheading {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  margin: 8px 0 0 0;
}

.download-auth-lttr-container .dwnld-auth-form .id-input {
  height: 48px;
}

.download-auth-lttr-container .dwnld-auth-form .sender-id-input {
  margin: 24px 0 0 0;
}

.download-auth-lttr-container .dwnld-auth-form .entity-id-input {
  margin: 40px 0 0 0;
}

.download-auth-lttr-container .dwnld-auth-form .action-btns {
  display: flex;
  margin: 56px 0 0 0;
}

.download-auth-lttr-container .dwnld-auth-form .action-btns button {
  width: 168px;
  height: 40px;
  border-radius: 4px;
}

.download-auth-lttr-container .dwnld-auth-form .action-btns .dwnld-btn {
  margin: 0 0 0 24px;
}

.download-auth-lttr-container .close-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.download-auth-lttr-container .close-btn-wrapper button {
  color: var(--cloud);
  margin: 0 16px 16px 0;
}

.auth-letter-format-dwnld-error-banner {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .faq-header-container .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .faq-text, .faq-text-content, .faq-header-container .close-button, .faq-header-container .title-header .step-display .step-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .faq-header-container .container-footer .footer-contact {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .faq-header-container .container-footer .footer-question {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .faq-header-container .container-out .container-acc .faq-question-closed, .faq-header-container .container-out .container-acc .faq-question-open {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.container {
  height: auto;
  border-radius: 4px;
}

.faq-text {
  font-weight: 400;
  color: var(--squidInk-primary);
  padding: 0 0 0 16px;
}

.faq-text-content {
  font-weight: 400;
  color: var(--squidInk-primary);
  padding: 0 56px 0 16px;
}

.faq-text-content .step {
  padding: 8px 0 0 0;
}

.faq-text-content .point {
  padding: 8px 0 0 0;
}

.faq-text-content .steps-list {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.faq-text-content .steps-list .no-bullet {
  list-style-type: none;
  margin: 0 0 0 -20px;
}

.faq-text-content .points-list {
  list-style-type: disc;
}

.faq-text-content .no-bullet-step {
  margin: 0 0 0 40px;
}

.faq-header-container .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.faq-header-container .text-right {
  text-align: right;
}

.faq-header-container .faq-height {
  height: 418px;
}

.faq-header-container .entity-height {
  height: 321px;
}

.faq-header-container .container-out {
  background-color: var(--cloud);
  width: 760px;
  border-radius: 0 0 4px 4px;
  overflow: auto;
}

.faq-header-container .container-out .container-acc {
  padding: 40px;
}

.faq-header-container .container-out .container-acc .faq-question-closed {
  font-size: 16px;
  color: var(--squidInk-primary);
  padding: 0 0 0 16px;
}

.faq-header-container .container-out .container-acc .faq-question-open {
  margin: 16px;
  color: var(--squidInk-primary);
  font-size: 16px;
}

.faq-header-container .container-footer {
  background-color: var(--rainCloud);
  width: 100%;
  padding: 24px;
  text-align: center;
}

.faq-header-container .container-footer .footer-question {
  margin-bottom: 8px;
  line-height: 17px;
}

.faq-header-container .container-footer .footer-contact {
  color: var(--pumpkin-primary);
  font-weight: 600;
}

.faq-header-container .container-out::-webkit-scrollbar {
  height: 4px;
  width: 8px;
}

.faq-header-container .container-out::-webkit-scrollbar-track {
  border-radius: 4px;
}

.faq-header-container .container-out::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background: var(--zircon);
  padding: 4px;
  border-radius: 4px;
}

.faq-header-container .title-header {
  display: flex;
  height: 56px;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  border-radius: 4px 4px 0 0;
}

.faq-header-container .title-header .title {
  color: var(--cloud);
}

.faq-header-container .title-header .step-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-header-container .title-header .step-display .step-title {
  margin: 0 0 0 8px;
  color: var(--cloud);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .title-open-appearance {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.accordion-container {
  border-top: 1px solid var(--vanilla);
}

.accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 16px 0px;
  outline: none;
  position: relative;
}

.drop-button-acc {
  position: absolute;
  right: 16px;
}

.drop-button-acc .up-arrow {
  color: var(--pumpkin-primary);
}

.drop-button-acc .down-arrow {
  color: var(--squidInk-shade);
}

.acc-title-container {
  width: 80%;
}

.acc-content {
  min-height: 400px;
}

.accordion-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-open-appearance {
  width: 80%;
  color: var(--pumpkin-primary);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cloud);
  border-radius: 24px;
  box-shadow: 0px 0px 21px -4px rgb(196, 196, 196);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .test-sms-container .sms-details-edit .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .sms-content-wrapper .sms-content-preview, .test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .no-preview, .test-sms-container .sms-details-edit .subheading, .test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-type, .test-sms-container .sms-details-edit .sms-template-container .sms-template-wrapper textarea {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .test-sms-container .sms-details-edit .id-info-container .change-info-btn, .test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .phone-number-disp .change-phone-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .test-sms-container .sms-preview-container .sms-preview-msg, .test-sms-container .sms-preview-container .test-sms-fail-wrapper span, .test-sms-container .sms-details-edit .sms-template-container .sms-fail-error-msg, .test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .info-msg {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-value, .test-sms-container .sms-details-edit .sms-template-container .heading, .test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .phone-number-disp span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .test-sms-container .sms-preview-container .sms-preview-wrapper .sender-id-wrapper span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.test-sms-container {
  display: flex;
  width: 100%;
  background-color: var(--cloud);
  padding: 24px;
  border: 1px solid rgba(var(--thunderCloud-rgb), 0.6);
  box-sizing: border-box;
  border-radius: 4px;
}

.test-sms-container .sms-preview-container {
  display: flex;
  flex-direction: column;
  padding: 64px;
  background-color: rgba(var(--rainCloud-rgb), 0.6);
  width: 47%;
}

.test-sms-container .sms-preview-container .sms-preview-msg {
  color: var(--africanDiamond);
  opacity: 0.8;
  margin: 0 0 8px 0;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 168px;
  background-color: var(--cloud);
  border: 1px solid var(--rainCloud);
  box-sizing: border-box;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sender-id-wrapper {
  padding: 24px 16px 16px 24px;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sender-id-wrapper span {
  color: var(--squidInk-primary);
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content {
  display: flex;
  padding: 24px;
  height: 100%;
  max-height: 400px;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .sms-content-wrapper .sms-content-preview {
  color: var(--squidInk-primary);
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .sms-content-wrapper .sms-content-preview::-webkit-scrollbar-track {
  display: none;
  border-radius: 8px;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .sms-content-wrapper .sms-content-preview::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 8px;
  background-color: rgba(var(--africanDiamond-rgb), 0.2);
  border-right: 2px var(--cloud) solid;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .sms-content-wrapper .sms-content-preview::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  border-radius: 8px;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .sms-content .no-preview {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: var(--squidInk-primary);
  opacity: 0.24;
}

.test-sms-container .sms-preview-container .sms-preview-wrapper .highlight-text {
  display: inline;
  color: var(--pumpkin-primary);
}

.test-sms-container .sms-preview-container .test-sms-progress-bar {
  display: flex;
  margin: 16px 0 0 0;
  width: auto;
  height: 8px;
}

.test-sms-container .sms-preview-container .test-sms-progress-bar::-webkit-progress-bar {
  background-color: rgba(var(--squidInk-shade-rgb), 0.08);
  border-radius: 52px;
}

.test-sms-container .sms-preview-container .test-sms-progress-bar::-webkit-progress-value {
  background-color: var(--kushGreen-primary);
  border-radius: 52px;
}

.test-sms-container .sms-preview-container .test-sms-fail-wrapper {
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
}

.test-sms-container .sms-preview-container .test-sms-fail-wrapper img {
  margin: 0 8px 0 0;
}

.test-sms-container .sms-preview-container .test-sms-fail-wrapper span {
  color: var(--indianChilliRed-primary);
}

.test-sms-container .sms-details-edit {
  background-color: var(--cloud);
  width: 53%;
  padding: 40px 56px 32px 56px;
}

.test-sms-container .sms-details-edit .heading {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.test-sms-container .sms-details-edit .subheading {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  margin: 8px 0 0 0;
}

.test-sms-container .sms-details-edit .id-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(var(--thunderCloud-rgb), 0.6);
  box-sizing: border-box;
  border-radius: 4px;
  margin: 16px 0 0 0;
  padding: 16px 24px 16px 16px;
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper {
  display: inline-block;
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info {
  display: flex;
  align-items: center;
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-type {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  min-width: 64px;
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-value {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 0 0 24px;
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-value svg {
  margin: 0 0 0 8px;
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-value[data-error=false] {
  color: var(--squidInk-primary);
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info .id-info-value[data-error=true] {
  color: var(--indianChilliRed-primary);
}

.test-sms-container .sms-details-edit .id-info-container .id-info-wrapper .id-info-entity-id {
  margin: 8px 0 0 0;
}

.test-sms-container .sms-details-edit .id-info-container .change-info-btn {
  color: var(--pumpkin-primary);
}

.test-sms-container .sms-details-edit .template-id-input {
  margin: 24px 0 0 0;
}

.test-sms-container .sms-details-edit .sms-template-container {
  margin: 24px 0 0 0;
}

.test-sms-container .sms-details-edit .sms-template-container .heading {
  color: var(--squidInk-primary);
}

.test-sms-container .sms-details-edit .sms-template-container .sms-template-wrapper {
  margin: 16px 0 0 0;
  background-color: rgba(var(--dirtSnow-rgb), 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 174px;
  padding: 24px 16px 16px 24px;
}

.test-sms-container .sms-details-edit .sms-template-container .sms-template-wrapper textarea {
  color: var(--squidInk-primary);
  background-color: rgba(0, 0, 0, 0);
  resize: none;
  width: 100%;
  height: 120px;
  border: none;
  overflow: auto;
  outline: none;
}

.test-sms-container .sms-details-edit .sms-template-container .sms-template-wrapper[data-error=false] {
  border: 1px solid var(--squidInk-lightTint);
}

.test-sms-container .sms-details-edit .sms-template-container .sms-template-wrapper[data-error=true] {
  border: 1px solid var(--indianChilliRed-primary);
}

.test-sms-container .sms-details-edit .sms-template-container .sms-fail-error-msg {
  color: var(--indianChilliRed-primary);
  margin: 8px 0 0 8px;
}

.test-sms-container .sms-details-edit .send-sms-container {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .info-msg {
  color: var(--squidInk-primary);
}

.test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .phone-number-disp {
  display: flex;
}

.test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .phone-number-disp span {
  color: var(--squidInk-primary);
  font-weight: 600;
}

.test-sms-container .sms-details-edit .send-sms-container .phone-number-wrapper .phone-number-disp .change-phone-btn {
  color: var(--pumpkin-primary);
  font-weight: 600;
  margin: 0 0 0 8px;
}

.test-sms-container .sms-details-edit .send-sms-container .send-sms-btn {
  width: 168px;
  height: 40px;
  border-radius: 4px;
}

.test-sms-container textarea::-webkit-scrollbar-track {
  border-radius: 8px;
}

.test-sms-container textarea::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(var(--africanDiamond-rgb), 0.2);
  border-right: 2px var(--cloud) solid;
}

.test-sms-container textarea::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  border-radius: 8px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .change-phone-container .header span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .change-phone-container .close-btn-wrapper button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .change-phone-container .phone-edit-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.change-phone-container {
  display: flex;
  flex-direction: column;
  width: 440px;
}

.change-phone-container .header {
  background-color: var(--squidInk-shade);
  padding: 16px 40px;
  border-radius: 4px 4px 0 0;
}

.change-phone-container .header span {
  color: var(--cloud);
}

.change-phone-container .phone-edit-container {
  display: inline-block;
  background-color: var(--cloud);
  padding: 40px;
  border-radius: 0 0 4px 4px;
}

.change-phone-container .phone-edit-container .heading {
  width: auto;
  color: var(--squidInk-primary);
}

.change-phone-container .phone-edit-container .phone-input-wrapper {
  display: flex;
  margin: 24px 0 0 0;
}

.change-phone-container .phone-edit-container .phone-input-wrapper .phone-isd {
  width: 72px;
}

.change-phone-container .phone-edit-container .phone-input-wrapper .phone-number {
  margin: 0 0 0 16px;
  width: 272px;
}

.change-phone-container .phone-edit-container .action-btns {
  display: flex;
  margin: 40px 0 0 0;
}

.change-phone-container .phone-edit-container .action-btns button {
  width: 168px;
  height: 40px;
  border-radius: 4px;
}

.change-phone-container .phone-edit-container .action-btns .update-btn {
  margin: 0 0 0 24px;
}

.change-phone-container .close-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.change-phone-container .close-btn-wrapper button {
  color: var(--cloud);
  margin: 0 16px 16px 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .verf-succ-container .verf-succ-info-wrapper .succ-msg-wrapper .succ-heading, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .verf-succ-container .verf-succ-info-wrapper .sender-id-wrapper .sender-id-label, .verf-succ-container .verf-succ-info-wrapper .sender-id-wrapper .sender-id-value {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .verf-succ-container .verf-succ-info-wrapper .succ-msg-wrapper .succ-subheading, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .verf-succ-container .verf-succ-info-wrapper .succ-msg-wrapper .succ-subheading .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.verf-succ-container {
  background: rgba(var(--kushGreen-shade-rgb), 0.16);
  border: 1px solid rgba(var(--kushGreen-mediumTint-rgb), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 594px;
  margin: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verf-succ-container .verf-illus-wrapper {
  margin: 0 80px 0 0;
}

.verf-succ-container .verf-succ-info-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.verf-succ-container .verf-succ-info-wrapper .sender-id-wrapper {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  padding: 8px 16px;
  background-color: var(--kushGreen-shade);
  border-radius: 4px;
}

.verf-succ-container .verf-succ-info-wrapper .sender-id-wrapper .sender-id-label {
  color: var(--cloud);
  opacity: 0.8;
  font-size: 18px;
}

.verf-succ-container .verf-succ-info-wrapper .sender-id-wrapper .sender-id-value {
  color: var(--cloud);
  font-size: 18px;
  margin: 0 0 0 8px;
}

.verf-succ-container .verf-succ-info-wrapper .succ-msg-wrapper {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
}

.verf-succ-container .verf-succ-info-wrapper .succ-msg-wrapper .succ-heading {
  font-weight: bold;
  font-size: 24px;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.verf-succ-container .verf-succ-info-wrapper .succ-msg-wrapper .succ-subheading {
  color: var(--squidInk-primary);
  margin: 16px 0 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .drop-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .drop-down-btn.borderless-dropdown .drop-down-elem-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis, .drop-down-btn.borderless-dropdown .drop-down-elem-container span {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.drop-down-btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  border: 1px solid var(--zircon) !important;
}

.drop-down-btn div.text-white {
  color: var(--cloud);
}

.drop-down-btn.borderless-dropdown {
  border: unset !important;
  height: unset;
}

.drop-down-btn.borderless-dropdown .drop-down-elem-container {
  padding: 4px 0;
  max-width: 256px;
  color: var(--squidInk-primary);
}

.drop-down-btn.borderless-dropdown .drop-down-elem-container span {
  max-width: 240px;
}

.drop-down-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f2f2f2;
  color: var(--africanDiamond) !important;
}

.drop-down-btn:disabled .drop-down-arrow {
  color: var(--africanDiamond) !important;
}

.drop-down-btn .placeholder {
  color: var(--africanDiamond);
}

.drop-down-btn .drop-down-elem-container {
  color: var(--squidInk-primary);
  padding: 16px 8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.drop-down-btn .drop-down-elem-container .drop-down-arrow {
  transform: rotate(90deg);
  color: var(--pumpkin-primary);
}

.drop-down-btn.small-btn {
  min-width: 100px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .drop-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .drop-down-btn.borderless-dropdown .drop-down-elem-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis, .drop-down-btn.borderless-dropdown .drop-down-elem-container span {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.drop-down-btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  border: 1px solid var(--zircon) !important;
}

.drop-down-btn div.text-white {
  color: var(--cloud);
}

.drop-down-btn.borderless-dropdown {
  border: unset !important;
  height: unset;
}

.drop-down-btn.borderless-dropdown .drop-down-elem-container {
  padding: 4px 0;
  max-width: 256px;
  color: var(--squidInk-primary);
}

.drop-down-btn.borderless-dropdown .drop-down-elem-container span {
  max-width: 240px;
}

.drop-down-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f2f2f2;
  color: var(--africanDiamond) !important;
}

.drop-down-btn:disabled .drop-down-arrow {
  color: var(--africanDiamond) !important;
}

.drop-down-btn .placeholder {
  color: var(--africanDiamond);
}

.drop-down-btn .drop-down-elem-container {
  color: var(--squidInk-primary);
  padding: 16px 8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.drop-down-btn .drop-down-elem-container .drop-down-arrow {
  transform: rotate(90deg);
  color: var(--pumpkin-primary);
}

.drop-down-btn.small-btn {
  min-width: 100px;
}

.filter-container {
  margin: 0 24px 0 0;
  position: relative;
}

.filter-container .drop-list-max {
  max-height: calc(100vh - 210px) !important;
  min-height: 200px !important;
  min-width: 190px;
  right: 0;
}

.filter-btn-list {
  width: 160px;
}

.elem-perpage-container {
  position: relative;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .searchBox .search-input-container .search-input {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.searchBox {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 24px;
}

.searchBox .search-input-container {
  display: flex;
  align-items: center;
  height: 48px;
  width: 100%;
  background: var(--cloud);
  border: 1px solid var(--zircon);
  border-radius: 4px;
}

.searchBox .search-input-container .search-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--pumpkin-primary-input);
  border-radius: 4px;
  margin: 4px;
}

.searchBox .search-input-container .search-icon-wrapper:disabled {
  background: var(--pumpkin-mediumTint);
  opacity: 1;
  margin: 0px;
  cursor: not-allowed;
}

.searchBox .search-input-container .search-icon-wrapper .search-icon {
  color: var(--cloud);
}

.searchBox .search-input-container .search-input {
  flex: 1;
  margin: 16px;
  background: transparent;
  outline: 0;
  width: 100%;
}

.searchBox .search-input-container .search-input::placeholder {
  color: var(--africanDiamond);
}

.searchBox .search-input-container .search-text-error {
  position: relative;
}

.searchBox .search-input-container .search-text-error .search-error-msg {
  position: absolute;
  right: -4px;
  font-size: 11px;
  color: red;
  width: 48px;
  top: -7px;
}

.searchBox .search-input-container.error {
  border: 1px solid rgba(246, 162, 173, 0.4);
  background: rgba(252, 237, 239, 0.4);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .tabs-container, .tabs-container .tab-item {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3, .tabs-container .active-tab {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.tabs-container {
  display: flex;
  height: 56px;
  border-bottom: 1px solid var(--vanilla);
}

.tabs-container .item {
  padding: 0 0 0 24px;
}

.tabs-container .tab-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 56px;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  font-weight: 350;
}

.tabs-container .active-tab {
  font-weight: 550;
}

.tabs-container .active-tab .select-marker-tab {
  height: 4px;
  background: var(--pumpkin-primary);
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.user-container {
  margin: 0px 16px;
  background: var(--cloud);
}

.user-container .user-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 16px 0;
}

.user-container .user-actions .left {
  width: 100%;
}

.user-container .user-actions .filter-btn-list {
  width: 172px;
}

.user-container .user-actions .filter-container .drop-list-max {
  max-height: 280px !important;
}

.user-container .custom-datatable .rdt_Table .rdt_TableBody .rdt_TableCell:first-child button {
  font-family: "InterVariable";
  font-weight: 500;
}

.user-container .drop-list-max {
  overflow-y: unset;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .table-comp {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .table-comp thead > tr:nth-child(2) > th {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.tr-hover {
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
  border-bottom: none;
}

.tr-expanded {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.13));
}

.table-comp thead th {
  border: none;
}

.scroll-y-comp thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  opacity: 100;
  z-index: 100;
}

.table-comp thead > tr > th[colspan]:not([colspan="1"]) {
  text-align: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  height: 32px;
}

.table-comp thead > tr > th[colspan]:not([colspan="1"]):not(:last-child) {
  border-right: 1px solid rgba(var(--squidInk-shade-rgb), 0.75);
}

.table-comp thead > tr:nth-child(2) > th {
  color: var(--cloud);
  padding-top: 0;
  padding-bottom: 0;
}

.table-comp thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

.table-comp thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}

.table-comp tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.table-comp tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.table-comp tbody tr.tr-hover td:last-child {
  border-bottom-right-radius: 0px;
}

.table-comp tbody tr.tr-hover td:first-child {
  border-bottom-left-radius: 0px;
}

.table-comp tbody tr.tr-expanded td:last-child {
  border-top-right-radius: 0px;
}

.table-comp tbody tr.tr-expanded td:first-child {
  border-top-left-radius: 0px;
}

.table-comp tbody tr {
  border-radius: 4px;
}

.row-bg {
  background: rgba(230, 234, 237, 0.16);
}

.table-striped:nth-child(odd) {
  background: var(--cloud);
}

.table-striped:nth-child(even) {
  background-color: rgba(230, 234, 237, 0.16);
}

.table-comp tbody tr.added {
  border-radius: 0px;
  background: rgba(247, 165, 113, 0.1);
}

.table-comp tbody tr.deleted {
  background: rgba(232, 0, 31, 0.15);
  border-radius: 0px;
}

.table-comp tbody tr.updated {
  background: rgba(155, 156, 241, 0.24);
  border-radius: 0px;
}

.table-comp tbody tr.dynamic-row td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-comp tbody tr.dynamic-row td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.table-comp.table-border {
  border: 1px solid var(--rainCloud);
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
  border-spacing: 0px;
}

.table-comp.table-border thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  border-collapse: separate;
}

.table-comp.table-border tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.table-comp.table-border th {
  border-left: 1px solid rgba(var(--squidInk-shade-rgb), 0.75);
}

.table-comp.table-border td {
  border-left: 1px solid var(--rainCloud);
  border-top: 1px solid var(--rainCloud);
}

.table-comp.table-border thead:first-child tr:first-child th:first-child,
.table-comp.table-border tbody:first-child tr:first-child td:first-child {
  border-radius: 4px 0 0 0 !important;
}

.table-comp.table-border thead:last-child tr:last-child th:first-child,
.table-comp.table-border tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.table-comp.table-border tbody tr td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-comp.table-border tbody tr td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.disabled-row {
  background-color: rgba(245, 248, 250, 0.7);
}

.custom-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(46, 62, 80, 0.24);
  border-radius: 8px;
}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(46, 62, 80, 0.24) transparent;
}.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .icon-tooltip .rc-tooltip-inner {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.iconComponent-container {
  min-width: 100px;
}

.iconComponent-container .table-icon {
  width: 17px;
  height: 17px;
}

.icon-tooltip .rc-tooltip-arrow {
  bottom: 0px !important;
  margin: 0 0 0 -10px !important;
  border-width: 10px 10px 0 !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .edit-user-container .action-drop-down-button .action-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.edit-user-container .action-drop-down-button {
  margin: 0;
}

.edit-user-container .action-drop-down-button .action-down-btn {
  color: var(--pumpkin-primary);
  background-color: rgba(245, 140, 73, 0.08);
}

.edit-user-container .action-drop-down-button .action-down-btn .drop-down-arrow {
  transform: rotate(90deg);
}

.edit-user-container .action-drop-down-button .action-down-btn-active {
  color: var(--cloud);
  background-color: var(--pumpkin-primary);
}

.edit-user-container .action-drop-down-button .action-down-btn-active .drop-down-arrow {
  transform: rotate(270deg);
}

.edit-user-container .action-drop-down-button .drop-down-size {
  width: 72px;
}

.edit-user-container .custom-datatable .merchantid-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.edit-user-container .custom-datatable .merchantid-wrapper > div:first-child {
  background-color: rgba(125, 124, 124, 0.1098039216);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 650;
  color: rgba(0, 0, 0, 0.5215686275);
}

.edit-user-container .custom-datatable .merchantid-row {
  font-weight: 600;
  min-width: 25px;
  color: rgba(0, 0, 0, 0.5215686275);
}

.edit-user-container .pending-datatable .rdt_TableRow:nth-last-child(-n+3):not(:nth-child(-n+3)) .rdt_TableCell:last-child .action-drop-list {
  bottom: 40px;
  top: unset;
}

.edit-user-container .pending-datatable .rdt_TableRow:first-child .rdt_TableCell:first-child .action-drop-list {
  bottom: unset;
  top: 40px;
}

.edit-user-container .action-user-menu {
  display: flex;
  align-items: center;
  padding-left: 8px;
  cursor: pointer;
}

.edit-user-container .action-user-menu .action-icon {
  margin-left: 10px;
}

.edit-user-container .action-user-menu:hover {
  background-color: var(--vanilla);
}

.edit-user-container .li-list-disable {
  cursor: not-allowed;
  opacity: 0.4;
}

.action-drop-list {
  width: 215px !important;
  right: 54px;
  top: 40px;
}

.action-drop-list .category {
  margin-top: 6px;
  padding-left: 12px;
  text-align: left;
}

.action-drop-list .category span {
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 0.05rem;
}

.action-drop-list .um-drop-list {
  height: 35px;
}

.umbtntooltip {
  position: absolute;
  display: none;
  bottom: 150%;
  padding: 5px;
  background-color: var(--squidInk-primary);
  border-radius: 3px;
  font-size: 12px;
  color: #eee;
  animation: moveup 0.1s linear;
  width: 250px;
  z-index: 1;
}

.umbtntooltip.righttooltip {
  right: 0;
  text-align: center;
}

.umbtntooltip.righttooltip:after {
  left: auto;
  right: 8px;
}

.umbtntooltip:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 10%;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.btnstyle:hover > .umbtntooltip {
  display: block;
}

.custom-scrollbar.overflow-visible {
  overflow: visible !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .searchDropdown .search-input-container .search-input {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .searchDropdown .search-input-container .search-input-wrapper p {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.searchDropdown {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.searchDropdown .search-input-container {
  display: flex;
  height: 48px;
  width: 100%;
  background: var(--cloud);
  border: 1px solid var(--zircon);
  border-radius: 4px;
}

.searchDropdown .search-input-container .drop-down-container {
  position: relative;
  width: 27%;
}

.searchDropdown .search-input-container .drop-down-container .drop-down-btn {
  width: 100%;
  min-width: 100%;
  border: none !important;
  color: var(--squidInk-primary);
}

.searchDropdown .search-input-container .search-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--pumpkin-primary-input);
  border-radius: 4px;
  margin: 4px;
}

.searchDropdown .search-input-container .search-icon-wrapper:disabled {
  background: var(--pumpkin-mediumTint);
  opacity: 1;
  margin: 0px;
  cursor: not-allowed;
}

.searchDropdown .search-input-container .search-icon-wrapper .searchIconBtn {
  color: var(--cloud);
}

.searchDropdown .search-input-container .search-input-wrapper {
  display: flex;
  width: 73%;
}

.searchDropdown .search-input-container .search-input-wrapper p {
  color: var(--indianChilliRed-primary);
  line-height: 14px;
  padding: 0 16px;
  align-self: center;
}

.searchDropdown .search-input-container .search-input {
  flex: 1;
  padding: 16px;
  background: transparent;
  outline: 0;
  width: 100%;
}

.searchDropdown .search-input-container .search-input::placeholder {
  color: var(--africanDiamond);
}

.searchDropdown .search-input-container .separator {
  margin: 8px 0;
  border-right: var(--zircon) solid 1px;
}

.searchDropdown .search-error-bg {
  border: 1px solid rgba(var(--indianChilliRed-mediumTint-rgb), 0.4);
  background: rgba(var(--indianChilliRed-lightTint-rgb), 0.4);
}

.searchDropdown .error-seperator {
  margin: 8px 0;
  border-right: 1px solid rgba(var(--indianChilliRed-mediumTint-rgb), 0.4);
}

.searchDropdown .drop-down-elem-container {
  padding: 16px 8px !important;
}

.searchDropdown .drop-down-elem-container div {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .payment-link-details .link-header .title, .title-wrapper .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .link-expiry-subtitle, .checkbox-text, .email-sent-mark, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .link-expiry-subtitle .link, .checkbox-text .link, .email-sent-mark .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .link-id, .basic-info-label, .basic-info-content, .link-id-copy-btn-wrapper .link-id {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .details-copy-btn, .details-resend-btn, .quick-action-cancel-wrapper .details-cancel-btn, .edit-expiry-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .details-header, .details-header-table {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .cancel-link-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .cancel-link-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.details-header {
  color: var(--squidInk-primary);
  margin: 0 0 16px 0;
}

.details-header-table {
  color: var(--squidInk-primary);
  padding: 0 0 0 133px !important;
  margin: 0 0 0px 0;
}

.modal-container-paymentLink {
  background: transparent;
  z-index: 0;
}

.textColor {
  color: white;
}

.link-id {
  opacity: 0.8;
  color: var(--squidInk-primary);
}

.basic-info-label {
  padding: 0 !important;
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 8px 0;
}

.basic-info-content {
  color: var(--squidInk-primary);
  padding: 0 0 0 56px !important;
  margin: 0 0 8px 0;
}

.basic-info-link-wrapper {
  display: flex;
  justify-content: space-between;
}

.basic-info-link-wrapper button {
  margin: 0 16px 0 0;
}

.payment-link-text {
  width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-expiry-subtitle {
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 16px 0;
}

.payment-link-details-tick {
  margin: 0 0 0 8px;
}

.payment-link-details .payment-link-details-container {
  border-top: 1px solid var(--rainCloud);
  height: calc(100% - 64px);
  position: fixed;
  width: 456px;
  background: var(--cloud);
  top: 64px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
}

.payment-link-details .payment-link-details-container::-webkit-scrollbar {
  width: 24px;
}

.payment-link-details .payment-link-details-container::-webkit-scrollbar-thumb {
  border: 8px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: var(--thunderCloud);
}

.payment-link-details .link-header {
  height: 96px;
  width: 100%;
  position: relative;
  padding: 24px 40px;
}

.payment-link-details .link-header .title {
  color: var(--squidInk-primary);
  padding: 6px 0px;
}

.link-id-copy-btn-wrapper {
  display: flex;
  align-items: center;
}

.link-id-copy-btn-wrapper .link-id {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.link-id-copy-btn-wrapper button {
  margin: 0 0 0 8px;
}

.txn-link {
  padding: 0;
}

.quick-action-btn-wrapper {
  display: flex;
}

.details-copy-btn {
  display: flex;
  align-items: center;
  color: var(--squidInk-primary);
  width: 112px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
}

.details-copy-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.details-resend-btn {
  display: flex;
  align-items: center;
  color: var(--cloud);
  width: 220px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
  margin-left: 15px;
  border-color: var(--pumpkin-primary);
  background-color: var(--pumpkin-primary-input);
}

.details-resend-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.details-edit-btn {
  display: flex;
  align-items: center;
  color: var(--cloud);
  width: 60;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
  border-color: var(--pumpkin-primary);
  background-color: var(--pumpkin-primary-input);
}

.details-edit-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.edit-disabled-btn {
  border: var(--zircon);
}

.resend-link-btn-wrapper {
  display: flex;
}

.resend-link-form-container {
  margin: 16px 0px 0px 0px;
}

.resend-link-btn {
  width: 50%;
}

.payment-link-resend-form {
  width: 100%;
  padding: 16px 0;
}

.notify-checkbox-input-container {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.section-header {
  padding: 24px 40px;
  position: relative;
}

.expiry-header-btn-wrapper {
  margin: 0 0 8px 0 !important;
  display: flex;
  justify-content: space-between;
}

.quick-action-cancel-wrapper {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  justify-content: space-between;
}

.quick-action-cancel-wrapper .details-cancel-btn {
  color: var(--pumpkin-primary);
}

.reminder-subtitle {
  display: flex;
  justify-content: space-between;
}

.edit-expiry-button {
  height: 16px;
  color: var(--pumpkin-primary);
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrapper .title {
  color: var(--squidInk-primary);
}

.payment-link-details-separator {
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--rainCloud);
  bottom: 0;
  left: 0;
  right: 0;
}

.email-sent-mark {
  display: flex;
  justify-content: center;
  width: 104px;
  height: 24px;
  background-color: var(--kushGreen-shade);
  color: var(--cloud);
  border-radius: 100px;
  font-size: 12px;
}

.email-sent-mark svg {
  padding: 0 0 4px 0;
}.smallTag {
  color: #b1b1b1;
  font-size: 75%;
  position: fixed;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .basic-info-content1, .grids-bg > span:nth-child(even) {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .detail-header-heading, .details-headerInfo {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4, .basic-info-label1 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8, .basic-info-content1, .grids-bg > span:nth-child(even) {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.details-copy-btn {
  margin: 5px;
}

.common-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 10fr);
  width: 100%;
  margin-top: 14px;
  padding-left: 1rem;
}

.common-wrapper1 {
  display: grid;
  grid-template-columns: repeat(2, 10fr);
  grid-gap: 10px;
  width: 170%;
}

.paddingLeft2 {
  padding-left: 20px !important;
}

.second-section-header {
  padding: 5px 0 0 5px !important;
  position: relative;
}

.second-component {
  padding: 0px 0px 0px 0px !important;
  width: 310px;
  background: #f3f4f6;
}

.expiry-label {
  margin-left: 10px;
  margin-top: 15px;
  height: 16px;
  color: var(--pumpkin-primary);
}

.expiry-header-btn-wrapperlink {
  margin: 20px 0px 0px 0px !important;
  display: flex;
  justify-content: space-between;
}

.link-action-header {
  height: 45px;
  width: 100%;
  position: relative;
  padding: 12px 0px;
}

.basic-info-content1 {
  color: #000000;
  padding: 0 0 0 10px !important;
  margin: 0 0 8px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  width: 60% !important;
  white-space: pre-wrap;
  word-wrap: break-word; /* Wrap long words */
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}

.header-padding {
  padding: 0 5px 0 0 !important;
}

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

.info-subtitle {
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 5px 0px !important;
}

.details-headerTop {
  margin-top: 15px !important;
  color: var(--squidInk-primary);
  margin: 0 0 10px 5px;
  font-size: 15px;
  font-weight: 500;
}

.plink-text {
  width: 60% !important;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
}

.details-copy-btn1 {
  display: flex;
  align-items: center;
  color: var(--cloud);
  width: 100px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  background: var(--pumpkin-primary-input);
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  width: auto;
}

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

.detail-header-heading {
  color: var(--squidInk-primary);
  margin: 0 0 10px 18px;
  font-size: 13.8px;
  font-weight: 550;
}

.button-label {
  margin-left: 10px;
}

.component-header {
  padding: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.payment-link-details-bg .close-btn {
  color: var(--squidInk-primary);
}

.payment-link-details-bg .second-section {
  width: 310px;
  padding: 5px 20px 0 20px;
  background: #f3f4f6;
}

.payment-link-details-bg .second-section li {
  align-items: baseline;
}

.grids-bg {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.grids-bg2 {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.grids-bg > span:nth-child(odd) {
  padding: 0 10px 0 0 !important;
  font-size: 12.5px !important;
  color: var(--squidInk-primary);
  margin: 0 0 5px 0;
  font-weight: 450;
}

.grids-bg > span:nth-child(even) {
  color: #000000;
  padding: 0 !important;
  margin: 0 0 8px 0;
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  width: 100% !important;
  white-space: pre-wrap;
  word-wrap: break-word; /* Wrap long words */
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sectionOne .section-headers .grids-bg {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sectionOne .section-headers .grids-bg > span {
  width: 50% !important;
}

.component-header-wrapper {
  margin: 0px 5px 0px 0 !important;
  display: flex;
  justify-content: space-between;
}

.edit-expiry-btn {
  margin-left: 150px;
  height: 16px;
  color: var(--pumpkin-primary);
}

.truncated-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.truncated-container {
  display: flex;
  align-items: center;
}

.basic-info-label1 {
  padding: 0 !important;
  font-size: 13px !important;
  color: var(--squidInk-primary);
  margin: 0 0 5px 0;
}

.details-copy-btn2 {
  font-size: 10.5px;
  width: 100%;
  height: 26px;
  color: var(--indianChilliRed-primary);
  border: 1px solid var(--indianChilliRed-primary);
  background-color: transparent;
  border-radius: 5px;
}

.section-headers {
  padding: 6px 12px;
  position: relative;
  font-size: 14px;
}

.section-headers .close-btn {
  color: var(--squidInk-primary);
}

.section-headers .rotate-180 {
  rotate: 180deg;
  transition: 0.5s;
}

.section-headers .rotate-0 {
  rotate: 0deg;
  transition: 0.5s;
}

.details-headerInfo {
  color: var(--squidInk-primary);
  margin: 0px;
  font-size: 14px;
  font-weight: 550;
}

.btntooltip {
  position: absolute;
  display: none;
  bottom: 50%;
  padding: 5px;
  background-color: var(--squidInk-primary);
  border-radius: 3px;
  font-size: 12px;
  color: #eee;
  animation: moveup 0.1s linear;
  width: 115px;
  z-index: 2;
  text-transform: none;
}

.btntooltip.righttooltip {
  left: 0;
  text-align: center;
}

.btntooltip.righttooltip:after {
  right: auto;
  left: 8px;
}

.btnstyle:hover > .btntooltip {
  display: block;
}

.btntooltip:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 10%;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.btntooltipRight {
  position: absolute;
  display: none;
  left: 54%;
  bottom: 13%;
  padding: 5px;
  background-color: var(--squidInk-primary);
  border-radius: 3px;
  font-size: 12px;
  color: #eee;
  animation: moveup 0.1s linear;
  width: 120px;
  z-index: 2;
}

.btntooltipRight.righttooltip {
  right: 0;
  text-align: center;
}

.btntooltipRight.righttooltip:after {
  left: auto;
  right: 8px;
}

.btntooltipRight:after {
  position: absolute;
  content: "";
  bottom: 40%;
  left: -10%;
  border-top: 5px solid transparent;
  border-right: 5px solid #333;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.btnstyle:hover > .btntooltipRight {
  display: block;
}

.btntooltipDown {
  position: absolute;
  display: none;
  /* bottom: -167%; */
  right: 4%;
  padding: 5px;
  background-color: var(--squidInk-primary);
  border-radius: 3px;
  font-size: 12px;
  color: #eee;
  animation: moveup 0.1s linear;
  width: 100px;
  z-index: 2;
}

.btntooltipDown.righttooltip {
  right: 0;
  text-align: center;
}

.btntooltipDown.righttooltip:after {
  left: auto;
  right: 8px;
}

.btntooltipDown:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 85%;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
}

.btnstyle:hover > .btntooltipDown {
  display: block;
}

@keyframes moveup {
  0% {
    transform: translateY(10px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}

ul#roles {
  position: relative;
}

ul#roles .component-header {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

ul#roles::before {
  content: "Description";
  position: absolute;
  left: 50%;
  top: 13px;
  color: #666;
}

ul#roles li span:nth-child(even) {
  color: #666;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.umedit {
  width: 76px;
}

.umresendmail {
  width: 215px;
  margin-left: 15px;
}

.topspace {
  margin-top: 30px !important;
}

.detail-header .header-arrow {
  color: var(--squidInk-primary);
}

.detail-header .rotate-180 {
  rotate: 180deg;
  transition: 0.5s;
}

.detail-header .rotate-0 {
  rotate: 0deg;
  transition: 0.5s;
}.table-padding {
    /* padding-top: 3px !important;
    padding-bottom: 3px !important; */


}
.table-padding > :last-child {
  /* styles for the last child */
  overflow: unset;
  position: relative;
}
.custom-datatable{
  margin: 0 24px 24px 24px;
}
.custom-datatable .ellipses-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-size: 13px;
    font-weight: 380; */
  }
/* div[role="columnheader"]:last-child {
    min-width: auto !important;
    width: 100px !important;
    max-width: 100px !important;
  }
  div[role="row"] > div:last-child {
    min-width: auto !important;
    width: 100px !important;
    max-width: 100px !important;
  } */
.table-p {
  /* margin-left: 24px !important;
  margin-right: 24px !important; */
  overflow: visible !important;
}
.table-p .px-6{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
/* div:first-child {
    justify-content: space-between;
  } */
:is(.table-p .table-padding:nth-last-child(-n + 4):not(:nth-child(-n + 4))) .text-text-text:last-child ul{
      bottom: 40px;
    }
.table-p .table-padding :first-child .text-text-text:first-child ul{
    bottom: unset;
  }
/* .table-padding {
  display: flex;
  justify-content: space-between;
} */:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .header .left .heading-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .header .left .heading-container .subheading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.header {
  background: var(--vanilla);
  padding: 16px 24px 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .left .breadcrumb-container {
  margin: 0 0 8px 0;
}

.header .left .heading-container {
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
}

.header .left .heading-container .heading {
  color: var(--squidInk-primary);
  margin: 0 0 8px 0;
  font-size: 23px;
}

.header .left .heading-container .subheading {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .role-permission-form .role-container .role-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .role-permission-form .role-container .role-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.role-permission-form .heading-4 {
  font-size: 17.5px;
  font-weight: 550;
  letter-spacing: 0.002em;
  color: var(--squidInk-primary);
}

.role-permission-form .subheading-6 {
  font-size: 12.5px;
  color: #2e3e50;
  opacity: 0.7;
  font-weight: 400;
}

.role-permission-form td {
  border: 1px solid rgba(var(--lightSilver-rgb), 0.54);
}

.role-permission-form .role-container .role-text {
  font-size: 14.5px;
  line-height: 19px;
  letter-spacing: 0.004em;
  color: var(--squidInk-primary);
  font-weight: 400;
}

.role-permission-form .align-content {
  align-items: center;
  padding-top: 0px;
}

.role-permission-form .div-pad {
  padding-top: 10px;
}

.role-permission-form .setWidth {
  width: 300px;
}

.role-permission-form .disabled-role .cursor-pointer {
  cursor: not-allowed;
}

.role-permission-form .disabled-role .role-text {
  color: rgba(var(--squidInk-primary-rgb), 0.3);
}

.role-permission-form .disabled-role input[type=checkbox]::before {
  border-color: rgba(var(--squidInk-primary-rgb), 0.1);
  background-color: rgba(var(--squidInk-primary-rgb), 0.1);
}

.role-permission-form .label-tooltip {
  margin-top: 12px;
  z-index: 1;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.user-input-container .input-width-168 {
  flex: 1 10.5rem;
}

.user-input-container .input-width-348 {
  flex: 2 21.75rem;
}

.user-input-container .input-width-100 {
  flex: 0 45.1rem;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .add-user-container .add-user-footer {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.add-user-container .add-user-footer {
  z-index: 9999;
  position: fixed;
  width: calc(100vw - 232px);
  bottom: 0;
  left: 232px;
}

.add-user-container .add-user-footer button {
  height: 40px;
  padding: 0 16px;
}

.add-user-container .rightAlign {
  justify-content: right;
}

.right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

.step9t {
  text-align: left;
  margin-bottom: 160px;
}

.step10t {
  text-align: right;
  margin-top: 600px;
  margin-left: 1200px;
}

.step11t {
  text-align: right;
  margin-top: 100px;
  margin-left: 1000px;
}

.targetstep-2 {
  margin-top: 200px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .info-section .info-section-footer-left .info-section-right, .info-section .info-section-footer-left .info-section-right h2, .faq-li {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .info-section .info-section-footer-left .info-section-right .link, .faq-li .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .info-section .info-section-footer-left .info-section-right, .info-section .info-section-footer-left .info-section-right h2, .faq-li {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .helpful-link-name,
.faq-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.home-container {
  margin: 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.home-container .welcome-view-loading {
  background-color: var(--pumpkin-lightTint);
  margin: 24px;
  padding: 24px 40px 0;
  border-radius: 4px;
}

.helpful-link-container {
  border: 1px solid var(--rainCloud);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
  margin: 24px;
}

.helpful-link-name,
.faq-name {
  color: var(--squidInk-primary);
  font-weight: 550;
  font-size: 15px;
}

.info-section {
  margin: 24px 0 0 0;
  padding: 16px 24px;
  align-items: center;
  display: flex;
  height: 72px;
  background-color: var(--vanilla);
  border: 1px solid var(--thunderCloud);
  box-sizing: border-box;
  border-radius: 4px;
  justify-content: space-between;
  overflow: hidden;
}

.info-section .info-section-footer-left {
  align-items: center;
  display: flex;
}

.info-section .info-section-footer-left .info-section-left img {
  width: 30px;
  height: 30px;
}

.info-section .info-section-footer-left .info-section-right {
  font-size: 15px;
  margin: 0px 0px 0px 16px;
}

.info-section .info-section-footer-left .info-section-right p {
  font-size: 12px;
  opacity: 0.8;
}

.info-section .info-section-footer-left .info-section-right h3 {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.info-section.alert-warning {
  background-color: #fff1db;
  border: 1px solid rgb(253, 230, 193);
  overflow: hidden;
}

.info-section .info-section-btn {
  width: 102px;
  height: 40px;
  padding: 0px;
  font-weight: 500;
  font-size: 13px;
}

.info-section .mfa-btn {
  width: 120px;
  font-weight: 500;
  font-size: 13px;
}

.faq-li {
  color: var(--squidInk-primary);
  width: 75%;
  min-width: 768px;
  opacity: 0.8;
  display: grid;
  grid-template-columns: auto auto auto;
}

.faq-li li {
  padding: 16px 0 0 16px;
}

.outer {
  padding: 16px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.aggregator-welcome {
  border: 1px solid var(--rainCloud);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
  margin: 24px;
  background-color: var(--vanilla);
}

.aggregator-welcome .welcome-heading {
  color: var(--squidInk-primary);
  font-size: x-large;
  padding-left: inherit;
}

.aggregator-welcome .welcome-message {
  color: var(--squidInk-shade);
  font-size: medium;
  padding-left: inherit;
  padding-top: 2%;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .home-heading-container .headings-container .sub-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .home-heading-container .headings-container .main-heading, .home-heading-container .logo-info .full-name-id {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .home-heading-container .logo-info .full-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.home-heading-container {
  background-color: var(--pumpkin-lightTint);
  margin: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

.home-heading-container .headings-container {
  padding: 24px 0 24px 24px;
}

.home-heading-container .headings-container .main-heading {
  line-height: 24px;
  color: var(--pumpkin-shade);
  font-weight: 550;
  font-size: 19px;
}

.home-heading-container .headings-container .sub-heading {
  color: var(--squidInk-primary);
  line-height: 28.8px;
  margin: 16px 0 0 0;
  font-weight: 550;
  font-size: 23px;
}

.home-heading-container .bg-logo {
  position: relative;
  width: 60%;
}

.home-heading-container .logo-info {
  margin: 0 16px 0 0;
  text-align: right;
}

.home-heading-container .logo-info .full-name {
  line-height: 14.4px;
  letter-spacing: 0.4%;
  margin: 0 0 2px 0;
}

.home-heading-container .logo-info .full-name-id {
  font-weight: 550;
  font-size: 19px;
}

.home-heading-container .login-info {
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: #666;
  margin-top: 0px;
}

.home-heading-container .no-logo {
  background-color: var(--pumpkin-primary);
  height: 54px;
  width: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.home-heading-container .no-logo .no-logo-text {
  font-weight: 600;
  color: #fff;
  padding: 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .welcome-carousel-container .welcome-left-part .welcome-text, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .welcome-carousel-container .dash-feature-container .feature-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .welcome-carousel-container .welcome-left-part .welcome-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .welcome-carousel-container .welcome-left-part .welcome-description {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .welcome-carousel-container .welcome-left-part .welcome-description .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .welcome-carousel-container .welcome-left-part .welcome-description {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .welcome-carousel-container .dismiss-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.welcome-carousel-container {
  position: relative;
  background-color: var(--pumpkin-lightTint);
  margin: 24px;
  padding: 24px 40px 0;
  border-radius: 4px;
  display: flex;
}

.welcome-carousel-container .welcome-left-part {
  width: 33%;
  min-width: 368px;
  padding: 0 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.welcome-carousel-container .welcome-left-part .welcome-heading {
  color: var(--pumpkin-shade);
  padding: 16px 0 0;
}

.welcome-carousel-container .welcome-left-part .welcome-text {
  line-height: 120%;
  color: var(--squidInk-primary);
}

.welcome-carousel-container .welcome-right-part {
  min-width: 67%;
  max-width: 45vw;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__next-btn,
.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__prev-btn {
  visibility: hidden;
  position: absolute;
  background: var(--cloud);
  opacity: 0.8;
  border: 1px solid var(--dirtSnow);
  border-radius: 50%;
  bottom: 50%;
  width: 49px;
  height: 49px;
  padding: 0;
}

.welcome-carousel-container .welcome-right-part .alice-carousel:hover .alice-carousel__next-btn,
.welcome-carousel-container .welcome-right-part .alice-carousel:hover .alice-carousel__prev-btn {
  visibility: visible;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__dots {
  margin: 0px 104px 8px;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__dots .alice-carousel__dots-item {
  margin: 0 4px 0 0;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__dots .alice-carousel__dots-item:not(.__custom) {
  background-color: transparent !important;
  border: 1px solid var(--pumpkin-mediumTint);
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__dots .alice-carousel__dots-item:not(.__custom):hover,
.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__dots .alice-carousel__dots-item:not(.__custom).__active {
  background-color: var(--pumpkin-mediumTint) !important;
  width: 15px;
  border-radius: 99px;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__stage li {
  margin: 0 16px 0 0;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__prev-btn-wrapper,
.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__next-btn-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__next-btn {
  right: -16px;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__next-btn [data-area]::after {
  top: 4px;
  content: url("data:image/svg+xml,%3csvg%20width='29'%20height='29'%20viewBox='0%200%2029%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.3219%2013.4694L7.833%205.77884L9.95511%203.85645L20.5666%2013.4694L9.95497%2023.0824L7.83252%2021.1597L16.3219%2013.4694Z'%20fill='%232E3E50'/%3e%3c/svg%3e");
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__prev-btn {
  left: -16px;
}

.welcome-carousel-container .welcome-right-part .alice-carousel .alice-carousel__prev-btn [data-area]::after {
  top: 4px;
  content: url("data:image/svg+xml,%3csvg%20width='29'%20height='29'%20viewBox='0%200%2029%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.6781%2013.5306L21.167%2021.2212L19.0449%2023.1436L8.43341%2013.5306L19.045%203.91761L21.1675%205.84031L12.6781%2013.5306Z'%20fill='%232E3E50'/%3e%3c/svg%3e");
}

.welcome-carousel-container .dash-feature-container {
  background-size: cover;
  width: 268px;
  height: 224px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--dirtSnow);
  border-radius: 4px;
}

.welcome-carousel-container .dash-feature-container .feature-btn {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
}

.welcome-carousel-container .dismiss-btn {
  color: var(--pumpkin-primary);
  line-height: 14px;
  position: absolute;
  bottom: 9px;
  right: 40px;
  display: flex;
  gap: 4px;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .welcome-carousel-container .welcome-left-part {
    min-width: 268px;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .right-info-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .right-info-subheading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .right-info-subheading .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .right-info-subheading {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .links {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.box-container {
  display: flex;
  min-width: 424px;
  min-height: 170px;
  background-color: var(--cloud);
  border: 1px solid var(--thunderCloudSolid);
  padding: 0px;
  box-sizing: border-box;
  border-radius: 4px;
}

.box-container .continer-info-left {
  padding: 24px 0 0 24px;
}

.box-container .continer-info-left img {
  width: 48px;
  height: 48px;
}

.box-container .continer-info-right {
  padding: 24px 24px 24px 16px;
}

.container-right-links {
  display: flex;
  flex-direction: row;
  padding: 24px 0 0 0;
}

.links {
  color: var(--pumpkin-primary);
  -webkit-text-decoration: none;
  text-decoration: none;
  margin: 0 16px 0 0;
}

.right-info-heading {
  color: var(--squidInk-primary);
}

.right-info-subheading {
  padding: 16px 0 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .unauthorized-container .heading-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .unauthorized-container .description-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .unauthorized-container .description-container .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .unauthorized-container .description-container {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.unauthorized-container {
  height: 100vh;
}

.unauthorized-container .unauthorized-left-part {
  margin: 0 40px 0 0;
}

.unauthorized-container .logo {
  width: 128px;
  height: 40px;
}

.unauthorized-container .heading-container {
  font-weight: 600;
  color: var(--squidInk-primary);
  margin: 24px 0 16px;
}

.unauthorized-container .description-container {
  color: var(--squidInk-light);
  margin: 0 0 24px;
  max-width: 21rem;
}

.unauthorized-container .contact-us-btn {
  height: 40px;
  padding: 0 16px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .transaction-page-list-container .heading-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .transaction-page-empty-text p {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .transaction-page-empty-text p .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .transaction-page-empty-text p {
  font-size: 15px;
}

.body-text-2, .transaction-pages-header .transaction-page-tab-container, .transaction-page-list-container .heading-container .heading-desc, .transaction-page-table td, .payment-pages-header .payment-page-tab-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .transaction-pages-header, .transaction-page-table th, .payment-pages-header, .payment-links-container .payment-links-header, .payment-links-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3, .transaction-pages-header .active-tab, .payment-pages-header .active-tab {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .transaction-page-banner-container, .payment-links-error-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .transaction-page-banner-container, .payment-links-error-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.transaction-pages-header {
  display: flex;
  justify-content: space-between;
  height: 56px;
  border-bottom: 1px solid var(--vanilla);
}

.transaction-pages-header .transaction-page-tab-container {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  display: flex;
}

.transaction-pages-header .transaction-page-tab-container .item {
  padding: 0px 16px 0px 24px;
}

.transaction-pages-header .tab-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 56px;
  font-weight: 550;
}

.transaction-pages-header .active-tab {
  font-weight: 500;
}

.transaction-pages-header .active-tab .select-marker-tab {
  height: 4px;
  background: var(--pumpkin-mediumTint);
  width: calc(100% + 8px);
  position: absolute;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.transaction-page-list-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.transaction-page-list-container .heading-container {
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: var(--vanilla);
  flex-direction: column;
}

.transaction-page-list-container .heading-container .heading {
  color: var(--squidInk-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transaction-page-list-container .heading-container .heading-desc {
  margin: 8px 0 0 0;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.transaction-page-list-container .searchDropdown .search-input-container .search-input-wrapper {
  display: block;
}

.tour-modal .campaign-parent {
  position: relative;
  width: 456px;
  height: 557px;
}

.tour-modal .campaign-parent .select-template {
  position: absolute;
  top: 96px;
}

.tour-modal .campaign-parent .define-campaign {
  position: absolute;
  width: 456px;
  top: 232px;
}

.transaction-page-actions {
  display: flex;
  align-items: center;
  padding: 10px 24px 16px 24px;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.transaction-page-actions .general-alert[data-state=false] {
  height: 0px;
}

.transaction-page-actions .general-alert {
  max-height: 45px;
  min-width: 234px;
  padding-left: 10px !important;
  position: absolute;
}

.transaction-page-actions .general-alert.info {
  border: 0px;
  background: white !important;
  left: 160px;
  top: 1px;
}

.transaction-page-actions .button-width {
  width: 80px;
  padding: 0;
  min-width: 75px;
  font-weight: 550;
}

.transaction-page-actions .refundBtn {
  margin-left: 0.75rem;
  font-weight: 550;
  padding-inline: inherit;
}

.transaction-page-actions .searchBox,
.transaction-page-actions .search-drop-container {
  margin-right: 0rem;
}

.transaction-page-actions .filter-container {
  margin: 0 0.75rem 0 0;
}

.transaction-page-actions .search-drop-container {
  flex: 1 1;
  display: flex;
  align-items: center;
}

.transaction-page-actions .custom-date-picker {
  margin: 0 0.75rem 0 0;
}

.transaction-page-actions .downloadBtnCursor {
  opacity: 0.5;
  cursor: not-allowed;
  background: #fff;
}

.transaction-page-actions .searchDropdown .search-input-container .drop-down-container {
  width: 180px;
}

.table-title {
  max-width: 144px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queryAction {
  margin-left: 0.75rem;
}

.queryAction .drop-list.list-borderless-dropdown {
  min-width: 120px;
  right: 0;
}

.queryAction .drop-down-btn {
  min-width: 85px;
  width: 85px;
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary) !important;
  font-weight: 400;
}

.queryAction .drop-down-btn .drop-down-elem-container {
  color: var(--pumpkin-primary) !important;
  color: white;
}

.table-page-url-cell {
  display: flex;
  align-items: center;
  max-width: 232px;
}

.table-page-url-cell .table-url-length {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-page-url-cell .copy-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.table-page-url-cell .copy-btn-wrapper button svg {
  color: inherit;
}

.copy-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.copy-btn-wrapper button svg {
  color: inherit;
}

.table-date-cell {
  max-width: 184px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transaction-page-table {
  width: 100%;
  border-style: none;
}

.transaction-page-table tr:nth-child(even) {
  background: var(--vanilla);
}

.transaction-page-table .downloadablefile {
  color: blue;
}

.transaction-page-empty {
  margin: 86px auto 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}

.create-page-empty {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.transaction-page-empty-text {
  margin: 24px 0 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.transaction-page-empty-text p {
  width: 672px;
  letter-spacing: 0.005em;
  color: var(--squidInk-primary);
}

.table-link-cell {
  display: flex;
  align-items: center;
  max-width: 232px;
}

.table-link-cell .table-link-length {
  display: inline-block;
  vertical-align: middle;
  max-width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-link-cell .copy-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.table-link-cell .copy-btn-wrapper button svg {
  color: inherit;
}

.td-height {
  line-height: 40px;
}

.payment-link-details-container {
  z-index: 4;
}

.initiate-search-layout {
  height: 30vh;
  margin: 0 24px 24px 24px;
  border: 2px solid #ededed;
  border-radius: 5px;
}

.initiate-search-layout .top-layout {
  background: #eaf0f6;
  height: 40px;
  overflow: hidden;
}

.initiate-search-layout .initiate-search-content {
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7c7c7;
  font-size: 14px;
}

.download-btn.btn.btn-secondary.button-width:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #fff;
}

.report .search-input-container {
  animation: easeInEaseOut 5s ease-out;
}

@keyframes easeInEaseOut {
  0% {
    box-shadow: 0px 0px 10px #888888;
  }
  30% {
    box-shadow: 0px 0px 10px #eee;
  }
  65% {
    box-shadow: 0px 0px 10px #888888;
  }
  100% {
    box-shadow: 0px 0px 10px #fff;
  }
}

.no-delete-btn {
  text-align: center;
  padding-right: 20px;
}

.right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

.transaction-payment-step1 {
  margin-bottom: 400px;
  margin-left: 600px;
  text-align: right;
}

@media (max-width: 768px) {
  .transaction-payment-step1 {
    margin-bottom: 200px;
    margin-left: 300px;
  }
}

@media (max-width: 480px) {
  .transaction-payment-step1 {
    margin-bottom: 100px;
    margin-left: 150px;
  }
}

.transaction-payment-step3 {
  margin-bottom: 400px;
  margin-left: 1000px;
  text-align: right;
}

@media (max-width: 768px) {
  .transaction-payment-step3 {
    margin-bottom: 200px;
    margin-left: 300px;
  }
}

@media (max-width: 480px) {
  .transaction-payment-step3 {
    margin-bottom: 100px;
    margin-left: 150px;
  }
}

.tour-content h1 {
  display: inline-block;
  margin-top: 12px;
  font-size: 16.5px;
  font-weight: 550;
}

.tour-content p {
  font-size: 14px;
  line-height: 20px;
}

.tour-content img {
  display: none;
}

.orderid.relative {
  max-width: 100%;
}

.orderid.relative .ellipses-text {
  padding-right: 15px;
}

.orderid.relative .active-copy-btn {
  display: none;
}

.orderid.relative:hover .active-copy-btn {
  display: block;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(269deg, #f7f7f7, transparent);
  padding: 10px 0px 10px 20px;
}

.payment-pages-header {
  display: flex;
  justify-content: space-between;
  height: 56px;
  border-bottom: 1px solid var(--vanilla);
}

.payment-pages-header .payment-page-tab-container {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  display: flex;
}

.payment-pages-header .payment-page-tab-container .item {
  padding: 0px 16px 0px 24px;
}

.payment-pages-header .tab-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 56px;
}

.payment-pages-header .active-tab {
  font-weight: 550;
}

.payment-pages-header .active-tab .select-marker-tab {
  height: 4px;
  background: var(--pumpkin-primary);
  width: calc(100% + 8px);
  position: absolute;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.payment-links-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.payment-links-container .payment-links-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--vanilla);
}

.payment-links-container .custom-datatable .action_btn span {
  font-size: 23px;
}

.payment-links-container .custom-datatable span.badge[data-state=true] {
  padding: 0.3625rem 0.65rem 0.4125rem 1.75rem;
  position: relative;
}

.payment-links-container .custom-datatable span.badge[data-state=true]:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 8px;
  background-color: var(--indianChilliRed-primary);
}

.payment-links-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.payment-links-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--vanilla);
}

.txn-details-header {
  position: relative;
  padding: 24px 24px 24px 40px;
}

.txn-details-header .link-id {
  margin: 8px 0 0 0;
}

.payment-link-actions {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 24px 16px 24px;
}

.payment-link-actions.pt-2 {
  padding-top: 10px;
}

.payment-link-actions .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.payment-link-actions .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.payment-link-actions .button-width {
  width: 120px;
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .payment-link-actions .filter-btn-list {
    width: 120px;
  }
}.file-download {
  cursor: pointer;
}

.search-drop-container .drop-list {
  top: 50px;
}

.report #DateRangePickerChildren {
  min-width: 230px;
}

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

.report .disableColor {
  color: #999;
}

.right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

.step5t {
  text-align: right;
  margin-bottom: 150px;
  margin-left: 800px;
}

.step3t {
  text-align: right;
  margin-bottom: 140px;
  margin-left: 1300px;
}[data-testid=defaultDateRangeFilterTestId] > div > div:nth-of-type(2) {
  /* Your styles here */
  right: 0; /* if you're using left or offset rules */
  left: auto;
  background: #fff;
  z-index: 1;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .edit-user-container .action-drop-down-button .action-down-btn, .action-drop-down-button .action-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.edit-user-container .action-drop-down-button {
  margin: 0;
}

.edit-user-container .action-drop-down-button .action-down-btn {
  color: var(--pumpkin-primary);
  background-color: rgba(245, 140, 73, 0.08);
}

.edit-user-container .action-drop-down-button .action-down-btn .drop-down-arrow {
  transform: rotate(90deg);
}

.edit-user-container .action-drop-down-button .action-down-btn-active {
  color: var(--cloud);
  background-color: var(--pumpkin-primary);
}

.edit-user-container .action-drop-down-button .action-down-btn-active .drop-down-arrow {
  transform: rotate(270deg);
}

.edit-user-container .action-drop-down-button .drop-down-size {
  width: 72px;
}

.action-drop-down-button {
  margin: 0;
}

.action-drop-down-button .action-down-btn {
  color: var(--pumpkin-primary);
  background-color: rgba(245, 140, 73, 0.08);
}

.action-drop-down-button .action-down-btn .drop-down-arrow {
  transform: rotate(90deg);
}

.action-drop-down-button .action-down-btn-active {
  color: var(--cloud);
  background-color: #f58c49;
}

.action-drop-down-button .action-down-btn-active .drop-down-arrow {
  transform: rotate(270deg);
}

.action-drop-down-button .drop-down-size {
  width: 72px;
}

.user-actions {
  align-items: center;
  width: 50%;
  padding: 24px 24px 16px 24px;
}

.user-actions .button-width {
  width: 160px;
  padding: 0;
}

.user-actions .searchBox {
  margin: 0px;
}

.user-actions .filter-container {
  margin: 0 16px 0 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .profile-content .heading-container .heading, .profile-content .profile-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .profile-content .heading-container .heading-desc {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .profile-content .update-link {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.profile-content {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.profile-content .heading-container {
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: var(--vanilla);
  flex-direction: column;
}

.profile-content .heading-container .heading {
  color: var(--squidInk-primary);
  font-weight: 600;
}

.profile-content .heading-container .heading-desc {
  margin: 8px 0 0 0;
  color: rgba(var(--squidInk-primary), 0.8);
}

.profile-content .profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--squidInk-primary);
  line-height: 28.8px;
  padding: 0px;
}

.profile-content .user-details {
  display: flex;
  padding: 16px 16px;
  align-items: center;
  border: 1px solid var(--zircon);
  margin: 24px;
}

.profile-content .user-details .user-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--pumpkin-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pumpkin-primary);
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.profile-content .user-details .last-login {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 360;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: #2e3e50;
}

.profile-content .user-details .last-login.email {
  margin: 5px 0;
}

.profile-content .update-link {
  color: var(--pumpkin-primary);
  cursor: pointer;
}

.input-width {
  width: 49%;
}

.block {
  display: block !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .static-create-qr-code-container .heading-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .create-static-page-wrapper .create-page-form .page-dash-header .create-page-header-text, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .create-payment-header .merchant-name-preview .merchant-name-preview-subtitle, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .payment-form-heading, .create-static-page-wrapper .title-heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .heading, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .amount-input span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .heading .link, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .amount-input span .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .heading, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .amount-input span {
  font-size: 15px;
}

.body-text-2, .create-static-page-wrapper .create-page-form .page-dash-header .publish-menu .create-publish-btn, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .create-payment-header .merchant-name-preview .payment-request-heading, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container textarea, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .currency-input span, .static-create-qr-code-container .heading-container .heading-desc {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .create-static-page-wrapper .create-page-form .page-dash-header .publish-menu .schedule-btn, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .field-remove-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .heading, .create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .tnc-char-count {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.create-static-page-wrapper {
  background: transparent;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 54px 88px 66px 88px;
  box-shadow: 0px 4px 16px rgba(43, 61, 91, 0.08);
  display: flex;
  align-items: center;
}

.create-static-page-wrapper .create-page-form {
  width: 500px;
  height: auto;
  background: transparent;
  min-width: 600px;
  max-width: 45vw;
  margin: 0 auto;
  border-radius: 4px;
}

.create-static-page-wrapper .create-page-form .page-dash-header {
  position: relative;
  top: 0;
  right: 0;
  height: 80px;
  background: var(--squidInk-shade);
  display: flex;
  padding: 0 32px;
  justify-content: space-between;
  align-items: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.create-static-page-wrapper .create-page-form .page-dash-header .create-page-header-text {
  color: var(--cloud);
}

.create-static-page-wrapper .create-page-form .page-dash-header .close-page-header {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}

.create-static-page-wrapper .create-page-form .page-dash-header .publish-menu {
  display: flex;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 32px 0 0;
}

.create-static-page-wrapper .create-page-form .page-dash-header .publish-menu .schedule-btn {
  color: var(--cloud);
  background: var(--squidInk-shade);
  border-color: var(--cloud);
  margin: 0 24px 0 0;
  width: 104px;
  height: 40px;
}

.create-static-page-wrapper .create-page-form .page-dash-header .publish-menu .schedule-btn:disabled {
  cursor: not-allowed;
  color: #eee;
  border: 1px solid #ccc;
  background: var(--gullGrey);
}

.create-static-page-wrapper .create-page-form .page-dash-header .publish-menu .create-publish-btn button {
  width: 168px;
  height: 40px;
  padding: 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper {
  padding: 0;
  height: calc(100% - 80px);
  overflow: auto;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .powered-by-billdesk {
  position: relative;
  height: 48px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container {
  display: flex;
  justify-content: space-between;
  height: 340px;
  overflow: hidden;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left,
.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center {
  min-width: 300px;
  background-color: var(--cloud);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left {
  position: relative;
  padding: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .create-payment-header {
  display: flex;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .create-payment-header .merchant-name-preview {
  color: var(--squidInk-shade);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .create-payment-header .merchant-name-preview .payment-request-heading {
  align-items: center;
  font-size: 18px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .create-payment-header .merchant-name-preview .merchant-name-preview-subtitle {
  align-items: center;
  margin: 8px 0 0 0;
  font-size: 18px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .page-title-container {
  margin: 16px 0 0 0;
  width: 100%;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-wrapper {
  border-radius: 4px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background: var(--cloud);
  width: 100%;
  height: 148px;
  border: 1px solid var(--zircon);
  margin: 8px 0 0 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .desc-editor {
  height: 48px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-toolbar {
  display: flex;
  align-items: center;
  margin: 0 !important;
  width: 100%;
  min-height: 40px !important;
  padding: 8px 16px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: var(--dirtSnow);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-toolbar .rdw-option-wrapper {
  background: var(--dirtSnow);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-toolbar .rdw-link-modal {
  height: -webkit-max-content;
  height: max-content;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-toolbar .rdw-dropdown-wrapper {
  background: var(--dirtSnow);
  border: 1px solid var(--thunderCloud);
  border-radius: 2px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-toolbar .rdw-dropdown-wrapper:hover {
  box-shadow: none;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content {
  width: 100%;
  padding: 8px 16px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content .public-DraftStyleDefault-block {
  margin: 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content .rdw-link-decorator-wrapper a {
  color: var(--pumpkin-primary);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content::-webkit-scrollbar-track {
  border-radius: 4px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .editor-content::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background: var(--zircon);
  padding: 4px;
  border-radius: 4px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container {
  margin: 24px 0 0 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .heading {
  margin: 0 0 8px 0;
  position: relative;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .heading .field-remove-btn {
  height: -webkit-max-content;
  height: max-content;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .field-add-btn {
  margin: 0 0 16px 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container textarea {
  width: 100%;
  min-height: 64px;
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid var(--zircon);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .edit-terms-btn {
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
  z-index: 9999;
  background: var(--cloud);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .edit-terms-textInput {
  padding: 0 56px 0 16px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .tnc-char-count {
  color: var(--zircon);
  margin: 8px 0 0 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .error-terms {
  margin: -8px 0 16px 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .field-container {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 0 16px 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .field-container div {
  width: 100%;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .field-container .contact-field-input {
  padding-left: 16px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .field-container .text-input-label {
  left: 16px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-left .info-container .field-container .editor-wrapper {
  height: 48px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center {
  padding: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body {
  width: 100%;
  background: var(--cloud);
  padding: 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .qr-container {
  width: 210px;
  height: 210px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(177, 177, 177, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(177, 177, 177, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(177, 177, 177, 0.1);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .editable-fields-container .editable-field {
  margin: 16px 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .pay-btn-container {
  position: relative;
  margin: 48px 0 0 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .pay-btn-container .click-btn-info {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #666;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-center .form-body .add-input-field-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0 40px 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .field-remove-btn {
  position: absolute;
  right: 16px;
  color: var(--pumpkin-primary);
  height: 48px;
  top: 0;
  display: flex;
  align-items: center;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right {
  display: block;
  width: 220px;
  padding: 15px 15px 14.5px 15px;
  position: absolute;
  right: 0px;
  background-color: white;
  border-radius: 0 5px 5px 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head {
  width: 100%;
  height: 168px;
  padding: 40px;
  background-color: rgba(var(--thunderCloud-rgb), 0.1);
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container {
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .currency-input {
  display: flex;
  min-width: 86px;
  height: 48px;
  border: 2px solid var(--thunderCloud);
  background-color: var(--vanilla);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin: 0 24px 0 0;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .amount-field {
  width: 264px;
}

.create-static-page-wrapper .create-page-form .create-payment-page-form-wrapper .form-container .form-right .payment-form-head .input-container .amount-input {
  min-width: 264px;
  height: 48px;
  border: 2px solid var(--thunderCloud);
  background-color: var(--cloud);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.create-static-page-wrapper .footer-container {
  margin: 0px;
}

.create-static-page-wrapper .rupee-symbol {
  position: absolute;
  top: 0px;
  right: 9px;
  font-size: 30px;
  color: var(--pumpkin-shade);
}

.create-static-page-wrapper .pr-8 {
  padding-right: 2rem !important;
}

.create-static-page-wrapper .customize-color {
  width: 100%;
  border: 1px solid var(--thunderCloud);
  background-color: transparent;
  block-size: 30px;
  padding: 0px 3px;
  border-radius: 4px;
}

.create-static-page-wrapper .customize-color.px-2 {
  padding: 4px 7px;
}

.create-static-page-wrapper .color-btn {
  border: 1px solid var(--thunderCloud);
  padding: 4px;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  margin: 0px 10px 7px 0;
}

.create-static-page-wrapper .color-btn .bg-color {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.create-static-page-wrapper .color-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: grayscale(1);
}

.create-static-page-wrapper input[type=range] {
  accent-color: var(--pumpkin-shade);
  width: 100%;
  cursor: pointer;
}

.create-static-page-wrapper input[type=color]::-moz-color-swatch {
  block-size: 25px;
}

.create-static-page-wrapper input[type=range]::-moz-range-thumb {
  background-color: var(--pumpkin-shade);
  border: 0;
}

.create-static-page-wrapper input[type=range]::-moz-range-progress {
  background-color: var(--pumpkin-shade);
  height: 8px;
  border-radius: 10px;
}

.create-static-page-wrapper input[type=range]::-moz-range-track {
  background-color: #3b3b3b;
  height: 8px;
  border-radius: 10px;
}

.create-static-page-wrapper #range:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: grayscale(1);
}

.create-static-page-wrapper .title-heading {
  font-size: 16px;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.static-create-qr-code-container {
  width: 820px !important;
  position: relative;
  padding: 0px !important;
}

.static-create-qr-code-container .create-page-form {
  margin: 0px;
}

.static-create-qr-code-container .heading-container {
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: var(--vanilla);
  flex-direction: column;
}

.static-create-qr-code-container .heading-container .heading {
  color: var(--squidInk-primary);
  font-weight: 600;
}

.static-create-qr-code-container .heading-container .heading-desc {
  margin: 8px 0 0 0;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.static-create-qr-code-container .text-input-box .text-input,
.static-create-qr-code-container .text-input-box .text-input[data-textboxtype=FLOATING]:focus[data-readonly=false] {
  background-color: transparent;
  border: 1px solid var(--zircon);
  border-radius: 3px;
}

.static-create-qr-code-container .text-input-box .error-bg {
  background-color: transparent !important;
}

.static-create-qr-code-container .text-input-box .text-input-label {
  top: 10px;
}

.static-create-qr-code-container .drop-list.list-borderless-dropdown {
  min-width: 64px;
  border-radius: 3px;
}

.static-create-qr-code-container .drop-list.list-borderless-dropdown li .list-item {
  height: 32px !important;
}

.caption-12 {
  font-size: 11px !important;
}

.cugBtn {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -1px;
  top: -5px;
  padding: 4px;
}

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

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.1);
}

.icon-container svg {
  height: 20px;
  width: auto;
  padding: 0px;
  color: #333333;
  filter: grayscale(1) brightness(0.5);
}

.icon-container.drop-down-btn {
  min-width: 115px;
}

.icon-containerimg.disabled {
  filter: grayscale(1);
}

.icon-container .drop-down-elem-container {
  padding: 10px 4px;
}

.icon-container img {
  filter: grayscale(1) brightness(0.5);
}

.icon-container img.disabled {
  filter: grayscale(1);
}

.icon-container:disabled {
  cursor: not-allowed;
}

.icon-container:disabled svg {
  filter: brightness(4);
}

.icon-container:disabled img {
  filter: brightness(3) grayscale(1) !important;
}

.icon-container.qrbtn img {
  filter: none;
}

.icon-container .drop-down-elem-container > svg.drop-down-arrow {
  display: none !important;
}

.icon-container .drop-down-elem-container > .flex.items-center {
  margin: 0 auto;
}

/* animated laser beam */

.qr-generated-scanner {
  position: relative;
}

.qr-generated-scanner .scanner {
  animation-duration: 4s;
  left: 10px;
  width: 90%;
  background-color: #979a9e;
}

.scanner {
  width: 94%;
  height: 5px;
  background-color: #d1d5db;
  opacity: 0.7;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  animation-name: scan;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.scanner::before {
  content: "";
  position: absolute;
  box-shadow: 0 -2px 6px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 5px;
}

.scanner::after {
  content: "";
  position: absolute;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 5px;
}

@keyframes scan {
  0% {
    top: 50%;
  }
  25% {
    top: 5px;
  }
  75% {
    top: 98%;
  }
}

.fs-11 {
  font-size: 11px !important;
}

.fade-in-effect {
  animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .action-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .link-container .payment-links-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .template-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .template-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.link-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.link-container .payment-links-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--vanilla);
}

.link-container .custom-datatable .rdt_TableRow {
  height: 50px;
  min-height: 50px;
  line-height: normal;
}

.link-container .custom-datatable .rdt_TableCell .contact {
  display: block;
  min-width: 270px;
}

.link-container .custom-datatable .rdt_TableCell .contact small {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.link-container .custom-datatable .rdt_TableCell .link-id-details {
  display: block;
}

.link-container .custom-datatable .rdt_TableCell .link-id-details div small {
  font-size: 13px;
}

.link-container .custom-datatable .rdt_TableCell .link-id-details div {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.link-container .custom-datatable p small {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  color: #999;
  min-width: 45px;
}

.link-container .custom-datatable .action_btn span {
  font-size: 23px;
}

.link-container .custom-datatable span.badge[data-state=true] {
  padding: 0.3625rem 0.65rem 0.4125rem 1.75rem;
  position: relative;
}

.link-container .custom-datatable span.badge[data-state=true]:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 8px;
  background-color: var(--indianChilliRed-primary);
}

.link-container .custom-datatable .rdt_TableRow:nth-last-child(-n+4):not(:nth-child(-n+4)) .rdt_TableCell:last-child ul {
  bottom: 40px;
}

.link-container .custom-datatable .rdt_TableRow:first-child .rdt_TableCell:first-child ul {
  bottom: unset;
}

.link-container .custom-datatable .btn-eye {
  padding: 5px;
}

.link-container .custom-datatable .btn-eye:hover:not(:disabled) {
  background: var(--vanilla);
  border-radius: 4px;
}

.link-container .btntooltip {
  position: absolute;
  display: none;
  bottom: 110%;
  padding: 5px;
  background-color: var(--squidInk-primary);
  border-radius: 3px;
  font-size: 12px;
  color: #eee;
  animation: moveup 0.1s linear;
  width: 115px;
  z-index: 2;
  text-transform: none;
}

.link-container .btntooltip.righttooltip {
  left: 0;
  text-align: center;
}

.link-container .btntooltip.righttooltip:after {
  right: auto;
  left: 8px;
}

.link-container .btnstyle:hover > .btntooltip {
  display: block;
}

.link-container .btntooltip:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 10%;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.link-container .btntooltipRight {
  position: absolute;
  display: none;
  left: 130%;
  bottom: -50%;
  padding: 5px;
  background-color: var(--squidInk-primary);
  border-radius: 3px;
  font-size: 12px;
  color: #eee;
  animation: moveup 0.1s linear;
  width: 120px;
  z-index: 2;
}

.link-container .btntooltipRight.righttooltip {
  right: 0;
  text-align: center;
}

.link-container .btntooltipRight.righttooltip:after {
  left: auto;
  right: 8px;
}

.link-container .btntooltipRight:after {
  position: absolute;
  content: "";
  bottom: 40%;
  left: -10%;
  border-top: 5px solid transparent;
  border-right: 5px solid #333;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.link-container .btnstyle:hover > .btntooltipRight {
  display: block;
}

@keyframes moveup {
  0% {
    transform: translateY(10px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}

.modal-header-container.select-template-container {
  margin: unset;
  width: 370px;
}

.modal-header-container.select-template-container .content-container .selecttemplate {
  position: relative;
}

.modal-header-container.select-template-container .content-container .selecttemplate .drop-down-btn {
  width: 100%;
}

.modal-header-container.select-template-container .content-container .selecttemplate.btn-disabled .drop-down-btn {
  cursor: not-allowed;
}

.modal-header-container.select-template-container .content-container .proceed-btn {
  margin: 30px 0 0 0;
}

.modal-header-container.select-template-container .content-container .text-input-error {
  padding: 0px;
}

.modal-header-container.select-template-container .content-container .text-input-error .text-input-error-text {
  margin-top: 7px;
}

.action-down-btn {
  color: var(--pumpkin-primary);
  border-radius: 4px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 140, 73, 0.08);
}

.action-down-btn .action-btn-elem-container {
  width: 80px;
}

.action-down-btn .action-btn-elem-container .drop-down-arrow {
  margin: 0 0 0 8px;
  transform: rotate(90deg);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .multidropcontainer .list-item, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .multidropcontainer .list-item .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16, .multidropcontainer .list-item {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.multidropcontainer {
  height: 100%;
}

.multidropcontainer .searchBox {
  margin: 0px !important;
}

.multidropcontainer .checkli {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 150px !important;
  font-size: small;
}

.multidropcontainer .checklivert {
  display: flex;
  flex-direction: column;
  font-size: small;
  max-height: 157px !important;
}

.multidropcontainer .li-align {
  flex: 0 1 150px;
  margin-bottom: 10px;
}

.multidropcontainer .li-align label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.multidropcontainer .li-align label span {
  font-size: 13.5px;
  color: #02111b;
  opacity: 0.8;
  font-weight: 450;
}

.multidropcontainer .li-ver {
  margin-bottom: 10px;
}

.multidropcontainer .li-ver label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.multidropcontainer .li-ver label span {
  font-size: 14px;
  color: #02111b;
  opacity: 0.8;
}

.multidropcontainer .customTextfield input {
  border: unset;
}

.multidropcontainer .customTextfield input:focus {
  outline: unset;
}

.multidropcontainer .customTextfield {
  border: 1px solid #000;
  padding: 2px;
}

.multidropcontainer .pd-5 {
  padding: 5px;
}

.multidropcontainer .inputalign {
  vertical-align: middle;
}

.multidropcontainer .drop-container {
  position: relative;
  padding: 0 !important;
}

.multidropcontainer .amtcontainer {
  display: flex;
  flex-direction: row;
  height: 0;
}

.multidropcontainer .amtcontainer .input-wrapper:first-child {
  margin-right: 25px;
}

.multidropcontainer .amountbox {
  width: 60%;
  margin-left: 5px;
}

.multidropcontainer .amtinput {
  width: 100%;
}

.multidropcontainer .amountboxTo {
  width: 40%;
  margin-top: 22px;
}

.multidropcontainer .inplabel {
  margin-bottom: 10px;
  font-size: 12px;
}

.multidropcontainer .drop {
  cursor: pointer;
}

.multidropcontainer .drop-list {
  position: absolute;
  width: 100%;
  z-index: 999999999;
  background: var(--cloud);
  box-shadow: none;
  border-radius: 4px;
  max-height: 150px;
  overflow: auto;
  height: -webkit-max-content !important;
  height: max-content !important;
  padding: 10px;
}

.multidropcontainer .drop-active {
  animation: bounceInListBox 250ms ease-in forwards;
}

.multidropcontainer .drop-inactive[data-anim=true] {
  animation: bounceOutListBox 250ms ease-out forwards;
}

@keyframes bounceInListBox {
  0% {
    height: 0px;
  }
  100% {
    height: auto;
  }
}

@keyframes bounceOutListBox {
  0% {
    height: 256px;
  }
  100% {
    height: 0px;
  }
}

.multidropcontainer .list-item {
  height: 48px;
  text-align: left;
  width: 100%;
}

.multidropcontainer .list-item:hover {
  background: var(--vanilla);
}

.multidropcontainer .list-item {
  opacity: 0;
  animation: 0.5s ease-in-out fade-in forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.multidropcontainer .radiofilter {
  margin-bottom: -90px;
}

.multidropcontainer .radiofilter label {
  display: flex;
  align-items: center;
  padding: 10px !important;
  margin-top: -1px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  color: #02111b;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 450;
}

.multidropcontainer .radiofilter label span {
  display: inline-flex;
  align-items: center;
}

.multidropcontainer .radiofilter label:first-child {
  border-radius: 5px 5px 0px 0px;
}

.multidropcontainer .radiofilter label:last-child {
  border-radius: 0px 0px 5px 5px;
}

.multidropcontainer .radiofilter label:hover {
  background: var(--vanilla);
}

.multidropcontainer .expiry-date-container {
  display: flex;
  justify-content: space-between;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .MuiPickersToolbarText-toolbarTxt.MuiTypography-h4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .MuiPickersCalendarHeader-dayLabel, .MuiTypography-body2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .MuiPickersToolbarText-toolbarTxt.MuiTypography-subtitle1, .MuiPickersDay-daySelected p, .MuiButton-textPrimary span {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .MuiTypography-body1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.date-picker-wrapper {
  position: relative;
}

.calendar-wrapper {
  position: absolute;
  z-index: 9999;
  transform: scale(0);
  border-radius: 4px;
}

.active {
  transform: scale(1);
}

.calendar-width {
  width: 358px !important;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.16));
  border: none !important;
  background: var(--cloud) !important;
  border-radius: 4px;
}

.MuiFormControl-root {
  display: none !important;
}

.MuiDialog-root,
.MuiPopover-root {
  z-index: 999999 !important;
}

.MuiDialog-root .MuiPickersModal-dialogRoot,
.MuiPopover-root .MuiPickersModal-dialogRoot {
  z-index: 999999 !important;
  position: absolute;
}

.MuiPickersStaticWrapper-staticWrapperRoot {
  z-index: 999999;
  position: absolute;
}

.MuiPickersStaticWrapper-staticWrapperRoot .MuiPickersBasePicker-container {
  border: 1px solid var(--rainCloud);
}

.MuiPickersStaticWrapper-staticWrapperRoot .MuiPickersToolbar-toolbar {
  background: var(--pumpkin-mediumTint);
}

.MuiPickersStaticWrapper-staticWrapperRoot .MuiPickersDay-daySelected {
  background: var(--pumpkin-mediumTint) !important;
}

.MuiPickersStaticWrapper-staticWrapperRoot .MuiTypography-colorPrimary {
  color: var(--pumpkin-mediumTint) !important;
}

.MuiPickersDay-current {
  color: var(--pumpkin-mediumTint) !important;
}

.MuiPickersDay-daySelected {
  background-color: var(--pumpkin-primary) !important;
}

.MuiPickersToolbarText-toolbarTxt.MuiTypography-subtitle1 {
  color: var(--cloud);
  font-weight: 600;
  margin: 0px !important;
}

.MuiPickersToolbarText-toolbarTxt.MuiTypography-h4 {
  font-weight: 600;
  margin: 16px 0 0 0;
  color: rgba(var(--cloud-rgb), 0.5);
}

.MuiPickersToolbarText-toolbarTxt.MuiPickersToolbarText-toolbarBtnSelected.MuiTypography-h4 {
  color: var(--cloud);
}

.MuiTypography-body1 {
  color: var(--squidInk-primary);
}

.MuiIconButton-label svg {
  color: var(--squidInk-primary);
}

.Mui-disabled svg {
  color: rgba(var(--squidInk-primary-rgb), 0.4);
}

.MuiPickersCalendarHeader-dayLabel {
  color: rgba(var(--squidInk-primary-rgb), 0.56);
}

.MuiTypography-body2 {
  color: var(--squidInk-primary);
}

.MuiPickersDay-daySelected {
  background-color: var(--pumpkin-primary);
}

.MuiPickersDay-daySelected p {
  color: var(--cloud);
}

.MuiButton-textPrimary span {
  color: var(--pumpkin-primary);
}

.MuiPickersToolbar-toolbar {
  background: var(--squidInk-shade) !important;
}.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

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

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .wizard-collapse-subtitle, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .wizard-collapse-subtitle .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .wizard-collapse-title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.wizard-collapse-title {
  font-weight: 550;
}

.wizard-collapse-content {
  position: relative;
  min-height: inherit;
  padding: 0 0 104px 0;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .filter-wrapper .edit-expiry-header .edit-expiry-title, .filter-wrapper .url-expiry-title, .filtermodal-container .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .filter-wrapper .url-expiry-subtitle, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .filter-wrapper .url-expiry-subtitle .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .filtermodal-container .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .filter-wrapper .filter-container .filter-element-container .title-open-appearance {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.filter-wrapper .filter-popup {
  height: 369px;
  position: absolute;
  width: 600px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 60px;
}

@media (min-width: 1920px) {
  .filter-wrapper .filter-popup {
    width: 40%;
  }
}

.filter-wrapper .filter-inner-container {
  background: var(--cloud);
  padding: 0 40px;
  max-height: 400px;
  overflow-y: scroll;
}

@media (min-width: 1920px) {
  .filter-wrapper .filter-inner-container {
    min-height: 380px;
  }
}

.filter-wrapper .edit-expiry-header {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  align-items: center;
}

.filter-wrapper .edit-expiry-header .edit-expiry-title {
  color: var(--squidInk-primary);
  line-height: 24px;
}

.filter-wrapper .fil-wrapper {
  padding: 32px 16px;
  border-radius: 4px;
  min-height: 240px;
}

.filter-wrapper .url-expiry-title {
  color: var(--squidInk-primary);
  line-height: 24px;
  padding: 0 0 8px 0;
}

.filter-wrapper .card-icon-div {
  background: var(--pumpkin-lightTint);
  border-radius: 8px;
  width: 48px;
  display: flex;
}

.filter-wrapper .expiry-title-wrapper {
  display: flex;
}

.filter-wrapper .expiry-image {
  margin: auto;
}

.filter-wrapper .text-wrapper {
  padding: 0 0 0 24px;
}

.filter-wrapper .url-expiry-subtitle {
  line-height: 17px;
  opacity: 0.8;
}

.filter-wrapper .filter-container {
  display: flex;
  justify-content: space-between;
  margin: -15px;
}

.filter-wrapper .filter-container .filter-element-container {
  margin: 0 0 0 0;
  width: 100%;
}

.filter-wrapper .filter-container .filter-element-container .accordcontainer {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3098039216);
}

.filter-wrapper .filter-container .filter-element-container .drop-button-acc {
  right: 0;
}

.filter-wrapper .filter-container .filter-element-container .title-open-appearance {
  width: 100%;
  color: var(--pumpkin-primary);
}

.filter-wrapper .filter-container .filter-element-container .wizard-collapse-title .countStyle {
  position: absolute;
  right: 30px;
  font-size: 12px;
  background-color: var(--pumpkin-primary);
  display: inline-block;
  padding: 2px 7px;
  line-height: 1.5384616;
  border: 1px solid transparent;
  border-radius: 3px;
  color: white;
  font-weight: 500;
}

.filter-wrapper .filter-container .filter-element-container .clear-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #f58c49;
  padding: 0 7px 0 7px;
  border-radius: 7px;
}

.filter-wrapper .date-time-picker {
  height: 48px;
  padding: 24px 32px 8px 8px;
}

.filter-wrapper .expiry-save-btn {
  display: flex;
  justify-content: flex-end;
}

.filter-wrapper .save-btn-text {
  padding: 0 64px;
  height: 40px;
}

.filtermodal-container .container {
  max-width: 504px;
  height: auto;
}

.filtermodal-container .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.filtermodal-container .close-button.acc-close-btn {
  position: absolute;
  right: 13px;
  top: 28px;
  font-size: 16px;
}

.filtermodal-container .text-right {
  text-align: right;
}

.filtermodal-container .title-header {
  display: flex;
  height: 56px;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.filtermodal-container .title-header .title {
  color: var(--cloud);
  font-size: 19px;
}

.filtermodal-container .title-header .title-button-container {
  display: flex;
  align-items: center;
}

.filtermodal-container .clear-btn {
  background-color: white;
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  margin: 0 24px 0px 0px;
}

.filtermodal-container .btn-clr:hover:not(.btn-disabled) {
  background: var(--pumpkin-shade);
  color: var(--cloud);
  cursor: not-allowed;
}.filtermodal-container .title-header {
  height: auto;
}
.filtermodal-container .li-align {
  display: flex;
  align-items: center;
}.linkpay-action .downloadBtnCursor {
  opacity: 0.5;
  cursor: not-allowed;
  background: #fff;
}
.linkpay-action .filterPaymentbtn {
  margin-left: 10px;
}
.linkpay-action .button-actions {
  display: flex;
  grid-gap: 10px;
}
.linkpay-action .multidropcontainer .checkli {
  padding: 0px;
}
.linkpay-action .drop-action {
  flex: 1 1;
}
.linkpay-action .searchDropdown .search-input-container .drop-down-container {
  width: 50%;
}
.linkpay-action .searchDropdown .search-input-container .drop-down-container .drop-list-max {
  min-width: 170px;
  max-height: 250px;
}
.linkpay-action .searchDropdown .search-input-container .search-input-wrapper {
  width: 100%;
}
.linkpay-action .searchDropdown .search-input-container .search-input-wrapper p {
  padding: 0;
}
.linkpay-action .filter-container .drop-list-max {
  min-width: 135px;
}
.linkpay-action #DateRangePickerChildren {
  width: 22vw;
  min-width: 20vw;
}
.linkpay-action .custom-date-picker {
  z-index: 3;
}
.linkpay-action .refundBtn {
  padding-inline: inherit;
}
.linkpay-action .button-width {
  width: 80px;
  min-width: 75px;
  padding-inline: inherit;
}
.linkpay-action .search-clearBtn {
  top: 4px;
  position: absolute;
  right: 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--pumpkin-primary);
  padding: 8px;
}
.linkpay-action .single-search {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.linkpay-action .single-search .searchBox {
  margin: 0 8px 0 0;
}
.linkpay-action .searchBox .search-input-container .search-input {
  padding-right: 48px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12, .upload-progress-container .progress-percent {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .upload-progress-container .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.upload-progress-container {
  position: relative;
  height: 72px;
  padding: 12px;
  border-radius: 4px;
}

.upload-progress-container .progress-percent {
  color: rgba(var(--squidInk-primary-rgb), 0.56);
}

.upload-progress-container .icon, .upload-progress-container .loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--cloud);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
}

.upload-progress-container .loading {
  border-radius: 0;
  box-shadow: unset;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .bulk-upload .title-header .title, .bulk-upload .header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .bulk-upload .document-placeholder, .bulk-upload .template-csv-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .bulk-upload .document-placeholder .link, .bulk-upload .template-csv-name .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .bulk-upload .document-placeholder, .bulk-upload .template-csv-name {
  font-size: 15px;
}

.body-text-2, .bulk-upload .close-button, .bulk-upload .accordian-title, .bulk-upload .accordian-title-without-notification, .bulk-upload .remove-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .bulk-upload .uploaded-file-name {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.bulk-upload .upload-container {
  position: absolute;
  max-height: calc(100% - 70px);
  width: 700px;
  border-radius: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 70px;
  overflow-y: auto;
}

.bulk-upload .upload-container::-webkit-scrollbar {
  background: transparent;
}

.bulk-upload .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.bulk-upload .text-right {
  text-align: right;
}

.bulk-upload .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.bulk-upload .title-header .title {
  color: var(--cloud);
}

.bulk-upload .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.bulk-upload .inner-container-open {
  height: 280px;
  overflow-y: auto;
}

.bulk-upload .inner-container-open-with-one-notification {
  height: 500px;
  overflow-y: auto;
}

.bulk-upload .inner-container-open-without-notification {
  background: var(--cloud);
  height: 522px;
}

.bulk-upload .inner-top-container {
  background: var(--cloud);
  padding: 40px 40px 0px 40px;
}

.bulk-upload .inner-bottom-container {
  background: rgba(var(--rainCloud-rgb), 0.4);
  padding: 24px 40px 24px 40px;
  border-radius: 4px;
}

.bulk-upload .progress-container {
  padding: 16px 0px;
}

.bulk-upload .header {
  display: flex;
  justify-content: space-between;
}

.bulk-upload .accordion-border {
  border: 1px solid var(--vanilla);
}

.bulk-upload .document-placeholder {
  display: flex;
  padding: 20px 0 0 0;
  color: var(--squidInk-primary);
}

.bulk-upload .document-placeholder-button {
  display: flex;
  flex-direction: row;
}

.bulk-upload .accordian {
  padding: 8px 0px 8px 0px;
  background: var(--rainCloud);
}

.bulk-upload .accordian-title {
  padding: 0px 0px 16px 0px;
  color: var(--squidInk-primary);
  opacity: 0.72;
}

.bulk-upload .accordian-title-without-notification {
  color: var(--squidInk-primary);
  opacity: 0.56;
}

.bulk-upload .upload-preview-box {
  border-radius: 4px;
  border: 0.5px solid var(--zircon);
  height: -webkit-max-content;
  height: max-content;
  max-height: 488px;
  margin: 32px 0 0 0;
  padding: 40px 40px 24px 40px;
  background: var(--cloud);
}

.bulk-upload .upload-preview-box::-webkit-scrollbar {
  width: 4px;
}

.bulk-upload .upload-preview-box::-webkit-scrollbar-track {
  border-radius: 4px;
}

.bulk-upload .upload-preview-box::-webkit-scrollbar-thumb {
  background: var(--zircon);
  border-radius: 4px;
}

.bulk-upload .preview-csv-table {
  border-radius: 4px;
  height: 100px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.16);
}

.bulk-upload .preview-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 8px 16px;
}

.bulk-upload .uploaded-file-name {
  max-width: 35ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bulk-upload .progressbar-bg {
  width: 100%;
  height: 100vh;
}

.bulk-upload .template-csv-name {
  padding: 0 4px 0 8px;
  color: var(--pumpkin-primary);
}

.bulk-upload .upload-file-banner-container {
  z-index: 1;
  position: fixed;
  top: 80px;
  width: 50%;
  right: 24.5%;
  border-radius: 4px;
}

.bulk-upload .upload-btn {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0 0 0;
}

.bulk-upload .upload-btn-text {
  height: 40px;
  width: 168px;
}

.bulk-upload .dropzone-height {
  height: 184px;
  margin: 0px;
}

.bulk-upload .download-text {
  padding: 0 0 0 8px;
}

.bulk-upload .success-msg {
  padding: 0 0 0 8px;
  background-color: rgba(5, 150, 105, 0.1);
  color: rgb(5, 150, 105);
}

.bulk-upload .remove-btn {
  color: var(--pumpkin-primary);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .list-item, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .list-item .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis, .drop-list.list-borderless-dropdown .list-item {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.drop-container {
  position: relative;
  padding: 8px 0 8px 24px;
}

.drop {
  cursor: pointer;
}

.drop-list {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 999;
  background: var(--cloud);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  transform-origin: right top;
}

.drop-list.list-borderless-dropdown {
  max-width: 240px;
}

.drop-list.list-borderless-dropdown .list-item {
  color: var(--squidInk-primary);
}

.drop-list::-webkit-scrollbar-track {
  border-radius: 8px;
}

.drop-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--dirtSnow);
  border-right: 2px var(--cloud) solid;
}

.drop-list::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  border-radius: 8px;
}

.drop-active {
  transform: scale(1);
}

.drop-inactive {
  transform: scale(0);
}

.list-item {
  padding: 0 16px;
  height: 48px;
  text-align: left;
  width: 100%;
}

.list-item:hover {
  background: var(--vanilla);
}

.list-item {
  font-size: 13px !important;
}

.drop-list-max {
  height: -webkit-max-content !important;
  height: max-content !important;
  max-height: 200px;
  overflow-y: auto;
}
.create-bulkUpload-container .link-content {
  background-color: var(--cloud);
  padding: 20px 40px;
  border-radius: 8px;
  width: 330px;
  position: relative;
  height: 230px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.create-bulkUpload-container .link-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  color: #171a1f;
}
.create-bulkUpload-container .link-content p {
  color: #9095a0;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 22px;
}
.create-bulkUpload-container .link-content ul li {
  text-align: left;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 22px;
  color: #171a1f;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.create-bulkUpload-container .link-content ul li:last-child {
  margin-bottom: 0;
}
.create-bulkUpload-container .link-content ul li::before {
  position: absolute;
  content: "✔";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f58c49;
  border: 1px solid #f58c49;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.create-bulkUpload-container .link-content .icons {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #f58c49;
  border-radius: 50%;
  border: 4px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.create-bulkUpload-container .link-content:hover {
  border-color: #f58c49;
  box-shadow: 0 10px 25px rgba(245, 140, 73, 0.35);
  background-color: #fff8f3;
  transform: scale(1.03);
}
.create-bulkUpload-container .link-content:hover h3 {
  color: #d46a1e;
}
.create-bulkUpload-container .link-content:hover p {
  color: #555;
}
.create-bulkUpload-container .close-button-acc-close-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transform: translate3d(-4px, -28px, 0px);
  color: #f58c49;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.create-bulkUpload-container .close-button-acc-close-btn:hover {
  border-color: #f58c49;
  box-shadow: 0 4px 12px rgba(245, 140, 73, 0.4);
  background-color: #fff8f3;
  color: #d46a1e;
}.table-action-dropdown-container {
  width: 100%;
}
.table-action-dropdown-container.hide-arrow {
  pointer-events: none;
}
.table-action-dropdown-container.hide-arrow .drop-down-arrow {
  display: none !important;
}
.table-action-dropdown-container .action_btn {
  padding: 10px;
  color: "#000";
}
.table-action-dropdown-container .list-view .drop-list {
  left: -119px;
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 0.225rem 0 0;
}
.table-action-dropdown-container .list-view .drop-list .list-item {
  height: 30px;
  padding: 2px 15px;
  font-size: 14px;
  color: black;
}
.table-action-dropdown-container .list-view .drop-list li {
  display: flex;
  align-items: center;
}
.table-action-dropdown-container .list-view .drop-list li:hover {
  background: var(--vanilla);
}
.table-action-dropdown-container .drop-list-max {
  max-height: unset;
}
.table-action-dropdown-container .icon-disable {
  cursor: not-allowed;
  opacity: 1;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.licategory {
  margin-top: 6px;
  display: block !important;
  background-color: transparent !important;
}

.licategory ul {
  margin-top: 5px;
  margin-bottom: 4px;
}

.licategory ul .li-list {
  cursor: pointer;
}

.licategory ul .li-list-disable {
  cursor: not-allowed;
  opacity: 0.6;
}

.licategory span {
  margin-left: 12px;
  opacity: 0.5;
  font-size: 11px;
  font-weight: 350;
  letter-spacing: 0.05rem;
}
.create-link-container .link-content {
  background-color: var(--cloud);
  padding: 20px 40px;
  border-radius: 8px;
  width: 330px;
  position: relative;
  height: 230px;
}
.create-link-container .link-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #171a1f;
  margin-top: 15px;
}
.create-link-container .link-content p {
  color: #9095a0;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 22px;
  margin-bottom: 20px;
}
.create-link-container .link-content ul li {
  text-align: left;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 22px;
  color: #171a1f;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.create-link-container .link-content ul li:last-child {
  margin-bottom: 0;
}
.create-link-container .link-content ul li::before {
  position: absolute;
  content: "✔";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #6163c2;
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.create-link-container .link-content .icons {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #6163c2;
  border-radius: 50%;
  border: 4px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.create-link-container .close-button-acc-close-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  align-items: right;
  justify-content: center;
  border-radius: 5px;
  transform: translate3d(-4px, -28px, 0px);
  color: #f58c49;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .link-transaction-wrapper .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .link-transaction-wrapper .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.link-transaction-wrapper .transaction-page-actions {
  padding: 15px 24px 16px 24px;
}

.link-transaction-wrapper .transaction-page-actions .searchDropdown .search-input-container .drop-down-container {
  width: 135px;
}

.link-transaction-wrapper .custom-datatable .rdt_Table {
  height: 260px;
}

.link-transaction-wrapper .custom-datatable .rdt_TableRow {
  height: 35px;
  min-height: 35px;
}

.link-transaction-wrapper .queryAction .drop-down-btn {
  width: 140px;
  height: 35px;
}

.link-transaction-wrapper .refund-popup {
  height: 369px;
  position: absolute;
  width: 950px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 65px;
}

.link-transaction-wrapper .refund-popup-side-pannel {
  height: 369px;
  position: absolute;
  width: 850px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 500px;
  top: 65px;
}

.link-transaction-wrapper .refund-table tbody td {
  color: rgba(2, 17, 27, 0.8);
}

.link-transaction-wrapper .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.link-transaction-wrapper .close-button.initiate-refund-close-btn {
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 16px;
}

.link-transaction-wrapper .text-right {
  text-align: right;
}

.link-transaction-wrapper .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.link-transaction-wrapper .title-header .title {
  color: var(--cloud);
}

.link-transaction-wrapper .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.link-transaction-wrapper .inner-container-open1 {
  height: 380px !important;
  overflow-y: auto;
}

.link-transaction-wrapper .inner-top-container1 {
  background: var(--cloud);
  padding: 10px 40px 0px 40px;
}

.link-transaction-wrapper .inner-top-container1 .section-header {
  padding: 8px 40px;
}

.link-transaction-wrapper .inner-top-container1 .refund-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.link-transaction-wrapper .inner-top-container1 .table-list thead > tr > th:first-child {
  padding: 0px !important;
}

.link-transaction-wrapper .inner-top-container1 .table-list tbody > tr > td:first-child {
  padding: 0px !important;
}

.link-transaction-wrapper .inner-top-container1 .table-list thead tr th {
  padding: 0 24px 0;
  text-align: left;
  font-weight: 600;
}

.link-transaction-wrapper .inner-top-container1 .table-list tbody tr td {
  padding: 0 24px 0;
  text-align: left;
}

.link-transaction-wrapper .custom-datatable .table-p > div:nth-child(2) {
  max-height: 150px;
  overflow-y: scroll;
}

.link-transaction-wrapper .list-table-wrapper {
  padding: 0px;
}

.link-transaction-wrapper .iniBtn {
  margin-left: 20px;
}

.link-transaction-wrapper .iniBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.link-transaction-wrapper .title-button-container {
  display: flex;
}

.link-transaction-wrapper .title-button-container .input-wrapper {
  background: #fff;
}

.link-transaction-wrapper .hide-amt-initiate-btn {
  display: none;
}

.link-transaction-wrapper .section-header {
  padding: 5px 40px;
  position: relative;
}

.link-transaction-wrapper .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
}

.link-transaction-wrapper .title-header .title {
  color: var(--cloud);
}

.link-transaction-wrapper .downloadBtnCursor {
  opacity: 0.5;
  cursor: not-allowed;
  background: #fff;
}

.status-padding {
  padding: 18px !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .report-modal .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .report-modal .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.report-modal .upload-container {
  height: 369px;
  position: absolute;
  width: 420px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 120px;
}

.report-modal .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.report-modal .text-right {
  text-align: right;
}

.report-modal .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.report-modal .title-header .title {
  color: var(--cloud);
}

.report-modal .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.report-modal .inner-container-open {
  height: 200px;
  overflow-y: auto;
}

.report-modal .inner-top-container {
  background: var(--cloud);
  padding: 40px 40px 0px 40px;
}

.report-modal .btnNavtoSettlement {
  background-color: rgba(176, 182, 198, 0.2784313725);
  color: black;
  float: right;
  margin-top: 40px;
}

.report-modal .btnNavtoReports {
  margin-top: 40px;
  float: left;
}

.report-modal .ptext {
  font-size: 20px;
  font-weight: 600;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .payment-link-details-bg .link-header .title, .title-wrapper .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .link-expiry-subtitle, .checkbox-text, .email-sent-mark, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .link-expiry-subtitle .link, .checkbox-text .link, .email-sent-mark .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .link-id, .basic-info-contents, .link-id-copy-btn-wrapper .link-id {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .details-copy-btn, .quick-action-cancel-wrapper .details-cancel-btn, .edit-expiry-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .detail-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .cancel-link-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .cancel-link-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.detail-header {
  color: var(--squidInk-primary);
  margin: 0 0 10px 0;
  font-size: 15px;
}

.modal-container-paymentLink {
  background: transparent;
  z-index: 0;
}

.link-id {
  opacity: 0.8;
  color: var(--squidInk-primary);
}

.basic-info-contents {
  color: #000000;
  font-size: 13px;
  padding: 0 0 0 0px !important;
  margin: 0 0 5px 0;
  line-break: anywhere;
}

.basic-info-link-wrapper {
  display: flex;
  justify-content: space-between;
}

.basic-info-link-wrapper button {
  margin: 0 16px 0 0;
}

.payment-link-text {
  width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-expiry-subtitle {
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 16px 0;
}

.payment-link-details-tick {
  margin: 0 0 0 8px;
}

.payment-link-details-bg .payment-link-details-container-bg {
  border-top: 1px solid var(--rainCloud);
  height: calc(100% - 64px);
  position: fixed;
  width: auto;
  background: var(--cloud);
  top: 64px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  display: flex;
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

.payment-link-details-bg .sectionButton {
  position: fixed;
  height: 35px;
  background: var(--cloud);
  top: 70px;
  z-index: 4;
  display: flex;
  padding: 0px 10px;
  border-radius: 5px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

@media (min-width: 1600px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

@media (max-width: 1599px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

.payment-link-details-bg .hideSectionTwo {
  right: -270px;
  transition: 0.5s;
}

.payment-link-details-bg .showSectionTwo {
  right: 0;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonShift {
  right: -248px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonForOne {
  right: -290px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonUnShift {
  right: 20px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionOne {
  width: 360px;
  background: var(--cloud);
  border-right: 1px solid var(--thunderCloud);
}

.payment-link-details-bg .innersectionOne {
  width: 100%;
  background: var(--cloud);
}

.payment-link-details-bg .sectionTwo {
  width: 310px;
  background: #f3f4f6;
}

.payment-link-details-bg .sectionTwo .grids-bg {
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.payment-link-details-bg .sectionTwo .grids-bg > span {
  width: 50% !important;
}

.payment-link-details-bg .circleLogo {
  width: 36px;
  height: 36px;
  background-color: #ebecef;
  border-radius: 50%;
  margin-right: 0.5rem;
  padding: 7px;
}

.payment-link-details-bg .circleLogo img {
  margin: auto;
  height: 100%;
  width: 100%;
  display: block;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar {
  width: 24px;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar-thumb {
  border: 8px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: var(--thunderCloud);
}

.payment-link-details-bg .details-copy-btn {
  font-size: 11px;
  width: 105px;
  height: 26px;
  color: var(--indianChilliRed-primary);
  border: 1px solid var(--indianChilliRed-primary);
  background-color: transparent;
}

.payment-link-details-bg .link-header {
  height: 45px;
  width: 100%;
  position: relative;
  padding: 12px 12px;
}

.payment-link-details-bg .link-header .title {
  color: var(--squidInk-primary);
  padding: 6px 0px;
}

.link-id-copy-btn-wrapper {
  display: flex;
  align-items: center;
}

.link-id-copy-btn-wrapper .link-id {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.link-id-copy-btn-wrapper button {
  margin: 0 0 0 8px;
}

.txn-link {
  padding: 0;
}

.quick-action-btn-wrapper {
  display: flex;
}

.details-copy-btn {
  display: flex;
  align-items: center;
  color: var(--squidInk-primary);
  width: 112px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
}

.details-copy-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.resend-link-btn-wrapper {
  display: flex;
}

.resend-link-form-container {
  margin: 16px 0px 0px 0px;
}

.resend-link-btn {
  width: 50%;
}

.payment-link-resend-form {
  width: 100%;
  padding: 16px 0;
}

.notify-checkbox-input-container {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.section-headers {
  padding: 10px 12px;
  position: relative;
  font-size: 14px;
}

.height-full {
  height: 75%;
}

.expiry-header-wrapper {
  margin: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}

.quick-action-cancel-wrapper {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  justify-content: space-between;
}

.quick-action-cancel-wrapper .details-cancel-btn {
  color: var(--pumpkin-primary);
}

.reminder-subtitle {
  display: flex;
  justify-content: space-between;
}

.edit-expiry-button {
  height: 16px;
  color: var(--pumpkin-primary);
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrapper .title {
  color: var(--squidInk-primary);
}

.payment-link-details-separator {
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--rainCloud);
  bottom: 0;
  left: 0;
  right: 0;
}

.email-sent-mark {
  display: flex;
  justify-content: center;
  width: 104px;
  height: 24px;
  background-color: var(--kushGreen-shade);
  color: var(--cloud);
  border-radius: 100px;
  font-size: 12px;
}

.email-sent-mark svg {
  padding: 0 0 4px 0;
}

.view-btn {
  border: 1px solid #ccc;
  box-shadow: 6px 6px 6px 0px #ccc;
}

.device-info {
  display: flex;
  padding: 8px;
  font-weight: 600;
  font-size: 13px;
  flex-wrap: wrap;
}

small {
  color: #b1b1b1;
  font-size: 75%;
}

.skeleton-loader-gradient {
  width: 100%;
  display: flex;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #f6f7f9;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1.5s infinite;
}

.skeleton-loader-gradient .flex {
  display: none;
}

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

/* Track */

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .select-modal .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .select-modal .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.select-modal .upload-container {
  height: 369px;
  position: absolute;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 145px;
}

.select-modal .refund-modal {
  width: 400px;
}

.select-modal .settlement-modal {
  width: 700px;
  height: auto;
  top: 120px;
}

.select-modal .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.select-modal .text-right {
  text-align: right;
}

.select-modal .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.select-modal .title-header .title {
  color: var(--cloud);
}

.select-modal .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.select-modal .inner-container-open-refund {
  height: 190px;
  overflow-y: auto;
}

.select-modal .inner-container-open-settle {
  height: auto;
  overflow-y: auto;
}

.select-modal .inner-container-open-settle .inner-top-container {
  background: var(--cloud);
  padding: 20px 20px 0px 20px;
}

.select-modal .inner-top-container {
  background: var(--cloud);
  padding: 40px 40px 0px 40px;
}

.select-modal .btnNavtoSettlement {
  background-color: rgba(176, 182, 198, 0.2784313725);
  color: black;
  margin: 0 auto;
  margin-bottom: 15px;
}

.select-modal .btnNavtorefund {
  background-color: rgba(176, 182, 198, 0.2784313725);
  color: black;
  margin: 0 auto;
  margin-top: 40px;
}

.select-modal .ptext {
  font-size: 20px;
  font-weight: 600;
}

.select-modal .fixed_header {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.select-modal .fixed_header tbody {
  display: block;
  overflow: auto;
  max-height: 200px;
  width: 100%;
}

.select-modal .fixed_header thead tr {
  display: block;
}

.select-modal .fixed_header thead th {
  padding-top: 12px !important;
  padding-left: 8px;
}

.select-modal .fixed_header tr th, .select-modal .fixed_header tr td {
  text-align: left;
  width: 150px;
}

.select-modal .fixed_header th:last-child, .select-modal .fixed_header td:last-child {
  width: 300px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .refund-wrapper .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .refund-wrapper .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.refund-wrapper .refund-popup {
  height: 369px;
  position: absolute;
  width: 990px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 65px;
}

.refund-wrapper .refund-table tbody td {
  color: rgba(2, 17, 27, 0.8);
}

.refund-wrapper .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.refund-wrapper .close-button.initiate-refund-close-btn {
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 16px;
}

.refund-wrapper .text-right {
  text-align: right;
}

.refund-wrapper .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.refund-wrapper .title-header .title {
  color: var(--cloud);
}

.refund-wrapper .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.refund-wrapper .inner-container-open1 {
  height: 300px;
  overflow-y: auto;
}

.refund-wrapper .inner-top-container1 {
  background: var(--cloud);
  padding: 20px 40px 0px 40px;
}

.refund-wrapper .inner-top-container1 .section-header {
  padding: 8px 40px;
}

.refund-wrapper .inner-top-container1 .refund-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.refund-wrapper .inner-top-container1 .table-list thead > tr > th:first-child {
  padding: 0px !important;
}

.refund-wrapper .inner-top-container1 .table-list tbody > tr > td:first-child {
  padding: 0px !important;
}

.refund-wrapper .inner-top-container1 .table-list thead tr th {
  padding: 0 24px 0;
  text-align: left;
  font-weight: 600;
}

.refund-wrapper .inner-top-container1 .table-list tbody tr td {
  padding: 0 24px 0;
  text-align: left;
}

.refund-wrapper .list-table-wrapper {
  padding: 0px;
}

.refund-wrapper .iniBtn {
  margin-left: 20px;
}

.refund-wrapper .iniBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.refund-wrapper .title-button-container {
  display: flex;
}

.refund-wrapper .title-button-container .input-wrapper {
  background: #fff;
}

.refund-wrapper .hide-amt-initiate-btn {
  display: none;
}

.status-padding {
  padding: 18px !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.template-page-list-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.template-page-list-container .custom-datatable .action_btn span {
  font-size: 23px;
}

.payment-links-container .custom-datatable .action_btn {
  font-size: 23px;
}

.payment-links-container .custom-datatable .rdt_TableRow:nth-last-child(-n+4):not(:nth-child(-n+3)) .rdt_TableCell:last-child ul {
  bottom: 40px;
}.action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-download .delete-action {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px !important;
  margin: 0 5px;
}

.file-download:disabled .delete-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.template-links-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.template-links-container .breadcrumb-container {
  margin: 20px 24px 0px 24px;
}

.template-links-container p {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 24px 24px 24px;
  color: var(--squidInk-primary);
}

.template-links-container > .custom-datatable .rdt_TableBody {
  min-height: 50px;
}

.template-links-container > .custom-datatable .rdt_TableBody .rdt_TableRow {
  height: 50px;
}

.template-links-container .btn {
  height: 35px;
}

.template-links-container .template-link-table .template-link-header {
  display: flex;
  justify-content: space-between;
  margin: 20px 24px 24px 24px;
  align-items: center;
}

.template-links-container .template-link-table .template-link-header p {
  margin: 0px;
  font-size: 18px;
}

.template-links-container .template-link-table .template-link-header div {
  display: flex;
  gap: 16px;
}

.template-links-container .template-link-table .template-link-header div .btn {
  height: 38px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .create-template-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .col-tab {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .create-template-container-linkpay .template-header, .create-template-container-linkpay .payment-mode-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.create-template-container-linkpay .text-input-box .textInput-currency {
  border-radius: 0px;
  width: 56px;
  border-right-width: thin;
}

.create-template-container-linkpay .text-input-box .text-input-btn-wrapper {
  right: -2px;
}

.create-template-container-linkpay {
  margin: 0px 17px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.create-template-container-linkpay:first-child {
  padding: 18px;
}

.create-template-container-linkpay .template-details {
  margin-bottom: 10px;
}

.create-template-container-linkpay .default-fields,
.create-template-container-linkpay .udf-fields,
.create-template-container-linkpay .addinfo-fields {
  margin-top: 12px;
  margin-bottom: 10px;
}

.create-template-container-linkpay .default-fields .toggle-btn-style,
.create-template-container-linkpay .udf-fields .toggle-btn-style,
.create-template-container-linkpay .addinfo-fields .toggle-btn-style {
  margin: 0 auto;
}

.create-template-container-linkpay .default-fields .button-width,
.create-template-container-linkpay .udf-fields .button-width,
.create-template-container-linkpay .addinfo-fields .button-width {
  height: 40px;
  margin: 20px 0 0 0;
}

.create-template-container-linkpay .form-details-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.create-template-container-linkpay .form-details-wrapper .toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}

.create-template-container-linkpay .form-details-wrapper .toggle-mndry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8rem;
}

.create-template-container-linkpay .form-details-wrapper .toggle-mndry .text-input {
  cursor: not-allowed;
}

.create-template-container-linkpay .form-details-wrapper .toggle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create-template-container-linkpay .form-details-wrapper .toggle-container .toggle-label {
  width: 140px;
  text-align: left;
  margin: 0;
}

.create-template-container-linkpay .form-details-wrapper .drop-container {
  flex: 40%;
}

.create-template-container-linkpay .form-details-wrapper .disable-input .text-input-box {
  cursor: not-allowed !important;
  position: relative;
  display: flex;
  width: 245px;
  background-color: #dadada;
}

.create-template-container-linkpay .form-details-wrapper .disable-input .text-input {
  cursor: not-allowed !important;
}

.create-template-container-linkpay .form-details-wrapper .text-input-box {
  width: 245px;
}

.create-template-container-linkpay .form-details-wrapper .text-input-box .disable-input {
  cursor: not-allowed !important;
  background-color: #dadada;
}

.create-template-container-linkpay .form-details-wrapper-template {
  display: flex;
  justify-content: space-between;
}

.create-template-container-linkpay .form-details-wrapper-template .template-name-wrapper {
  display: flex;
  flex: 0 0 23%;
}

.create-template-container-linkpay .form-details-wrapper-template .template-name-wrapper .text-input-box {
  width: 100%;
}

.create-template-container-linkpay .form-details-wrapper-template .date-picker-wrapper {
  padding: 10px;
  flex: 0 0 18%;
}

.create-template-container-linkpay .form-details-wrapper-template .input-items {
  flex: 1;
  width: auto;
  box-sizing: border-box;
}

.create-template-container-linkpay .form-details-wrapper-template .toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.create-template-container-linkpay .form-details-wrapper-template .text-input-box, .create-template-container-linkpay .form-details-wrapper-template .text-input-error {
  width: 100%;
}

.create-template-container-linkpay .form-details-udf-wrapper {
  padding: 10px;
}

.create-template-container-linkpay .form-details-udf-wrapper .udftable,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.create-template-container-linkpay .form-details-udf-wrapper .udftable th,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable th {
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(207, 216, 220, 0.2392156863);
  text-align: left;
  padding: 8px;
}

.create-template-container-linkpay .form-details-udf-wrapper .udftable td,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable td {
  text-align: left;
  padding: 8px;
}

.create-template-container-linkpay .form-details-udf-wrapper .udftable th,
.create-template-container-linkpay .form-details-udf-wrapper .udftable td,
.create-template-container-linkpay .form-details-udf-wrapper .udftable thead,
.create-template-container-linkpay .form-details-udf-wrapper .udftable tbody,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable th,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable td,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable thead,
.create-template-container-linkpay .form-details-udf-wrapper .addinfotable tbody {
  border: 1px solid #ddd;
}

.create-template-container-linkpay .form-details-udf-wrapper .close-button-acc-close-btn {
  margin-left: 15px;
}

.create-template-container-linkpay .form-details-udf-wrapper .close-button-acc-close-btn img {
  max-width: 80%;
}

.create-template-container-linkpay .form-details-udf-wrapper .close-button-addinfo {
  margin-left: 20px;
}

.create-template-container-linkpay .form-details-udf-wrapper .close-button-addinfo img {
  max-width: 80%;
}

.create-template-container-linkpay .template-header {
  color: var(--squidInk-primary);
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  gap: 1rem;
  font-weight: 550;
}

.create-template-container-linkpay .template-header .umbtntooltip {
  left: -23px;
  top: -56px;
  bottom: unset;
}

.create-template-container-linkpay .payment-mode-header {
  color: var(--squidInk-primary);
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.create-template-container-linkpay .input-items,
.create-template-container-linkpay .date-picker-wrapper {
  padding: 10px;
  flex: 40%;
}

.create-template-container-linkpay .input-items p,
.create-template-container-linkpay .date-picker-wrapper p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
}

.create-template-container-linkpay .input-items .input-amount {
  display: flex;
  justify-content: flex-start;
}

.create-template-container-linkpay .input-items .input-amount .text-input-box {
  width: unset;
}

.create-template-container-linkpay .input-items .input-amount .input-text-amount {
  width: 188px;
}

.create-template-container-linkpay .input-items-wrapper {
  padding: 10px;
  flex: 40%;
  display: flex;
}

.create-template-container-linkpay .payment-mode {
  margin-top: 12px;
}

.create-template-container-linkpay .payment-mode .ul-checkbox-container {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: small;
  margin-top: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.create-template-container-linkpay .payment-mode .aligncheckbox {
  padding: 10px;
}

.create-template-container-linkpay .payment-mode .aligncheckbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.create-template-container-linkpay .payment-mode .aligncheckbox label span {
  font-size: 13.5px;
  color: #02111b;
  opacity: 0.8;
}

.create-template-container-linkpay .payment-mode .form-details-payment .payments-mode-tab {
  width: 245px;
  height: 39px;
  background: var(--pumpkin-primary);
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 15px;
}

.create-template-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .col-tab {
  width: 129px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}

.create-template-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .btn-primary-template {
  color: var(--pumpkin-primary);
  background: #fff;
  border-radius: 2px;
}

.create-template-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .btn-secondary-template {
  color: #fff;
  background: var(--pumpkin-primary);
  border-radius: 2px;
}

.create-template-container-linkpay .payment-mode .payment-mode-check {
  font-size: 15px;
}

.create-template-container-linkpay .create-template-btn {
  margin-top: 15px;
  margin-right: 0;
  margin-left: auto;
}

.create-template-container-linkpay .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.create-template-container-linkpay .column {
  flex-direction: column;
  gap: 1rem;
}

.create-template-container-linkpay hr {
  color: #e5e7eb;
}

.create-template-container-linkpay .text-input-error-text {
  font-size: 12px !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .subscription-page-list-container .heading-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1, .subscription-page-list-container .transaction-page-empty-text p {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link, .subscription-page-list-container .transaction-page-empty-text p .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1, .subscription-page-list-container .transaction-page-empty-text p {
  font-size: 15px;
}

.body-text-2, .subscription-page-list-container .transaction-pages-header .transaction-page-tab-container, .subscription-page-list-container .heading-container .heading-desc, .subscription-page-list-container .transaction-page-table td, .subscription-page-list-container .action-down-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .subscription-page-list-container .transaction-pages-header, .subscription-page-list-container .transaction-page-table th {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3, .subscription-page-list-container .transaction-pages-header .active-tab {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .subscription-page-list-container .transaction-page-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .subscription-page-list-container .transaction-page-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.subscription-page-list-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.subscription-page-list-container .transaction-pages-header {
  display: flex;
  justify-content: space-between;
  height: 56px;
  border-bottom: 1px solid var(--vanilla);
}

.subscription-page-list-container .transaction-pages-header .transaction-page-tab-container {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
  display: flex;
}

.subscription-page-list-container .transaction-pages-header .transaction-page-tab-container .item {
  padding: 0px 16px 0px 24px;
}

.subscription-page-list-container .transaction-pages-header .tab-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 56px;
}

.subscription-page-list-container .transaction-pages-header .active-tab {
  font-weight: 500;
}

.subscription-page-list-container .transaction-pages-header .active-tab .select-marker-tab {
  height: 4px;
  background: var(--pumpkin-mediumTint);
  width: calc(100% + 8px);
  position: absolute;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.subscription-page-list-container .heading-container {
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: var(--vanilla);
  flex-direction: column;
}

.subscription-page-list-container .heading-container .heading {
  color: var(--squidInk-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscription-page-list-container .heading-container .heading-desc {
  margin: 8px 0 0 0;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.subscription-page-list-container .tour-modal .campaign-parent {
  position: relative;
  width: 456px;
  height: 557px;
}

.subscription-page-list-container .tour-modal .campaign-parent .select-template {
  position: absolute;
  top: 96px;
}

.subscription-page-list-container .tour-modal .campaign-parent .define-campaign {
  position: absolute;
  width: 456px;
  top: 232px;
}

.subscription-page-list-container .transaction-page-actions {
  display: flex;
  align-items: center;
  padding: 10px 24px 16px 24px;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.subscription-page-list-container .transaction-page-actions .button-width {
  width: 80px;
  padding: revert;
  min-width: 75px;
}

.subscription-page-list-container .transaction-page-actions .refundBtn {
  margin-left: 0.75rem;
}

.subscription-page-list-container .transaction-page-actions .searchBox,
.subscription-page-list-container .transaction-page-actions .search-drop-container {
  margin-right: 0.75rem;
}

.subscription-page-list-container .transaction-page-actions .filter-container {
  margin: 0 0.75rem 0 0;
}

.subscription-page-list-container .transaction-page-actions .search-drop-container {
  flex: 1 1;
  display: flex;
  align-items: center;
}

.subscription-page-list-container .transaction-page-actions .custom-date-picker {
  margin: 0 0.75rem 0 0;
}

.subscription-page-list-container .transaction-page-actions .downloadBtnCursor {
  opacity: 0.5;
  cursor: not-allowed;
  background: #fff;
}

.subscription-page-list-container .transaction-page-actions .searchDropdown .search-input-container .drop-down-container {
  width: 180px;
}

.subscription-page-list-container .mandate-container .searchDropdown .search-input-container .drop-down-container, .subscription-page-list-container .invoice-container .searchDropdown .search-input-container .drop-down-container {
  width: 200px;
}

.subscription-page-list-container .mandate-container .searchDropdown .search-input-container .drop-list-max, .subscription-page-list-container .invoice-container .searchDropdown .search-input-container .drop-list-max {
  max-height: -webkit-max-content;
  max-height: max-content;
}

.subscription-page-list-container .mandate-container .searchDropdown .search-input-container .search-input, .subscription-page-list-container .invoice-container .searchDropdown .search-input-container .search-input {
  padding-right: 0px;
}

.subscription-page-list-container .table-title {
  max-width: 144px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscription-page-list-container .queryAction {
  margin-left: 0.75rem;
}

.subscription-page-list-container .queryAction .drop-list.list-borderless-dropdown {
  max-width: 150px;
}

.subscription-page-list-container .queryAction .drop-down-btn {
  min-width: 85px;
  width: 85px;
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary) !important;
}

.subscription-page-list-container .queryAction .drop-down-btn .drop-down-elem-container {
  color: var(--pumpkin-primary) !important;
  color: white;
}

.subscription-page-list-container .table-page-url-cell {
  display: flex;
  align-items: center;
  max-width: 232px;
}

.subscription-page-list-container .table-page-url-cell .table-url-length {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscription-page-list-container .table-page-url-cell .copy-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.subscription-page-list-container .table-page-url-cell .copy-btn-wrapper button svg {
  color: inherit;
}

.subscription-page-list-container .copy-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.subscription-page-list-container .copy-btn-wrapper button svg {
  color: inherit;
}

.subscription-page-list-container .table-date-cell {
  max-width: 184px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscription-page-list-container .transaction-page-table {
  width: 100%;
  border-style: none;
}

.subscription-page-list-container .transaction-page-table tr:nth-child(even) {
  background: var(--vanilla);
}

.subscription-page-list-container .transaction-page-table .downloadablefile {
  color: blue;
}

.subscription-page-list-container .transaction-page-empty {
  margin: 86px auto 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}

.subscription-page-list-container .create-page-empty {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.subscription-page-list-container .transaction-page-empty-text {
  margin: 24px 0 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.subscription-page-list-container .transaction-page-empty-text p {
  width: 672px;
  letter-spacing: 0.005em;
  color: var(--squidInk-primary);
}

.subscription-page-list-container .table-link-cell {
  display: flex;
  align-items: center;
  max-width: 232px;
}

.subscription-page-list-container .table-link-cell .table-link-length {
  display: inline-block;
  vertical-align: middle;
  max-width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscription-page-list-container .table-link-cell .copy-btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.subscription-page-list-container .table-link-cell .copy-btn-wrapper button svg {
  color: inherit;
}

.subscription-page-list-container .td-height {
  line-height: 40px;
}

.subscription-page-list-container .payment-link-details-container {
  z-index: 4;
}

.subscription-page-list-container .initiate-search-layout {
  height: 30vh;
  margin: 0 24px 24px 24px;
  border: 2px solid #ededed;
  border-radius: 5px;
}

.subscription-page-list-container .initiate-search-layout .top-layout {
  background: #eaf0f6;
  height: 40px;
  overflow: hidden;
}

.subscription-page-list-container .initiate-search-layout .initiate-search-content {
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7c7c7;
  font-size: 14px;
}

.subscription-page-list-container .download-btn.btn.btn-secondary.button-width:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #fff;
}

.subscription-page-list-container .report .search-input-container {
  animation: easeInEaseOut 5s ease-out;
}

@keyframes easeInEaseOut {
  0% {
    box-shadow: 0px 0px 10px #888888;
  }
  30% {
    box-shadow: 0px 0px 10px #eee;
  }
  65% {
    box-shadow: 0px 0px 10px #888888;
  }
  100% {
    box-shadow: 0px 0px 10px #fff;
  }
}

.subscription-page-list-container .no-delete-btn {
  text-align: center;
  padding-right: 20px;
}

.subscription-page-list-container .right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

.subscription-page-list-container .transaction-payment-step1 {
  margin-bottom: 400px;
  margin-left: 600px;
  text-align: right;
}

@media (max-width: 768px) {
  .subscription-page-list-container .transaction-payment-step1 {
    margin-bottom: 200px;
    margin-left: 300px;
  }
}

@media (max-width: 480px) {
  .subscription-page-list-container .transaction-payment-step1 {
    margin-bottom: 100px;
    margin-left: 150px;
  }
}

.subscription-page-list-container .transaction-payment-step3 {
  margin-bottom: 400px;
  margin-left: 1000px;
  text-align: right;
}

@media (max-width: 768px) {
  .subscription-page-list-container .transaction-payment-step3 {
    margin-bottom: 200px;
    margin-left: 300px;
  }
}

@media (max-width: 480px) {
  .subscription-page-list-container .transaction-payment-step3 {
    margin-bottom: 100px;
    margin-left: 150px;
  }
}

.subscription-page-list-container .tour-content h1 {
  display: inline-block;
  margin-top: 12px;
  font-size: 17px;
}

.subscription-page-list-container .tour-content p {
  font-size: 15px;
  line-height: 20px;
}

.subscription-page-list-container .tour-content img {
  display: none;
}

.subscription-page-list-container .action-down-btn {
  color: var(--pumpkin-primary);
  border-radius: 4px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 140, 73, 0.08);
}

.subscription-page-list-container .action-down-btn .action-btn-elem-container {
  width: 80px;
}

.subscription-page-list-container .action-down-btn .action-btn-elem-container .drop-down-arrow {
  margin: 0 0 0 8px;
  transform: rotate(90deg);
}

.subscription-page-list-container .custom-datatable .rdt_TableRow {
  height: 50px;
  min-height: 50px;
  line-height: normal;
}

.subscription-page-list-container .custom-datatable .rdt_TableCell .contact {
  display: block;
  min-width: 270px;
}

.subscription-page-list-container .custom-datatable .rdt_TableCell .contact small {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.subscription-page-list-container .custom-datatable .rdt_TableCell .link-id-details {
  display: block;
}

.subscription-page-list-container .custom-datatable .rdt_TableCell .link-id-details div small {
  font-size: 13px;
}

.subscription-page-list-container .custom-datatable .rdt_TableCell .link-id-details div {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}

.subscription-page-list-container .custom-datatable p small {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  color: #999;
  min-width: 45px;
}

.subscription-page-list-container .custom-datatable .action_btn span {
  font-size: 23px;
}

.subscription-page-list-container .custom-datatable span.badge[data-state=true] {
  padding: 0.3625rem 0.65rem 0.4125rem 1.75rem;
  position: relative;
}

.subscription-page-list-container .custom-datatable span.badge[data-state=true]:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 8px;
  background-color: var(--indianChilliRed-primary);
}

.subscription-page-list-container .custom-datatable .rdt_TableRow:nth-last-child(-n+3) .rdt_TableCell:last-child ul {
  bottom: 40px;
}

.subscription-page-list-container .custom-datatable .rdt_TableRow:first-child .rdt_TableCell:first-child ul {
  bottom: unset;
}

.subscription-page-list-container .custom-datatable .btn-eye {
  padding: 5px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .payment-link-details-bg .link-header .title, .title-wrapper .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .link-expiry-subtitle, .checkbox-text, .email-sent-mark, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .link-expiry-subtitle .link, .checkbox-text .link, .email-sent-mark .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .link-id, .basic-info-contents, .link-id-copy-btn-wrapper .link-id {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .details-copy-btn, .quick-action-cancel-wrapper .details-cancel-btn, .edit-expiry-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .detail-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .cancel-link-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .cancel-link-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.detail-header {
  color: var(--squidInk-primary);
  margin: 0 0 10px 0;
  font-size: 15px;
}

.modal-container-paymentLink {
  background: transparent;
  z-index: 0;
}

.link-id {
  opacity: 0.8;
  color: var(--squidInk-primary);
}

.basic-info-contents {
  color: #000000;
  font-size: 13px;
  padding: 0 0 0 0px !important;
  margin: 0 0 5px 0;
  line-break: anywhere;
}

.basic-info-link-wrapper {
  display: flex;
  justify-content: space-between;
}

.basic-info-link-wrapper button {
  margin: 0 16px 0 0;
}

.payment-link-text {
  width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-expiry-subtitle {
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 16px 0;
}

.payment-link-details-tick {
  margin: 0 0 0 8px;
}

.payment-link-details-bg .payment-link-details-container-bg {
  border-top: 1px solid var(--rainCloud);
  height: calc(100% - 64px);
  position: fixed;
  width: auto;
  background: var(--cloud);
  top: 64px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  z-index: 4;
  display: flex;
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

.payment-link-details-bg .sectionButton {
  position: fixed;
  height: 35px;
  background: var(--cloud);
  top: 70px;
  z-index: 4;
  display: flex;
  padding: 0px 10px;
  border-radius: 5px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

@media (min-width: 1600px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

@media (max-width: 1599px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

.payment-link-details-bg .hideSectionTwo {
  right: -270px;
  transition: 0.5s;
}

.payment-link-details-bg .showSectionTwo {
  right: 0;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonShift {
  right: -248px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonForOne {
  right: -290px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonUnShift {
  right: 20px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionOne {
  width: 360px;
  background: var(--cloud);
  border-right: 1px solid var(--thunderCloud);
}

.payment-link-details-bg .innersectionOne {
  width: 100%;
  background: var(--cloud);
}

.payment-link-details-bg .sectionTwo {
  width: 310px;
  background: #f3f4f6;
}

.payment-link-details-bg .circleLogo {
  width: 36px;
  height: 36px;
  background-color: #ebecef;
  border-radius: 50%;
  margin-right: 0.5rem;
  padding: 7px;
}

.payment-link-details-bg .circleLogo img {
  margin: auto;
  height: 100%;
  width: 100%;
  display: block;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar {
  width: 24px;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar-thumb {
  border: 8px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: var(--thunderCloud);
}

.payment-link-details-bg .details-copy-btn {
  font-size: 11px;
  width: 105px;
  height: 26px;
  color: var(--indianChilliRed-primary);
  border: 1px solid var(--indianChilliRed-primary);
  background-color: transparent;
}

.payment-link-details-bg .link-header {
  height: 45px;
  width: 100%;
  position: relative;
  padding: 12px 12px;
}

.payment-link-details-bg .link-header .title {
  color: var(--squidInk-primary);
  padding: 6px 0px;
}

.link-id-copy-btn-wrapper {
  display: flex;
  align-items: center;
}

.link-id-copy-btn-wrapper .link-id {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.link-id-copy-btn-wrapper button {
  margin: 0 0 0 8px;
}

.txn-link {
  padding: 0;
}

.quick-action-btn-wrapper {
  display: flex;
}

.details-copy-btn {
  display: flex;
  align-items: center;
  color: var(--squidInk-primary);
  width: 112px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
}

.details-copy-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.resend-link-btn-wrapper {
  display: flex;
}

.resend-link-form-container {
  margin: 16px 0px 0px 0px;
}

.resend-link-btn {
  width: 50%;
}

.payment-link-resend-form {
  width: 100%;
  padding: 16px 0;
}

.notify-checkbox-input-container {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.section-headers {
  padding: 10px 12px;
  position: relative;
  font-size: 14px;
}

.height-full {
  height: 75%;
}

.expiry-header-wrapper {
  margin: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}

.quick-action-cancel-wrapper {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  justify-content: space-between;
}

.quick-action-cancel-wrapper .details-cancel-btn {
  color: var(--pumpkin-primary);
}

.reminder-subtitle {
  display: flex;
  justify-content: space-between;
}

.edit-expiry-button {
  height: 16px;
  color: var(--pumpkin-primary);
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrapper .title {
  color: var(--squidInk-primary);
}

.payment-link-details-separator {
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--rainCloud);
  bottom: 0;
  left: 0;
  right: 0;
}

.email-sent-mark {
  display: flex;
  justify-content: center;
  width: 104px;
  height: 24px;
  background-color: var(--kushGreen-shade);
  color: var(--cloud);
  border-radius: 100px;
  font-size: 12px;
}

.email-sent-mark svg {
  padding: 0 0 4px 0;
}

.view-btn {
  border: 1px solid #ccc;
  box-shadow: 6px 6px 6px 0px #ccc;
}

.device-info {
  display: flex;
  padding: 8px;
  font-weight: 600;
  font-size: 13px;
  flex-wrap: wrap;
}

small {
  color: #b1b1b1;
  font-size: 75%;
}

.skeleton-loader-gradient {
  width: 100%;
  display: flex;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #f6f7f9;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1.5s infinite;
}

.skeleton-loader-gradient .flex {
  display: none;
}

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

/* Track */

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .report-modal .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .report-modal .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.report-modal .upload-container {
  height: 369px;
  position: absolute;
  width: 420px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 120px;
}

.report-modal .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.report-modal .text-right {
  text-align: right;
}

.report-modal .title-header {
  display: flex;
  height: auto;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.report-modal .title-header .title {
  color: var(--cloud);
}

.report-modal .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.report-modal .inner-container-open {
  height: 200px;
  overflow-y: auto;
}

.report-modal .inner-top-container {
  background: var(--cloud);
  padding: 40px 40px 0px 40px;
}

.report-modal .btnNavtoSettlement {
  background-color: rgba(176, 182, 198, 0.2784313725);
  color: black;
  float: right;
  margin-top: 40px;
}

.report-modal .btnNavtoReports {
  margin-top: 40px;
  float: left;
}

.report-modal .ptext {
  font-size: 20px;
  font-weight: 600;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .transaction-wrapper .title-header .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .transaction-wrapper .close-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.transaction-wrapper .transaction-page-actions {
  padding: 15px 24px 16px 24px;
}

.transaction-wrapper .transaction-page-actions .searchDropdown .search-input-container .drop-down-container {
  width: 135px;
}

.transaction-wrapper .custom-datatable .rdt_Table {
  height: 260px;
}

.transaction-wrapper .custom-datatable .rdt_TableRow {
  height: 35px;
  min-height: 35px;
}

.transaction-wrapper .queryAction .drop-down-btn {
  width: 140px;
  height: 35px;
}

.transaction-wrapper .refund-popup {
  height: 369px;
  position: absolute;
  width: 950px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 65px;
}

.transaction-wrapper .refund-popup-side-pannel {
  height: 369px;
  position: absolute;
  width: 850px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 500px;
  top: 65px;
}

.transaction-wrapper .refund-table tbody td {
  color: rgba(2, 17, 27, 0.8);
}

.transaction-wrapper .close-button {
  color: var(--cloud);
  margin: 0 0 16px 0;
}

.transaction-wrapper .close-button.initiate-refund-close-btn {
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 16px;
}

.transaction-wrapper .text-right {
  text-align: right;
}

.transaction-wrapper .title-header {
  display: flex;
  height: 55px;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.transaction-wrapper .title-header .title {
  color: var(--cloud);
  font-size: 19px;
}

.transaction-wrapper .inner-container {
  background: var(--cloud);
  border-radius: 4px;
}

.transaction-wrapper .inner-container-open1 {
  height: 480px;
  overflow-y: auto;
}

.transaction-wrapper .inner-top-container1 {
  background: var(--cloud);
  padding: 10px 40px 0px 40px;
}

.transaction-wrapper .inner-top-container1 .section-header {
  padding: 8px 40px;
}

.transaction-wrapper .inner-top-container1 .refund-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.transaction-wrapper .inner-top-container1 .table-list thead > tr > th:first-child {
  padding: 0px !important;
  font-weight: 650;
}

.transaction-wrapper .inner-top-container1 .table-list tbody > tr > td:first-child {
  padding: 0px !important;
}

.transaction-wrapper .inner-top-container1 .table-list thead tr th {
  padding: 0 24px 0;
  text-align: left;
  font-weight: 600;
}

.transaction-wrapper .inner-top-container1 .table-list tbody tr td {
  padding: 0 24px 0;
  text-align: left;
}

.transaction-wrapper .list-table-wrapper {
  padding: 0px;
}

.transaction-wrapper .iniBtn {
  margin-left: 20px;
}

.transaction-wrapper .iniBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.transaction-wrapper .title-button-container {
  display: flex;
}

.transaction-wrapper .title-button-container .input-wrapper {
  background: #fff;
}

.transaction-wrapper .hide-amt-initiate-btn {
  display: none;
}

.transaction-wrapper .section-header {
  padding: 5px 40px;
  position: relative;
}

.transaction-wrapper .title-header {
  display: flex;
  height: 55px;
  background: var(--squidInk-shade);
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
}

.transaction-wrapper .title-header .title {
  color: var(--cloud);
}

.status-padding {
  padding: 18px !important;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .payment-link-details-bg .link-header .title, .title-wrapper .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .link-expiry-subtitle, .checkbox-text, .email-sent-mark, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .link-expiry-subtitle .link, .checkbox-text .link, .email-sent-mark .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .link-id, .basic-info-contents, .link-id-copy-btn-wrapper .link-id {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .details-copy-btn, .quick-action-cancel-wrapper .details-cancel-btn, .edit-expiry-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .detail-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .cancel-link-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .cancel-link-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.detail-header {
  color: var(--squidInk-primary);
  margin: 0 0 10px 0;
  font-size: 15px;
}

.modal-container-paymentLink {
  background: transparent;
  z-index: 999999;
}

.link-id {
  opacity: 0.8;
  color: var(--squidInk-primary);
}

.basic-info-contents {
  color: #000000;
  font-size: 13px;
  padding: 0 0 0 0px !important;
  margin: 0 0 5px 0;
  line-break: anywhere;
}

.basic-info-link-wrapper {
  display: flex;
  justify-content: space-between;
}

.basic-info-link-wrapper button {
  margin: 0 16px 0 0;
}

.payment-link-text {
  width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-expiry-subtitle {
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 16px 0;
}

.payment-link-details-tick {
  margin: 0 0 0 8px;
}

.payment-link-details-bg .payment-link-details-container-bg {
  border-top: 1px solid var(--rainCloud);
  height: calc(100% - 64px);
  position: fixed;
  width: auto;
  background: var(--cloud);
  top: 64px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  display: flex;
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

.payment-link-details-bg .sectionButton {
  position: fixed;
  height: 35px;
  background: var(--cloud);
  top: 70px;
  z-index: 4;
  display: flex;
  padding: 0px 10px;
  border-radius: 5px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

@media (min-width: 1600px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

@media (max-width: 1599px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

.payment-link-details-bg .hideSectionTwo {
  right: -270px;
  transition: 0.5s;
}

.payment-link-details-bg .showSectionTwo {
  right: 0;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonShift {
  right: -248px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonForOne {
  right: -290px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonUnShift {
  right: 20px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionOne {
  width: 360px;
  background: var(--cloud);
  border-right: 1px solid var(--thunderCloud);
}

.payment-link-details-bg .innersectionOne {
  width: 100%;
  background: var(--cloud);
}

.payment-link-details-bg .sectionTwo {
  width: 310px;
  background: #f3f4f6;
}

.payment-link-details-bg .circleLogo {
  width: 36px;
  height: 36px;
  background-color: #ebecef;
  border-radius: 50%;
  margin-right: 0.5rem;
  padding: 7px;
}

.payment-link-details-bg .circleLogo img {
  margin: auto;
  height: 100%;
  width: 100%;
  display: block;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar {
  width: 24px;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar-thumb {
  border: 8px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: var(--thunderCloud);
}

.payment-link-details-bg .details-copy-btn {
  font-size: 11px;
  width: 105px;
  height: 26px;
  color: var(--indianChilliRed-primary);
  border: 1px solid var(--indianChilliRed-primary);
  background-color: transparent;
}

.payment-link-details-bg .link-header {
  height: 45px;
  width: 100%;
  position: relative;
  padding: 12px 12px;
}

.payment-link-details-bg .link-header .title {
  color: var(--squidInk-primary);
  padding: 6px 0px;
}

.link-id-copy-btn-wrapper {
  display: flex;
  align-items: center;
}

.link-id-copy-btn-wrapper .link-id {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.link-id-copy-btn-wrapper button {
  margin: 0 0 0 8px;
}

.txn-link {
  padding: 0;
}

.quick-action-btn-wrapper {
  display: flex;
}

.details-copy-btn {
  display: flex;
  align-items: center;
  color: var(--squidInk-primary);
  width: 112px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
}

.details-copy-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.resend-link-btn-wrapper {
  display: flex;
}

.resend-link-form-container {
  margin: 16px 0px 0px 0px;
}

.resend-link-btn {
  width: 50%;
}

.payment-link-resend-form {
  width: 100%;
  padding: 16px 0;
}

.notify-checkbox-input-container {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.section-headers {
  padding: 10px 12px;
  position: relative;
  font-size: 14px;
}

.height-full {
  height: 75%;
}

.expiry-header-wrapper {
  margin: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}

.quick-action-cancel-wrapper {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  justify-content: space-between;
}

.quick-action-cancel-wrapper .details-cancel-btn {
  color: var(--pumpkin-primary);
}

.reminder-subtitle {
  display: flex;
  justify-content: space-between;
}

.edit-expiry-button {
  height: 16px;
  color: var(--pumpkin-primary);
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrapper .title {
  color: var(--squidInk-primary);
}

.payment-link-details-separator {
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--rainCloud);
  bottom: 0;
  left: 0;
  right: 0;
}

.email-sent-mark {
  display: flex;
  justify-content: center;
  width: 104px;
  height: 24px;
  background-color: var(--kushGreen-shade);
  color: var(--cloud);
  border-radius: 100px;
  font-size: 12px;
}

.email-sent-mark svg {
  padding: 0 0 4px 0;
}

.view-btn {
  border: 1px solid #ccc;
  box-shadow: 6px 6px 6px 0px #ccc;
}

.device-info {
  display: flex;
  padding: 8px;
  font-weight: 700 !important;
  font-size: 13px;
  flex-wrap: wrap;
}

.device-info p {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

small {
  color: #b1b1b1;
  font-size: 75%;
}

.skeleton-loader-gradient {
  width: 100%;
  display: flex;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #f6f7f9;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1.5s infinite;
}

.skeleton-loader-gradient .flex {
  display: none;
}

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

/* Track */

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.refund-popup-linktransaction {
  z-index: 4;
}

.link-transaction-popup {
  z-index: 999999;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5, .payment-link-details-bg .link-header .title, .title-wrapper .title {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .link-expiry-subtitle, .checkbox-text, .email-sent-mark, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .link-expiry-subtitle .link, .checkbox-text .link, .email-sent-mark .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .link-id, .basic-info-contents, .link-id-copy-btn-wrapper .link-id {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .details-copy-btn, .quick-action-cancel-wrapper .details-cancel-btn, .edit-expiry-button {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .detail-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner, .cancel-link-banner-container {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner, .cancel-link-banner-container {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.detail-header {
  color: var(--squidInk-primary);
  margin: 0 0 10px 0;
  font-size: 15px;
}

.modal-container-paymentLink {
  background: transparent;
  z-index: 0;
}

.link-id {
  opacity: 0.8;
  color: var(--squidInk-primary);
}

.basic-info-contents {
  color: #000000;
  font-size: 13px;
  padding: 0 0 0 0px !important;
  margin: 0 0 5px 0;
  line-break: anywhere;
}

.basic-info-link-wrapper {
  display: flex;
  justify-content: space-between;
}

.basic-info-link-wrapper button {
  margin: 0 16px 0 0;
}

.payment-link-text {
  width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-expiry-subtitle {
  opacity: 0.8;
  color: var(--squidInk-primary);
  margin: 0 0 16px 0;
}

.payment-link-details-tick {
  margin: 0 0 0 8px;
}

.payment-link-details-bg .payment-link-details-container-bg {
  border-top: 1px solid var(--rainCloud);
  height: calc(100% - 64px);
  position: fixed;
  width: auto;
  background: var(--cloud);
  top: 64px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  z-index: 4;
  display: flex;
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

.payment-link-details-bg .sectionButton {
  position: fixed;
  height: 35px;
  background: var(--cloud);
  top: 70px;
  z-index: 4;
  display: flex;
  padding: 0px 10px;
  border-radius: 5px;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.14));
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

@media (min-width: 1600px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

@media (max-width: 1599px) {
  .payment-link-details-bg .sectionButton {
    width: 685px;
  }
}

.payment-link-details-bg .hideSectionTwo {
  right: -270px;
  transition: 0.5s;
}

.payment-link-details-bg .showSectionTwo {
  right: 0;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonShift {
  right: -248px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonForOne {
  right: -290px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionButtonUnShift {
  right: 20px;
  transition: 0.5s;
}

.payment-link-details-bg .sectionOne {
  width: 360px;
  background: var(--cloud);
  border-right: 1px solid var(--thunderCloud);
}

.payment-link-details-bg .innersectionOne {
  width: 100%;
  background: var(--cloud);
}

.payment-link-details-bg .sectionTwo {
  width: 310px;
  background: #f3f4f6;
}

.payment-link-details-bg .circleLogo {
  width: 36px;
  height: 36px;
  background-color: #ebecef;
  border-radius: 50%;
  margin-right: 0.5rem;
  padding: 7px;
}

.payment-link-details-bg .circleLogo img {
  margin: auto;
  height: 100%;
  width: 100%;
  display: block;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar {
  width: 24px;
}

.payment-link-details-bg .payment-link-details-container-bg::-webkit-scrollbar-thumb {
  border: 8px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: var(--thunderCloud);
}

.payment-link-details-bg .details-copy-btn {
  font-size: 11px;
  width: 105px;
  height: 26px;
  color: var(--indianChilliRed-primary);
  border: 1px solid var(--indianChilliRed-primary);
  background-color: transparent;
}

.payment-link-details-bg .link-header {
  height: 45px;
  width: 100%;
  position: relative;
  padding: 12px 12px;
}

.payment-link-details-bg .link-header .title {
  color: var(--squidInk-primary);
  padding: 6px 0px;
}

.link-id-copy-btn-wrapper {
  display: flex;
  align-items: center;
}

.link-id-copy-btn-wrapper .link-id {
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.link-id-copy-btn-wrapper button {
  margin: 0 0 0 8px;
}

.txn-link {
  padding: 0;
}

.quick-action-btn-wrapper {
  display: flex;
}

.details-copy-btn {
  display: flex;
  align-items: center;
  color: var(--squidInk-primary);
  width: 112px;
  height: 32px;
  border: 1px solid var(--rainCloud);
  font-size: 14px;
  font-weight: 600 !important;
  padding: 8px;
  border-radius: 4px;
}

.details-copy-btn img {
  left: 0;
  margin: 0 8px 0 0;
}

.resend-link-btn-wrapper {
  display: flex;
}

.resend-link-form-container {
  margin: 16px 0px 0px 0px;
}

.resend-link-btn {
  width: 50%;
}

.payment-link-resend-form {
  width: 100%;
  padding: 16px 0;
}

.notify-checkbox-input-container {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.section-headers {
  padding: 10px 12px;
  position: relative;
  font-size: 14px;
}

.height-full {
  height: 75%;
}

.expiry-header-wrapper {
  margin: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}

.quick-action-cancel-wrapper {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  justify-content: space-between;
}

.quick-action-cancel-wrapper .details-cancel-btn {
  color: var(--pumpkin-primary);
}

.reminder-subtitle {
  display: flex;
  justify-content: space-between;
}

.edit-expiry-button {
  height: 16px;
  color: var(--pumpkin-primary);
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrapper .title {
  color: var(--squidInk-primary);
}

.payment-link-details-separator {
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--rainCloud);
  bottom: 0;
  left: 0;
  right: 0;
}

.email-sent-mark {
  display: flex;
  justify-content: center;
  width: 104px;
  height: 24px;
  background-color: var(--kushGreen-shade);
  color: var(--cloud);
  border-radius: 100px;
  font-size: 12px;
}

.email-sent-mark svg {
  padding: 0 0 4px 0;
}

.view-btn {
  border: 1px solid #ccc;
  box-shadow: 6px 6px 6px 0px #ccc;
}

.device-info {
  display: flex;
  padding: 8px;
  font-weight: 600;
  font-size: 13px;
  flex-wrap: wrap;
}

small {
  color: #b1b1b1;
  font-size: 75%;
}

.skeleton-loader-gradient {
  width: 100%;
  display: flex;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #f6f7f9;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1.5s infinite;
}

.skeleton-loader-gradient .flex {
  display: none;
}

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

/* Track */

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}.file-download {
  cursor: pointer;
}

.search-drop-container .drop-list {
  top: 50px;
}

.report #DateRangePickerChildren {
  min-width: 230px;
}

.report .disableClass {
  cursor: not-allowed;
  opacity: 0.5;
}

.report .disableColor {
  color: #999;
}

.action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.file-download .delete-action {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px !important;
  margin: 0 5px;
}

.file-download:disabled .delete-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.column-date-size {
  font-size: 85%;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .create-link-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .col-tab {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .create-link-container-linkpay .payment-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.create-link-container-linkpay .text-input-box .textInput-currency {
  border-radius: 0px;
  border-right-width: thin;
}

.create-link-container-linkpay .text-input-box .text-input-btn-wrapper {
  right: -2px;
}

.create-link-container-linkpay {
  margin: 0px 17px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.create-link-container-linkpay:first-child {
  padding: 18px;
}

.create-link-container-linkpay .payment-details {
  margin-bottom: 10px;
}

.create-link-container-linkpay .customer-details,
.create-link-container-linkpay .udf-fields,
.create-link-container-linkpay .addinfo-fields {
  margin-top: 12px;
  margin-bottom: 10px;
}

.create-link-container-linkpay .customer-details .toggle-btn-style,
.create-link-container-linkpay .udf-fields .toggle-btn-style,
.create-link-container-linkpay .addinfo-fields .toggle-btn-style {
  margin: 0 auto;
}

.create-link-container-linkpay .customer-details .button-width,
.create-link-container-linkpay .udf-fields .button-width,
.create-link-container-linkpay .addinfo-fields .button-width {
  height: 40px;
  margin: 20px 0 0 0;
}

.create-link-container-linkpay .form-details-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.create-link-container-linkpay .form-details-wrapper .toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.create-link-container-linkpay .form-details-wrapper .drop-container {
  flex: 40%;
}

.create-link-container-linkpay .form-details-wrapper-customer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.create-link-container-linkpay .form-details-wrapper-customer .input-wrapper {
  position: relative;
  flex: 1 1 calc(19% - 1rem);
  margin-bottom: 1rem;
  box-sizing: border-box;
  min-width: 150px;
}

.create-link-container-linkpay .form-details-wrapper-customer .input-wrapper .toggle-button {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.create-link-container-linkpay .form-details-wrapper-customer .input-wrapper.small-input {
  flex: 0 0 150px;
}

.create-link-container-linkpay .form-details-wrapper-customer .toggle {
  position: absolute;
  top: -20px;
  left: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 92%;
  gap: 0.5rem;
  font-size: 13px;
}

.create-link-container-linkpay .form-details-wrapper-customer .toggle-xyz {
  top: -20px;
  left: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 92%;
  gap: 0.5rem;
  font-size: 13px;
}

.create-link-container-linkpay .form-details-wrapper-customer .input-items {
  width: 100%;
}

.create-link-container-linkpay .form-details-wrapper-customer .input-items .drop-container .drop-list-max {
  max-height: 150px;
}

.create-link-container-linkpay .form-details-wrapper-customer .disable-input .text-input-box {
  cursor: not-allowed !important;
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #dadada;
}

.create-link-container-linkpay .form-details-wrapper-customer .disable-input .text-input {
  cursor: not-allowed !important;
}

.create-link-container-linkpay .form-details-wrapper-customer .cursor-disable .text-input-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #dadada;
}

.create-link-container-linkpay .form-details-wrapper-customer .cursor-disable .text-input {
  cursor: not-allowed !important;
}

.create-link-container-linkpay .form-details-wrapper-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.create-link-container-linkpay .form-details-wrapper-title .input-items {
  flex: 1 1 calc(33.33% - 1rem);
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.create-link-container-linkpay .form-details-udf-wrapper {
  padding: 10px;
}

.create-link-container-linkpay .form-details-udf-wrapper .udftable,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.create-link-container-linkpay .form-details-udf-wrapper .udftable th,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable th {
  font-size: 14px;
  font-weight: 550;
  background-color: rgba(207, 216, 220, 0.2392156863);
  text-align: left;
  padding: 8px;
}

.create-link-container-linkpay .form-details-udf-wrapper .udftable td,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable td {
  text-align: left;
  padding: 8px;
}

.create-link-container-linkpay .form-details-udf-wrapper .udftable th,
.create-link-container-linkpay .form-details-udf-wrapper .udftable td,
.create-link-container-linkpay .form-details-udf-wrapper .udftable thead,
.create-link-container-linkpay .form-details-udf-wrapper .udftable tbody,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable th,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable td,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable thead,
.create-link-container-linkpay .form-details-udf-wrapper .addinfotable tbody {
  border: 1px solid #ddd;
}

.create-link-container-linkpay .form-details-udf-wrapper .close-button-acc-close-btn {
  margin-left: 15px;
}

.create-link-container-linkpay .form-details-udf-wrapper .close-button-acc-close-btn img {
  max-width: 80%;
}

.create-link-container-linkpay .form-details-udf-wrapper .close-button-addinfo {
  margin-left: 20px;
}

.create-link-container-linkpay .form-details-udf-wrapper .close-button-addinfo img {
  max-width: 80%;
}

.create-link-container-linkpay .payment-header {
  color: var(--squidInk-primary);
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 550;
  font-size: 15.5px;
}

.create-link-container-linkpay .input-items,
.create-link-container-linkpay .date-picker-wrapper {
  padding: 10px;
  flex: 40%;
}

.create-link-container-linkpay .input-items p,
.create-link-container-linkpay .date-picker-wrapper p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.0025em;
}

.create-link-container-linkpay .input-items-wrapper {
  padding: 10px;
  display: flex;
}

.create-link-container-linkpay .payment-mode {
  margin-top: 12px;
}

.create-link-container-linkpay .payment-mode .ul-checkbox-container {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: small;
  margin-top: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.create-link-container-linkpay .payment-mode .aligncheckbox {
  padding: 10px;
}

.create-link-container-linkpay .payment-mode .aligncheckbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.create-link-container-linkpay .payment-mode .aligncheckbox label span {
  font-size: 13.5px;
  color: #02111b;
  opacity: 0.8;
}

.create-link-container-linkpay .payment-mode .form-details-payment .payments-mode-tab {
  width: 245px;
  height: 39px;
  background: var(--pumpkin-primary);
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 15px;
}

.create-link-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .col-tab {
  width: 129px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}

.create-link-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .btn-primary-template {
  color: var(--pumpkin-primary);
  background: #fff;
  border-radius: 2px;
}

.create-link-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .btn-secondary-template {
  color: #fff;
  background: var(--pumpkin-primary);
  border-radius: 2px;
}

.create-link-container-linkpay .create-link-btn {
  margin-top: 15px;
  margin-right: 0;
  margin-left: auto;
}

.create-link-container-linkpay hr {
  color: #e5e7eb;
}

.nav-footer {
  position: fixed;
  bottom: 0;
  width: -webkit-fill-available;
}

.payment-mode-check {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.drop-container {
  position: relative;
  padding: 0%;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .create-link-custom-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .col-tab {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1, .create-link-custom-container-linkpay .payment-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.create-link-custom-container-linkpay .text-input-box .textInput-currency {
  border-radius: 0px;
  border-right-width: thin;
}

.create-link-custom-container-linkpay .text-input-box .text-input-btn-wrapper {
  right: -2px;
}

.create-link-custom-container-linkpay {
  margin: 0px 17px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.create-link-custom-container-linkpay:first-child {
  padding: 18px;
}

.create-link-custom-container-linkpay .payment-details,
.create-link-custom-container-linkpay .customer-details,
.create-link-custom-container-linkpay .udf-fields,
.create-link-custom-container-linkpay .addinfo-fields {
  margin-top: 12px;
  margin-bottom: 10px;
}

.create-link-custom-container-linkpay .payment-details .toggle-btn-style,
.create-link-custom-container-linkpay .customer-details .toggle-btn-style,
.create-link-custom-container-linkpay .udf-fields .toggle-btn-style,
.create-link-custom-container-linkpay .addinfo-fields .toggle-btn-style {
  margin: 0 auto;
}

.create-link-custom-container-linkpay .payment-details .button-width,
.create-link-custom-container-linkpay .customer-details .button-width,
.create-link-custom-container-linkpay .udf-fields .button-width,
.create-link-custom-container-linkpay .addinfo-fields .button-width {
  height: 40px;
  margin: 20px 0 0 0;
}

.create-link-custom-container-linkpay .form-details-wrapper {
  display: flex;
  gap: 0.5rem;
}

.create-link-custom-container-linkpay .form-details-wrapper .input-amount {
  width: 100% !important;
}

.create-link-custom-container-linkpay .form-details-wrapper .toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.create-link-custom-container-linkpay .form-details-wrapper .drop-container {
  flex: 40%;
}

.create-link-custom-container-linkpay .form-details-wrapper-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.create-link-custom-container-linkpay .form-details-wrapper-title .input-items {
  flex: 1 1 calc(33.33% - 1rem);
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.create-link-custom-container-linkpay .form-details-wrapper-customer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.create-link-custom-container-linkpay .form-details-wrapper-customer .input-wrapper {
  position: relative;
  flex: 1 1 calc(25% - 1rem);
  margin-bottom: 1rem;
  box-sizing: border-box;
}

.create-link-custom-container-linkpay .form-details-wrapper-customer .toggle {
  position: absolute;
  top: -20px;
  left: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 92%;
  gap: 0.5rem;
  font-size: 13px;
}

.create-link-custom-container-linkpay .form-details-wrapper-customer .input-items {
  width: 100%;
}

.create-link-custom-container-linkpay .form-details-wrapper-amn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.create-link-custom-container-linkpay .form-details-wrapper-amn .input-wrapper {
  flex: 1 1 30%;
  min-width: 250px;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.create-link-custom-container-linkpay .form-details-wrapper-amn .input-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.create-link-custom-container-linkpay .form-details-wrapper-amn .toggle {
  position: absolute;
  top: -20px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  gap: 0.5rem;
  font-size: 12px;
}

.create-link-custom-container-linkpay .form-details-udf-wrapper {
  padding: 10px;
}

.create-link-custom-container-linkpay .form-details-udf-wrapper .udftable,
.create-link-custom-container-linkpay .form-details-udf-wrapper .flex-row-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.create-link-custom-container-linkpay .form-details-udf-wrapper .flex-row-container > .flex-row-item {
  flex: 1 1 30%;
}

.create-link-custom-container-linkpay .payment-header {
  color: var(--squidInk-primary);
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 550;
}

.create-link-custom-container-linkpay .input-items,
.create-link-custom-container-linkpay .date-picker-wrapper {
  padding: 10px;
  flex: 40%;
}

.create-link-custom-container-linkpay .input-items p,
.create-link-custom-container-linkpay .date-picker-wrapper p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.0025em;
}

.create-link-custom-container-linkpay .input-items-wrapper {
  padding: 10px;
  flex: 40%;
  display: flex;
}

.create-link-custom-container-linkpay .payment-mode {
  margin-top: 12px;
}

.create-link-custom-container-linkpay .payment-mode .ul-checkbox-container {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: small;
  margin-top: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.create-link-custom-container-linkpay .payment-mode .aligncheckbox {
  padding: 10px;
}

.create-link-custom-container-linkpay .payment-mode .aligncheckbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.create-link-custom-container-linkpay .payment-mode .aligncheckbox label span {
  font-size: 13.5px;
  color: #02111b;
  opacity: 0.8;
}

.create-link-custom-container-linkpay .payment-mode .form-details-payment .payments-mode-tab {
  width: 245px;
  height: 39px;
  background: var(--pumpkin-primary);
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 15px;
}

.create-link-custom-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .col-tab {
  width: 129px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}

.create-link-custom-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .btn-primary-template {
  color: var(--pumpkin-primary);
  background: #fff;
  border-radius: 2px;
}

.create-link-custom-container-linkpay .payment-mode .form-details-payment .payments-mode-tab .btn-secondary-template {
  color: #fff;
  background: var(--pumpkin-primary);
  border-radius: 2px;
}

.create-link-custom-container-linkpay .payment-mode .payment-mode-check {
  font-size: 15px;
}

.create-link-custom-container-linkpay .create-link-btn {
  margin-top: 15px;
  margin-right: 0;
  margin-left: auto;
}

.create-link-custom-container-linkpay hr {
  color: #e5e7eb;
}

.create-link-custom-container-linkpay .toggle-button p {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.nav-footer {
  position: fixed;
  bottom: 0;
  width: -webkit-fill-available;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .resend-otp-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .resend-otp-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .verify-otp-input .change-mfa-container {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text, .resend-btn {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .otp-error-container, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.resend-btn {
  width: 100%;
  color: var(--pumpkin-primary);
  margin: 16px 0 0 0;
}

.verify-otp-input {
  margin: 24px 0px 0px 0px;
}

.verify-otp-input .change-mfa-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: var(--africanDiamond);
  margin: 10px 0 0 0;
}

.verify-otp-input .change-mfa-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.verify-otp-btn {
  width: 100%;
  margin: 24px 0 0 0;
}

.resend-otp-text {
  width: 100%;
  color: var(--africanDiamond);
  margin: 28px 0 0 0;
}

.iframe-wrapper .regenerateIframe {
  width: 100%;
  height: 100vh;
}

.regeneratetotp {
  margin-top: 15px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .registermfa-content h2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.registermfa-content {
  counter-reset: li-counter;
  padding: 0px;
}

.registermfa-content h2 {
  margin-bottom: 25px;
  font-size: 23px;
}

.registermfa-content ul.steps-list {
  list-style: none;
  padding: 0;
  margin: 0 0px 20px;
}

.registermfa-content ul.steps-list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.registermfa-content ul.steps-list > li:nth-child(2) img {
  margin: 10px 35%;
}

.registermfa-content ul.steps-list > li ol {
  margin: 15px 0px;
}

.registermfa-content ul.steps-list > li ol li {
  list-style: disc;
  margin: 0px 0px 0px 15px;
  padding: 5px 10px;
}

.registermfa-content ul.steps-list > li a {
  display: block;
  margin-bottom: 2px;
}

.registermfa-content ul.steps-list > li:before {
  content: counter(li-counter);
  position: absolute;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f58c49;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  counter-increment: li-counter;
}

.registermfa-content .iframeQR {
  height: 90vh;
  width: 100%;
}

.registermfa-content .brand-preview-style {
  padding: 0px;
}

.registermfa-content .info-alert-message {
  background-color: #fef9e6;
  border: 1px solid #fae28d;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .payment-links-container .payment-links-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.payment-links-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.payment-links-container .payment-links-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--vanilla);
}

.payment-links-container .custom-datatable .action_btn span {
  font-size: 23px;
}

.payment-links-container .custom-datatable span.badge[data-state=true] {
  padding: 0.3625rem 0.65rem 0.4125rem 1.75rem;
  position: relative;
}

.payment-links-container .custom-datatable span.badge[data-state=true]:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 8px;
  background-color: var(--indianChilliRed-primary);
}

.bulk-container .filter-wrapper .fil-wrapper {
  min-height: 175px;
}

.modal-header-container.select-template-container {
  margin: unset;
  width: 370px;
}

.modal-header-container.select-template-container .content-container .selecttemplate {
  position: relative;
}

.modal-header-container.select-template-container .content-container .selecttemplate .drop-down-btn {
  width: 100%;
}

.file-download {
  cursor: pointer;
}

.search-drop-container .drop-list {
  top: 50px;
}

.disableClass {
  cursor: not-allowed;
  opacity: 0.3;
}

.disableColor {
  color: #999;
}

span.badge.processed {
  background-color: rgba(5, 150, 105, 0.1);
  color: rgb(5, 150, 105);
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2, .payment-links-container .payment-links-header {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.payment-links-container {
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--cloud);
  border-radius: 4px;
}

.payment-links-container .payment-links-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--vanilla);
}

.payment-links-container .custom-datatable .action_btn span {
  font-size: 23px;
}

.payment-links-container .custom-datatable span.badge[data-state=true] {
  padding: 0.3625rem 0.65rem 0.4125rem 1.75rem;
  position: relative;
}

.payment-links-container .custom-datatable span.badge[data-state=true]:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 8px;
  background-color: var(--indianChilliRed-primary);
}

.bulk-container .filter-wrapper .fil-wrapper {
  min-height: 175px;
}

.modal-header-container.select-template-container {
  margin: unset;
  width: 370px;
}

.modal-header-container.select-template-container .content-container .selecttemplate {
  position: relative;
}

.modal-header-container.select-template-container .content-container .selecttemplate .drop-down-btn {
  width: 100%;
}

.file-download {
  cursor: pointer;
}

.search-drop-container .drop-list {
  top: 50px;
}

.disableClass {
  cursor: not-allowed;
  opacity: 0.3;
}

.disableColor {
  color: #999;
}

span.badge.processed {
  background-color: rgba(5, 150, 105, 0.1);
  color: rgb(5, 150, 105);
}.payment-method-card {
  min-width: 180px;
  max-width: 200px;
  padding: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  flex: 1;
  min-height:159px;
}

.payment-method-card:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B475B;
  line-height: 20px;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.status {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.stats {
  display: flex;
  flex-direction: row;
  gap: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #848b98;
  line-height: 20px;
}

.separator {
  margin: 0 2px;
}

.progress-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.progress-stats {
  font-size: 11px;
}

.progress-stats span {
    margin-right: 5px;
    position: relative;
  }

:is(.progress-stats span):first-child {
      margin-right: 20px;
    }

.progress-stats span[class$=up]::before {
    position: absolute;
    content:"(↑";
    display: inline-block;
    left: -16px;
  }

.progress-stats span[class$='down']::before {
     position: absolute;
    content:'(↓';
    left: -16px;
  }

.success-rate {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 10px;
  line-height: 16px;
}

.rate {
  color: #848b98;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #ebedef;
  border-radius: 8px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 8px;
  transition: width 0.3s ease;
}

.progress-fill.great {
    background: linear-gradient(78.32deg, #17B26A 1.33%, #78F885 92.98%);
  }

.progress-fill.good {
    background: linear-gradient(78.32deg, #6CCB8B 1.33%, #B6F2A5 92.98%);
  }

.progress-fill.average {
    background: linear-gradient(90deg, #FFC533 0%, #EEF56A 100%);
  }

.progress-fill.critical {
    background: linear-gradient(90deg, #D7074C 0%, #FB7083 100%);
  }

.progress-fill.downtime {
    background: linear-gradient(90deg, #b1adad 0%, #d5d2d2 100%);
  }

@media (max-width: 768px) {
  .payment-method-card {
    min-width: 100%;
  }
}

.progress-loading{
  transiton: 0.4s linear;
  animation: loading 3s;
}

@keyframes loading {
  0% {
    width: 0%;
}

100% {
    width: inherit;
}
}

.shimmer-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  height: 20px; /* Set default height, can be adjusted */
  width: 100%; /* Default width, can be adjusted for specific elements */
  border-radius: 4px; /* Optional: to give a rounded appearance */
}

/* Shimmer Animation */

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Custom Height for Title Skeleton */

.payment-method-card .title.shimmer-skeleton {
  height: 18px; /* Height of the title */
  width: 50%; /* Adjust width for title */
}

.payment-method-card .content .shimmer-skeleton {
  height: 18px;
  width: 70%;
}

.div-disabled{
  opacity: 0.8;
  pointer-events: none; 
  cursor: not-allowed;
}body {
  font-family: 'Inter', sans-serif;
}


.overview-main-container div[data-card-mode="disabled"] {
    opacity: 0.8;
    pointer-events: none;
    cursor: not-allowed;
  }


:is(.overview-main-container div[data-card-mode="disabled"]) .progress-stats {
      opacity: 0.4;
    }


/* .text-success, .arrow-success{
    color: #28a745;
  }
  
  .text-warning, .arrow-warning {
    color: #ffc107;
  }
  
  .text-error, .arrow-error {
    color: #dc3545;
  } */


.overview-main-container .text-great,.overview-main-container .arrow-great {
  color: #28a745; /* Excellent performance – green */
}


.overview-main-container .text-good,.overview-main-container .arrow-good {
  color: #17b26a; /* Solid performance – soft green */
}


.overview-main-container .text-average,.overview-main-container .arrow-average {
  color: #ffc107; /* Caution – amber yellow */
}


.overview-main-container .text-critical,.overview-main-container .arrow-critical {
  color: #d7074c; /* Issues – red */
}


.overview-main-container .text-downtime,.overview-main-container .arrow-downtime {
  color: #6c757d; /* No activity – grey */
}


.overview-main-container .text-default {
    color: #b1adad;
  }


.overview-main-container .text-blue {
    color: #007bff;
  }


.overview-main-container .flex {
    display: flex;
  }


.overview-main-container .flex-row {
    flex-direction: row;
  }


.overview-main-container .flex-col {
    flex-direction: column;
  }


.overview-main-container .flex-container { 
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-flex;
    display: flex;
  }


.overview-main-container .flex-grow {
    flex-grow: 1;
  }


.overview-main-container .gap-8 {
    gap: 8px;
  }


.overview-main-container .p-4 {
    padding: 24px;
  }


.overview-main-container .rounded {
    border-radius: 16px;
  }


.overview-main-container .border {
    border: 1px solid #ebedefff;
  }


.overview-main-container .text-center {
    text-align: center;
  }


.overview-main-container .wrap    {
    flex-wrap: wrap;
  }


#gauge-chart-custom {
  /* height: auto; */
  padding: 10px;
  border: 1px solid #ebedef;
  border-radius: 16px;
}


#gauge-chart-custom text[font-size="12"],#gauge-chart-custom text[y="265"] {
    display: none;
  }


#gauge-chart-custom text[y="215"] {
    transform: translateY(60px); /* move it down */
  }


#gauge-chart-custom text[y="180"] {
    transform: translateY(15px);
    font-size: 41px;
  }


#gauge-chart-custom > div.relative {
  min-width: 345px;
}


#gauge-chart-custom svg{
  position: absolute;
  top: -60px;
  /* transform: translate(0,-50%); */
}@use '../../../index.css';
/* :root {
    --internetbanking: #9355FA;
    --creditcard: #17B26A;
    --debitcard: #FAD655;
    --upi: #DF53DE;
    --wallet: #F15701;
    --sbi: #FF0000;
    --pnb: #FFA500;
    --kmb: #00e1ff;
    --ubi: #0ddc11;
    --bob: #0000FF;
} */

.line-chart {
    position: relative; 

    /* path[stroke="upi"], circle[stroke="upi"] { stroke: var(--upi);}
    path[stroke="internetbanking"], circle[stroke="internetbanking"] { stroke: var(--internetbanking);}
    path[stroke="creditcard"], circle[stroke="creditcard"] { stroke: var(--creditcard);}
    path[stroke="debitcard"], circle[stroke="debitcard"] { stroke: var(--debitcard);}
    path[stroke="wallet"], circle[stroke="wallet"] { stroke: var(--wallet);}
    /* netbanking */
    /* path[stroke="indusind bank"], circle[stroke="indusind bank"] { stroke: var(--internetbanking);}
    path[stroke="hdfc bank"], circle[stroke="hdfc bank"] { stroke: var(--creditcard);}
    path[stroke="axis bank"], circle[stroke="axis bank"] { stroke: var(--debitcard);}
    path[stroke="icici bank"], circle[stroke="icici bank"] { stroke: var(--wallet);}
    path[stroke="canara bank"], circle[stroke="canara bank"] { stroke: var(--upi);}
    path[stroke="state bank of india"], circle[stroke="state bank of india"] { stroke: var(--sbi);}
    path[stroke="punjab national bank"], circle[stroke="punjab national bank"] { stroke: var(--pnb);}
    path[stroke="kotak mahindra bank"], circle[stroke="kotak mahindra bank"] { stroke: var(--kmb);}
    path[stroke="union bank of india"], circle[stroke="union bank of india"] { stroke: var(--ubi);}
    path[stroke="bank of baroda"], circle[stroke="bank of baroda"] { stroke: var(--bob);} */

    /* upi */
    /* path[stroke="qr"], circle[stroke="qr"] { stroke: var(--internetbanking);}
    path[stroke="intent"], circle[stroke="intent"] { stroke: var(--creditcard);}
    path[stroke="collect"], circle[stroke="collect"] { stroke: var(--debitcard);} */
}

.line-chart .hover-circle { fill: white; stroke-width: 2px; }

.line-chart .grid line {
        stroke: lightgray;
        stroke-width: 0.5;
        stroke-dasharray: 4; /* Dotted lines */
    }

.line-chart .axis path,.line-chart .axis line {
        stroke: black;
    }

:is(.line-chart g) path.domain {
        display: none;
        }

:is(.line-chart g) .x-axis path {
           display: block;
           color: #ebebeb;
          }

/* .recharts-cartesian-axis-tick-value {
        font-size: 12px;
        color: #848B98;
    }

    .recharts-cartesian-axis-tick-line {
        display: none;
    }

    .recharts-cartesian-grid-horizontal line {
        stroke: #f1f1f1;
    }

    .recharts-cartesian-grid-vertical line {
        stroke: #f1f1f1;
    }

    .recharts-legend-item {
        font-size: 12px;
        color: #848B98;
    }

    .recharts-legend-item-text {
        font-size: 12px;
        color: #848B98;
    }

    .recharts-legend-item-icon {
        width: 10px;
        height: 10px;
        border-radius: 3px;
    }

    .recharts-legend-wrapper {
        margin-top: 20px;
    } */

.line-chart .recharts-tooltip {
        font-size: 13px;
        color: #606369;
        background-color: white;
        border: 1px solid #ccc;
        padding: 16px;
        line-height: 18px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        pointer-events: none;

        min-width: 180px;
    }

:is(.line-chart .recharts-tooltip) ul.tooltip-list {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
                    
        }

:is(:is(.line-chart .recharts-tooltip) ul.tooltip-list) li {
                display: flex;
                text-align: left;
                width: 100%;
                position: relative;
                line-height: 28px;
                align-items: center;
                padding-left: 15px;
            }

:is(:is(:is(.line-chart .recharts-tooltip) ul.tooltip-list) li)::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0px;
                    transform: translateY(-50%);
                    width: 10px;
                    height: 10px;
                    border-radius: 3px;
                    background: var(--category-color);
                }

:is(:is(:is(.line-chart .recharts-tooltip) ul.tooltip-list) li) span {
                        max-width: 50px;
                        position: absolute;
                        right: 0px;
                }

/* li[data-category="upi"]:before { background-color: var(--upi) }
            li[data-category="internetbanking"]:before { background-color: var(--internetbanking) }
            li[data-category="creditcard"]:before { background-color: var(--creditcard) }
            li[data-category="debitcard"]:before { background-color: var(--debitcard) }
            li[data-category="wallet"]:before { background-color: var(--wallet) } */

/* netbanking */

/* li[data-category="indusind bank"]:before { background-color: var(--internetbanking) }
            li[data-category="hdfc bank"]:before { background-color: var(--creditcard) }
            li[data-category="axis bank"]:before { background-color: var(--debitcard) }
            li[data-category="icici bank"]:before { background-color: var(--wallet) }
            li[data-category="canara bank"]:before { background-color: var(--upi) }
            li[data-category="state bank of india"]:before { background-color: var(--sbi) }
            li[data-category="punjab national bank"]:before { background-color: var(--pnb) }
            li[data-category="kotak mahindra bank"]:before { background-color: var(--kmb) }
            li[data-category="union bank of india"]:before { background-color: var(--ubi) }
            li[data-category="bank of baroda"]:before { background-color: var(--bob) } */

/* upi */

/* li[data-category="qr"]:before { background-color: var(--internetbanking) }
            li[data-category="intent"]:before { background-color: var(--creditcard) }
            li[data-category="collect"]:before { background-color: var(--debitcard) } */

:is(.line-chart .recharts-tooltip) footer {
            font-size: 10px;
            color: #848B98;
            text-align: center;
        }
@use url(./index.css);

.legend-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 30px;
    /* position: absolute;
    top: 10px;
    left: 10px; */
    margin-bottom: 20px;
/* 
    li[data-role="upi"]::before { background-color: var(--upi); }
    li[data-role="internetbanking"]::before { background-color: var(--internetbanking); }
    li[data-role="creditcard"]::before { background-color: var(--creditcard); }
    li[data-role="debitcard"]::before { background-color: var(--debitcard); }
    li[data-role="wallet"]::before { background-color: var(--wallet); } */
    

}

.legend-container .legend-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        margin-right: 40px;
        font-size: 14px;
    }

:is(.legend-container .legend-item)::before {
            content: '';
            position: absolute;
            top: 50%;
            left: -22px;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            border-radius: 3px;
            background: var(--category-color);
        }

.legend-container .legend-color {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 5px;
    }

.legend-container .legend-label {
        font-size: 14px;
    }

/* TimePeriod.css */
.time-period-container {
    display: flex;
    gap: 8px;
    background: #fafbfb;
    border: 1px solid #ebedef;
    border-radius: 12px;
    padding: 4px;
}
.time-period-container .time-period-btn-disabled {
      cursor: not-allowed;
      opacity:0.5;
    }
.time-period-pill {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: #848b98;
    cursor: pointer;
    transition: all 0.2s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    letter-spacing: 0.02rem;
}
.time-period-pill:hover {
    background: rgba(255, 255, 255, 0.5);
  }
.time-period-pill.active {
    background: #ffffff;
    color: #1b2029;
    box-shadow: 0px 2px 6px #dcdbdb;
    -webkit-box-shadow: 0px 2px 6px #dcdbdb;
}
.success-trend-container {
    display: flex;
    align-items: center;
    gap: 37px;
  }
.success-trend-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #3b475b;
  }
.pill-tab-container {
    display: flex;
    gap: 8px;
    background: #fafbfb;
    border: 1px solid #ebedef;
    border-radius: 12px;
    padding: 4px;
  }
  
  @use '../../index.css';

main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; 
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
  background: var(--rainCloud);


}

main.p-4 { padding: 24px; }

main section {
    /* margin-bottom: 35px; */
  background: white;
   }

:is(main section) header { 
      display: flex;
      margin-bottom: 30px;
      justify-content: space-between;
      width: 100%;
      align-items: center;
    }

:is(main section) .wrap    {
      flex-wrap: wrap;
    }

/* .text-success {
      color: #28a745;
    }
    
    .text-warning {
      color: #ffc107;
    }
    
    .text-error {
      color: #dc3545;
    }
    
    .text-blue {
      color: #007bff;
    } */

main .overview-date-picker{
  display: flex;

padding:18px 35px 10px 39px;

   /* position: fixed; */
  top: 64px; /* adjust based on header height */
  left: 232px;
  right: 0;
  background-color: #fff;
  z-index: 999;

  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  justify-content: space-between;
  align-items: center;

}
:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.netbanking-container {
  border-radius: 8px;
  background: var(--cloud);
}

.netbanking-container .legend-container {
  display: none;
}

.netbanking-container .trend-table {
  width: 100%;
  margin: unset;
  z-index: 0;
}

.netbanking-container .trend-table .rdt_TableHeadRow {
  background-color: #fafbfb;
  color: #1b2029;
  font-weight: 600;
}

.netbanking-container .trend-table input[type=checkbox] {
  cursor: pointer;
}

.netbanking-container .trend-table input[type=checkbox]::before {
  background: white !important;
  border: 2px solid var(--checkbox-color);
}

.netbanking-container .trend-table input[type=checkbox] ::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--checkbox-color) !important;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

.netbanking-container .trend-table input[type=checkbox]:checked::before {
  background: var(--checkbox-color);
}

.netbanking-container .trend-table input[type=checkbox]:checked::after {
  border-color: var(--checkbox-color);
}

.netbanking-container .trend-table.custom-datatable .rdt_TableBody {
  min-height: auto;
}

.netbanking-container .trend-table.custom-datatable .rdt_TableRow {
  border-bottom-width: 1px !important;
  min-height: 40px;
  height: 50px;
  border-bottom: solid #f0f1f3;
  cursor: pointer;
}

.netbanking-container .trend-table.custom-datatable .rdt_TableRow:nth-child(even) {
  background-color: #fafafa;
}

.netbanking-container .trend-table.custom-datatable .rdt_TableRow:nth-child(odd) {
  background-color: #ffffff;
}

.netbanking-container .trend-table.custom-datatable .rdt_TableCol {
  font-size: 14px;
}

.netbanking-container .trend-table.custom-datatable .rdt_TableCell {
  font-size: 14px;
}

.netbanking-container .category-date-picker {
  display: flex;
  justify-content: space-between;
}

.netbanking-container .category-date-picker .performace-tabs-container a {
  font-size: 14px;
}

.netbanking-container .custom-date-picker {
  padding: 12px 24px 0 24px;
}

.netbanking-container section .filter-trend-record {
  display: flex;
  gap: 0; /* so divider snugly fits between options */
  background: #fafbfb;
  border: 1px solid #ebedef;
  border-radius: 12px;
  padding: 4px;
  align-items: center;
  height: 40px;
}

.netbanking-container section .radio-wrapper {
  display: flex;
  align-items: center;
}

.netbanking-container section .radio-option {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.netbanking-container section .vertical-divider {
  width: 1px;
  height: 40px;
  background-color: #d1d5db;
  margin: 0 4px;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-1px);
  }
  60% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.netbanking-container .show-more {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--pumpkin-primary);
  display: inline-block;
  animation: shake 1s infinite alternate ease-in-out;
}

.netbanking-container [data-testid=defaultDateRangeFilterTestId] {
  padding: 15px 24px 0px 0px;
}

.netbanking-container .progress-bar {
  background: #D7074C;
}

.netbanking-container .line-chart-container {
  height: 320px;
}

.netbanking-container .breadcrumb-container {
  margin: 16px 23px -16px 23px;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4, .static-qr-code-container .heading-container .heading {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2, .static-qr-code-container .heading-container .heading-desc {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

.static-qr-code-container {
  margin: 0px 16px 0px 16px;
  background: var(--cloud);
  border-radius: 4px;
}

.static-qr-code-container .heading-container {
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: var(--vanilla);
  flex-direction: column;
}

.static-qr-code-container .heading-container .heading {
  color: var(--squidInk-primary);
  font-weight: 600;
}

.static-qr-code-container .heading-container .heading-desc {
  margin: 8px 0 0 0;
  color: rgba(var(--squidInk-primary-rgb), 0.8);
}

.static-qr-code-container .text-input-box .text-input,
.static-qr-code-container .text-input-box .text-input[data-textboxtype=FLOATING]:focus[data-readonly=false] {
  background-color: transparent;
  border: 1px solid var(--zircon);
  border-radius: 3px;
}

.static-qr-code-container .text-input-box .error-bg {
  background-color: transparent !important;
}

.static-qr-code-container .text-input-box .text-input-label {
  top: 10px;
}

.static-qr-code-container .drop-list.list-borderless-dropdown {
  min-width: 64px;
  border-radius: 3px;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.1);
}

.icon-container svg {
  height: 20px;
  width: auto;
  padding: 0px;
  color: #333333;
}

.icon-container.drop-down-btn {
  min-width: 40px;
}

.icon-containerimg.disabled {
  filter: grayscale(1%) brightness(1%);
}

.icon-container .drop-down-elem-container {
  padding: 10px 4px;
}

.icon-container img {
  filter: grayscale(1) brightness(1);
}

.icon-container img.disabled {
  filter: grayscale(1) brightness(0);
}

.icon-container:disabled {
  cursor: not-allowed;
}

.icon-container .drop-down-elem-container > svg.drop-down-arrow {
  display: none !important;
}

.icon-container .drop-down-elem-container > .flex.items-center {
  margin: 0 auto;
}

.toast-container.qr-style.large-qr {
  left: 42%;
  top: 20%;
  height: 374px;
  width: 265px;
  z-index: 10;
  border: 1px solid #9d9fa2;
  padding: 10px 15px 15px 15px !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.toast-container.qr-style.large-qr .toast-icon {
  height: 100%;
  padding: 0 15px;
}

.toast-container.qr-style button {
  position: absolute;
  right: -24px;
  top: -1px;
  opacity: 0.9;
  border: 0;
  padding: 6px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #9d9fa2;
  border-left: none;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.searchBox {
  margin: 0 20px 0 0;
}

.table-download-icon.icon-container.drop-down-btn {
  min-width: 35px;
  border: 0 !important;
  width: auto;
  height: auto;
  padding: 0;
}

.generatedlink {
  display: inline !important;
  padding: 0 5px !important;
  color: var(--pumpkin-shade) !important;
}

.no-records {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16.8px;
  letter-spacing: 0.0025em;
  color: #02111b;
}:export {
  pumpkinPrimary: var(--pumpkin-primary);
  pumpkinShade: var(--pumpkin-shade);
  pumpkinMediumTint: var(--pumpkin-mediumTint);
  pumpkinMediumLightTint: var(--pumpkin-medium-lightTint);
  pumpkinLightTint: var(--pumpkin-lightTint);
  squidInkPrimary: var(--squidInk-primary);
  squidInkShade: var(--squidInk-shade);
  squidInkMediumTint: var(--squidInk-mediumTint);
  squidInkMediumTint2: var(--squidInk-mediumTint-2);
  squidInkLightTint: var(--squidInk-lightTint);
  squidInkLight: var(--squidInk-light);
  cloud: var(--cloud);
  vanilla: var(--vanilla);
  rainCloud: var(--rainCloud);
  thunderCloud: var(--thunderCloud);
  africanDiamond: var(--africanDiamond);
  zircon: var(--zircon);
  dirtSnow: var(--dirtSnow);
  wanWhite: var(--wanWhite);
  indianChilliRedPrimary: var(--indianChilliRed-primary);
  indianChilliRedShade: var(--indianChilliRed-shade);
  indianChilliRedMediumTint: var(--indianChilliRed-mediumTint);
  indianChilliRedLightTint: var(--indianChilliRed-lightTint);
  kushGreenPrimary: var(--kushGreen-primary);
  kushGreenShade: var(--kushGreen-shade);
  kushGreenMediumTint: var(--kushGreen-mediumTint);
  kushGreenLightTint: var(--kushGreen-lightTint);
  goldenTainoiPrimary: var(--goldenTainoi-primary);
  goldenTainoiShade: var(--goldenTainoi-shade);
  goldenTainoiMediumTint: var(--goldenTainoi-mediumTint);
  goldenTainoiLightTint: var(--goldenTainoi-lightTint);
  turquoiseBluePrimary: var(--turquoiseBlue-primary);
  turquoiseBlueShade: var(--turquoiseBlue-shade);
  turquoiseBlueMediumTint: var(--turquoiseBlue-mediumTint);
  turquoiseBlueLightTint: var(--turquoiseBlue-lightTint);
  mediumSlateBluePrimary: var(--mediumSlateBlue-primary);
  mediumSlateBlueShade: var(--mediumSlateBlue-shade);
  mediumSlateBlueMediumTint: var(--mediumSlateBlue-mediumTint);
  mediumSlateBlueLightTint: var(--mediumSlateBlue-lightTint);
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable.woff2) format("woff2");
}

@font-face {
  font-family: InterVariableItalic;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterFont/InterVariable-Italic.woff2) format("woff2");
}

@font-feature-values InterVariable InterVariableItalic {
  @character-variant {
    cv01: 1;
    cv02: 2;
    cv03: 3;
    cv04: 4;
    cv05: 5;
    cv06: 6;
    cv07: 7;
    cv08: 8;
    cv09: 9;
    cv10: 10;
    cv11: 11;
    cv12: 12;
    cv13: 13;
    alt-1: 1; /* Alternate one */
    alt-3: 9; /* Flat-top three */
    open-4: 2; /* Open four */
    open-6: 3; /* Open six */
    open-9: 4; /* Open nine */
    lc-l-with-tail: 5; /* Lower-case L with tail */
    simplified-u: 6; /* Simplified u */
    alt-double-s: 7; /* Alternate German double s */
    uc-i-with-serif: 8; /* Upper-case i with serif */
    uc-g-with-spur: 10; /* Capital G with spur */
    single-story-a: 11; /* Single-story a */
    compact-lc-f: 12; /* Compact f */
    compact-lc-t: 13; /* Compact t */
  }
  @styleset {
    ss01: 1;
    ss02: 2;
    ss03: 3;
    ss04: 4;
    ss05: 5;
    ss06: 6;
    ss07: 7;
    ss08: 8;
    open-digits: 1; /* Open digits */
    disambiguation: 2; /* Disambiguation (with zero) */
    disambiguation-except-zero: 4; /* Disambiguation (no zero) */
    round-quotes-and-commas: 3; /* Round quotes &amp; commas */
    square-punctuation: 7; /* Square punctuation */
    square-quotes: 8; /* Square quotes */
    circled-characters: 5; /* Circled characters */
    squared-characters: 6; /* Squared characters */
  }
}

.heading-0 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 22px;
  letter-spacing: -0.0015em;
  color: var(--squidInk-shade);
}

.heading-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 22px;
  letter-spacing: -0.005em;
  color: var(--squidInk-shade);
}

.heading-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-3, .heading-3-alert {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.heading-3-alert {
  font-weight: bold;
}

.heading-4 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--squidInk-shade);
}

.heading-5 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.body-text, .body-text-bold, .body-text-semibold, .body-text-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text .link, .body-text-bold .link, .body-text-semibold .link, .body-text-1 .link {
  text-decoration-line: underline;
  color: var(--pumpkin-primary);
  opacity: 0.8;
}

.body-text-1 {
  font-size: 15px;
}

.body-text-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: var(--squidInk-shade);
}

.body-text-semibold {
  font-family: InterVariable;
  color: var(--squidInk-shade);
}

.body-text-bold {
  font-family: InterVariable;
}

.button-text {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.0125em;
  color: var(--squidInk-shade);
}

.caption-12 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.004em;
  color: var(--squidInk-shade);
}

.typo-bold {
  font-family: InterVariable;
}

.typo-semi-bold {
  font-family: InterVariable;
}

.subtitle-2 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-3 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: var(--squidInk-shade);
}

.subtitle-1 {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
  color: var(--squidInk-shade);
}

.caption-11-ibmPlex {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: var(--squidInk-shade);
}

/*spacing define here 
usage: 
{m|p}space-{t|r|b|l}-{size} => for top, right, bottom, left

{m|p}space-{x|y}-{size} => for rightLeft, topbottom

defentions:

{m|p} => margin|Padding
{t|r|b|l} => top|right|bottom|left
{x|y} => Both right and left| both top and bottom
*/

.mspace-t-8 {
  margin: 8px 0 0 0;
}

.mspace-r-8 {
  margin: 0 8px 0 0;
}

.mspace-r-10 {
  margin: 0 10px 0 0;
}

.mspace-b-8 {
  margin: 0 0 8px 0;
}

.mspace-l-8 {
  margin: 0 0 0 8px;
}

.mspace-x-8 {
  margin: 0 8px 0 8px;
}

.mspace-y-8 {
  margin: 8px 0 8px 0;
}

.pspace-t-8 {
  padding: 8px 0 0 0;
}

.pspace-r-8 {
  padding: 0 8px 0 0;
}

.pspace-b-8 {
  padding: 0 0 8px 0;
}

.pspace-l-8 {
  padding: 0 0 0 8px;
}

.pspace-x-8 {
  padding: 0 8px 0 8px;
}

.pspace-y-8 {
  padding: 8px 0 8px 0;
}

.mspace-t-16 {
  margin: 16px 0 0 0;
}

.mspace-r-16 {
  margin: 0 16px 0 0;
}

.mspace-b-16 {
  margin: 0 0 16px 0;
}

.mspace-l-16 {
  margin: 0 0 0 16px;
}

.mspace-x-16 {
  margin: 0 16px 0 16px;
}

.mspace-y-16 {
  margin: 16px 0 16px 0;
}

.pspace-t-16 {
  padding: 16px 0 0 0;
}

.pspace-r-16 {
  padding: 0 16px 0 0;
}

.pspace-b-16 {
  padding: 0 0 16px 0;
}

.pspace-l-16 {
  padding: 0 0 0 16px;
}

.pspace-x-16 {
  padding: 0 16px 0 16px;
}

.pspace-y-16 {
  padding: 16px 0 16px 0;
}

.mspace-t-24 {
  margin: 24px 0 0 0;
}

.mspace-r-24 {
  margin: 0 24px 0 0;
}

.mspace-b-24 {
  margin: 0 0 24px 0;
}

.mspace-l-24 {
  margin: 0 0 0 24px;
}

.mspace-x-24 {
  margin: 0 24px 0 24px;
}

.mspace-y-24 {
  margin: 24px 0 24px 0;
}

.pspace-t-24 {
  padding: 24px 0 0 0;
}

.pspace-r-24 {
  padding: 0 24px 0 0;
}

.pspace-b-24 {
  padding: 0 0 24px 0;
}

.pspace-l-24 {
  padding: 0 0 0 24px;
}

.pspace-x-24 {
  padding: 0 24px 0 24px;
}

.pspace-y-24 {
  padding: 24px 0 24px 0;
}

.mspace-t-40 {
  margin: 40px 0 0 0;
}

.mspace-r-40 {
  margin: 0 40px 0 0;
}

.mspace-b-40 {
  margin: 0 0 40px 0;
}

.mspace-l-40 {
  margin: 0 0 0 40px;
}

.mspace-x-40 {
  margin: 0 40px 0 40px;
}

.mspace-y-40 {
  margin: 40px 0 40px 0;
}

.pspace-t-40 {
  padding: 40px 0 0 0;
}

.pspace-r-40 {
  padding: 0 40px 0 0;
}

.pspace-b-40 {
  padding: 0 0 40px 0;
}

.pspace-l-40 {
  padding: 0 0 0 40px;
}

.pspace-x-40 {
  padding: 0 40px 0 40px;
}

.pspace-y-40 {
  padding: 40px 0 40px 0;
}

.mspace-t-48 {
  margin: 48px 0 0 0;
}

.mspace-r-48 {
  margin: 0 48px 0 0;
}

.mspace-b-48 {
  margin: 0 0 48px 0;
}

.mspace-l-48 {
  margin: 0 0 0 48px;
}

.mspace-x-48 {
  margin: 0 48px 0 48px;
}

.mspace-y-48 {
  margin: 48px 0 48px 0;
}

.pspace-t-48 {
  padding: 48px 0 0 0;
}

.pspace-r-48 {
  padding: 0 48px 0 0;
}

.pspace-b-48 {
  padding: 0 0 48px 0;
}

.pspace-l-48 {
  padding: 0 0 0 48px;
}

.pspace-x-48 {
  padding: 0 48px 0 48px;
}

.pspace-y-48 {
  padding: 48px 0 48px 0;
}

.mspace-t-56 {
  margin: 56px 0 0 0;
}

.mspace-r-56 {
  margin: 0 56px 0 0;
}

.mspace-b-56 {
  margin: 0 0 56px 0;
}

.mspace-l-56 {
  margin: 0 0 0 56px;
}

.mspace-x-56 {
  margin: 0 56px 0 56px;
}

.mspace-y-56 {
  margin: 56px 0 56px 0;
}

.pspace-t-56 {
  padding: 56px 0 0 0;
}

.pspace-r-56 {
  padding: 0 56px 0 0;
}

.pspace-b-56 {
  padding: 0 0 56px 0;
}

.pspace-l-56 {
  padding: 0 0 0 56px;
}

.pspace-x-56 {
  padding: 0 56px 0 56px;
}

.pspace-y-56 {
  padding: 56px 0 56px 0;
}

.mspace-t-64 {
  margin: 64px 0 0 0;
}

.mspace-r-64 {
  margin: 0 64px 0 0;
}

.mspace-b-64 {
  margin: 0 0 64px 0;
}

.mspace-l-64 {
  margin: 0 0 0 64px;
}

.mspace-x-64 {
  margin: 0 64px 0 64px;
}

.mspace-y-64 {
  margin: 64px 0 64px 0;
}

.pspace-t-64 {
  padding: 64px 0 0 0;
}

.pspace-r-64 {
  padding: 0 64px 0 0;
}

.pspace-b-64 {
  padding: 0 0 64px 0;
}

.pspace-l-64 {
  padding: 0 0 0 64px;
}

.pspace-x-64 {
  padding: 0 64px 0 64px;
}

.pspace-y-64 {
  padding: 64px 0 64px 0;
}

.mspace-t-72 {
  margin: 72px 0 0 0;
}

.mspace-r-72 {
  margin: 0 72px 0 0;
}

.mspace-b-72 {
  margin: 0 0 72px 0;
}

.mspace-l-72 {
  margin: 0 0 0 72px;
}

.mspace-x-72 {
  margin: 0 72px 0 72px;
}

.mspace-y-72 {
  margin: 72px 0 72px 0;
}

.pspace-t-72 {
  padding: 72px 0 0 0;
}

.pspace-r-72 {
  padding: 0 72px 0 0;
}

.pspace-b-72 {
  padding: 0 0 72px 0;
}

.pspace-l-72 {
  padding: 0 0 0 72px;
}

.pspace-x-72 {
  padding: 0 72px 0 72px;
}

.pspace-y-72 {
  padding: 72px 0 72px 0;
}

input[type=radio] {
  -moz-appearance: initial;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}

input[type=radio]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

input[type=radio]:hover:before {
  box-shadow: 0 0 14px 14px rgba(170, 170, 170, 0.16);
}

input[type=radio]:hover:checked::before {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]:hover:disabled::before {
  box-shadow: none;
}

input[type=radio]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=radio]:checked::before {
  background: var(--cloud);
  border-color: var(--pumpkin-primary);
}

input[type=radio]:checked::before:hover {
  box-shadow: 0 0 14px 14px var(--pumpkin-lightTint);
}

input[type=radio]::after {
  position: relative;
  top: -12px;
  left: 8px;
  display: block;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
}

input[type=radio]:checked::after {
  background: var(--pumpkin-primary);
  border-color: var(--pumpkin-primary);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=radio]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=radio]:disabled:checked::before {
  background: var(--cloud);
  border-color: var(--africanDiamond);
}

input[type=radio]:disabled:checked::after {
  background: var(--africanDiamond);
  border-color: var(--africanDiamond);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -15px;
  left: 5px;
}

input[type=checkbox] {
  -moz-appearance: initial;
  outline: none;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  appearance: none;
}

input[type=checkbox]:focus {
  outline: 0;
}

input[type=checkbox]::before {
  position: relative;
  display: block;
  content: "";
  background: var(--cloud);
  border: 2px solid var(--africanDiamond);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type=checkbox]:hover:before {
  box-shadow: 0 0 24px 14px rgba(170, 170, 170, 0.16);
}

input[type=checkbox]:hover:checked::before {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:hover:disabled::before {
  box-shadow: none;
}

input[type=checkbox]:hover:disabled:checked::before {
  box-shadow: none;
}

input[type=checkbox]:checked::before {
  background: var(--pumpkin-primary);
  border: 0;
}

input[type=checkbox]:checked::before:hover {
  box-shadow: 0 0 24px 14px var(--pumpkin-lightTint);
}

input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-color: var(--cloud);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  position: relative;
  left: 6px;
  top: -16px;
}

input[type=checkbox]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked::before {
  background: var(--squidInk-primary);
  border-color: var(--squidInk-primary);
  opacity: 0.24;
}

input[type=checkbox]:disabled:checked::after {
  border-color: var(--cloud);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: relative;
  top: -16px;
  left: 6px;
}

button:focus {
  outline: none !important;
}

.version {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0 0 0 40px;
  color: var(--cloud);
}

.back-button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 999999;
}

.tooltip-show {
  transform: scale(1) !important;
}

.rc-anchor-pt {
  right: 10% !important;
}

.grecaptcha-badge {
  display: none;
}

.error_banner, .dashboard_error_banner {
  position: fixed;
  z-index: 9999999;
  top: 16px !important;
  width: inherit;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dashboard_error_banner {
  margin: 0 0 0 232px;
  width: calc(100% - 232px);
  left: 232px;
  transform: translateX(-232px);
}

.ellipsis {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none;
}

.full-height {
  height: 100%;
}

.link {
  color: var(--pumpkin-primary);
  font-weight: 550 !important;
  font-size: 12.5px !important;
}

.btn {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  line-height: normal;
  font-size: 14px;
}

.btn[data-loading=true] {
  cursor: not-allowed;
}

.btn[data-loading=true]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid transparent;
  border-top-color: var(--cloud);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.btn-small {
  border-radius: 4px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
}

.btn-primary {
  background: var(--pumpkin-primary);
  color: var(--cloud);
}

.btn-primary:hover:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  transition: all 0.3s ease;
}

.btn-primary:active:not(.btn-disabled) {
  background: var(--pumpkin-shade);
}

.btn-secondary {
  background: var(--cloud);
  color: var(--pumpkin-primary);
  border: 1px solid var(--pumpkin-primary);
  box-sizing: border-box;
}

.btn-secondary:hover:not(.btn-disabled) {
  background: var(--pumpkin-lightTint);
  transition: all 0.3s ease;
}

.btn-secondary:active:not(.btn-disabled) {
  background: var(--pumpkin-mediumTint);
  color: var(--pumpkin-shade);
  opacity: 0.4;
}

.btn-destructive {
  background: var(--indianChilliRed-primary);
  color: var(--cloud);
}

.btn-destructive:hover:not(.btn-disabled) {
  background: var(--indianChilliRed-primary);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.btn-destructive:active:not(.btn-disabled) {
  background: var(--indianChilliRed-shade);
}

.btn-disabled {
  background: var(--zircon);
  color: var(--cloud);
  border-radius: 4px;
  cursor: not-allowed;
}

.grids {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}

.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}

.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}

.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}

.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}

.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}

.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}

.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}

.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6129032258%;
  padding-right: 1.6129032258%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6592920354%;
    padding-right: 1.6592920354%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.list-table-wrapper {
  padding: 0px 24px 24px 24px;
  overflow-x: auto;
}

.list-table-wrapper .list-table {
  border-collapse: collapse;
  width: 100%;
}

.list-table-wrapper .list-table .link {
  padding: 0;
  color: var(--pumpkin-shade);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-table-wrapper .list-table .list-table-header {
  height: 48px;
  background: rgba(var(--squidInk-shade-rgb), 0.75);
}

.list-table-wrapper .list-table .list-table-header tr {
  height: 48px;
}

.list-table-wrapper .list-table .list-table-header tr th {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--vanilla);
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table .list-table-header tr th {
    padding: 0 24px 0;
  }
}

.list-table-wrapper .list-table .list-table-header tr th:first-child {
  border-radius: 4px 0 0 0;
}

.list-table-wrapper .list-table .list-table-header tr th:last-child {
  border-radius: 0 4px 0 0;
}

.list-table-wrapper .list-table tbody {
  border: 1px solid var(--rainCloud);
}

.list-table-wrapper .list-table tbody tr {
  height: 40px;
  background: var(--cloud);
}

.list-table-wrapper .list-table tbody tr td {
  padding: 0 0 0 24px;
  text-align: left;
  color: var(--squidInk-primary);
}

.list-table-wrapper .list-table tbody tr td.empty-table {
  text-align: center;
}

@media screen and (max-width: 1024px) and (max-height: 952px) {
  .list-table-wrapper .list-table tbody tr td {
    padding: 0 8px 0;
  }
}

.list-table-wrapper .list-table tbody tr:nth-child(even) {
  background: rgba(var(--thunderCloud-rgb), 0.16);
}

#page-loading {
  position: fixed;
  z-index: 1000000;
}

#page-loading[data-state=false] {
  display: none;
}

.three-balls {
  margin: 0 auto;
  width: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  z-index: 999999999;
}

.three-balls .ball {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  animation: bouncedelay 2s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}

.three-balls .ball1 {
  animation-delay: -0.16s;
}

.three-balls .ball2 {
  animation-delay: -0.08s;
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: var(--pumpkin-primary);
  }
  16.66% {
    bottom: 40px;
    background-color: var(--pumpkin-primary);
  }
  33.33% {
    bottom: 0px;
    background-color: var(--pumpkin-primary);
  }
  50% {
    bottom: 40px;
    background-color: var(--pumpkin-primary);
  }
  66.66% {
    bottom: 0px;
    background-color: var(--pumpkin-primary);
  }
  83.33% {
    bottom: 40px;
    background-color: var(--pumpkin-primary);
  }
  100% {
    bottom: 0;
    background-color: var(--pumpkin-primary);
  }
}

@keyframes loader-animation {
  0% {
    background-position: 0 0;
  }
  98% {
    background-image: linear-gradient(to left, var(--pumpkin-mediumTint) 50%, var(--cloud) 50%);
  }
  100% {
    background-position: -100% 100%;
    background-image: linear-gradient(to left, var(--kushGreen-mediumTint) 50%, var(--kushGreen-mediumTint) 50%);
  }
}

@keyframes loader-bounce-animation {
  0% {
    left: -100%;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.loader {
  height: 4px;
  width: 100%;
}

.loader .bar {
  width: 100%;
  position: fixed;
  top: 0;
  height: 4px;
  background: var(--pumpkin-primary);
  z-index: 99999999;
  animation-name: loader-bounce-animation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}