*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e5e5;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #a3a3a3;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.tw-invisible {
  visibility: hidden !important;
}

.tw-fixed {
  position: fixed !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

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

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

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

.tw-left-4 {
  left: 1rem !important;
}

.tw-left-\[4px\] {
  left: 4px !important;
}

.tw-right-\[5px\] {
  right: 5px !important;
}

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

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

.tw-top-\[-3px\] {
  top: -3px !important;
}

.tw-top-\[5px\] {
  top: 5px !important;
}

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

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

.tw-col-span-1 {
  grid-column: span 1/span 1 !important;
}

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

.tw-col-span-9 {
  grid-column: span 9/span 9 !important;
}

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

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

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

.tw-m-2\.5 {
  margin: 0.625rem !important;
}

.tw-m-3 {
  margin: 0.75rem !important;
}

.tw-m-\[10px\] {
  margin: 10px !important;
}

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

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

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

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

.tw-mx-\[10px\] {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

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

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

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

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

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

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

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

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

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

.tw-mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

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

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

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

.tw-mb-\[10px\] {
  margin-bottom: 10px !important;
}

.tw-mb-\[4px\] {
  margin-bottom: 4px !important;
}

.tw-mb-\[5px\] {
  margin-bottom: 5px !important;
}

.tw-mb-\[7px\] {
  margin-bottom: 7px !important;
}

.tw-mb-\[8px\] {
  margin-bottom: 8px !important;
}

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

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

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

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

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

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

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

.tw-ml-\[100px\] {
  margin-left: 100px !important;
}

.tw-ml-\[10px\] {
  margin-left: 10px !important;
}

.tw-ml-\[18px\] {
  margin-left: 18px !important;
}

.tw-ml-\[4px\] {
  margin-left: 4px !important;
}

.tw-ml-\[5px\] {
  margin-left: 5px !important;
}

.tw-ml-\[9px\] {
  margin-left: 9px !important;
}

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

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

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

.tw-mr-10 {
  margin-right: 2.5rem !important;
}

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

.tw-mr-2\.5 {
  margin-right: 0.625rem !important;
}

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

.tw-mr-\[10px\] {
  margin-right: 10px !important;
}

.tw-mr-\[12px\] {
  margin-right: 12px !important;
}

.tw-mr-\[28px\] {
  margin-right: 28px !important;
}

.tw-mr-\[350px\] {
  margin-right: 350px !important;
}

.tw-mr-\[4px\] {
  margin-right: 4px !important;
}

.tw-mr-\[72px\] {
  margin-right: 72px !important;
}

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

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

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

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

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

.tw-mt-2\.5 {
  margin-top: 0.625rem !important;
}

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

.tw-mt-3\.5 {
  margin-top: 0.875rem !important;
}

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

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

.tw-mt-6 {
  margin-top: 1.5rem !important;
}

.tw-mt-\[10px\] {
  margin-top: 10px !important;
}

.tw-mt-\[19px\] {
  margin-top: 19px !important;
}

.tw-mt-\[20px\] {
  margin-top: 20px !important;
}

.tw-mt-\[21px\] {
  margin-top: 21px !important;
}

.tw-mt-\[5px\] {
  margin-top: 5px !important;
}

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

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

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

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

.tw-grid {
  display: grid !important;
}

.tw-contents {
  display: contents !important;
}

.tw-hidden {
  display: none !important;
}

.tw-aspect-square {
  aspect-ratio: 1/1 !important;
}

.tw-size-8 {
  width: 2rem !important;
  height: 2rem !important;
}

.\!tw-h-7 {
  height: 1.75rem !important;
}

.tw-h-0 {
  height: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.tw-h-7 {
  height: 1.75rem !important;
}

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

.tw-h-\[18px\] {
  height: 18px !important;
}

.tw-h-\[20px\] {
  height: 20px !important;
}

.tw-h-\[22px\] {
  height: 22px !important;
}

.tw-h-\[24px\] {
  height: 24px !important;
}

.tw-h-\[27px\] {
  height: 27px !important;
}

.tw-h-\[30px\] {
  height: 30px !important;
}

.tw-h-\[40vh\] {
  height: 40vh !important;
}

.tw-h-\[54px\] {
  height: 54px !important;
}

.tw-h-\[55px\] {
  height: 55px !important;
}

.tw-h-\[88vh\] {
  height: 88vh !important;
}

.tw-h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

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

.tw-max-h-\[22px\] {
  max-height: 22px !important;
}

.tw-max-h-\[40vh\] {
  max-height: 40vh !important;
}

.tw-max-h-\[60vh\] {
  max-height: 60vh !important;
}

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

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

.tw-min-h-36 {
  min-height: 9rem !important;
}

.tw-min-h-\[70vh\] {
  min-height: 70vh !important;
}

.tw-min-h-\[84vh\] {
  min-height: 84vh !important;
}

.\!tw-w-\[20\%\] {
  width: 20% !important;
}

.\!tw-w-\[900px\] {
  width: 900px !important;
}

.tw-w-0 {
  width: 0px !important;
}

.tw-w-1\/12 {
  width: 8.333333% !important;
}

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

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

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

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

.tw-w-11\/12 {
  width: 91.666667% !important;
}

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

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

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

.tw-w-2\/12 {
  width: 16.666667% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-w-8\/12 {
  width: 66.666667% !important;
}

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

.tw-w-9 {
  width: 2.25rem !important;
}

.tw-w-\[10\%\] {
  width: 10% !important;
}

.tw-w-\[120px\] {
  width: 120px !important;
}

.tw-w-\[140px\] {
  width: 140px !important;
}

.tw-w-\[15\%\] {
  width: 15% !important;
}

.tw-w-\[16\%\] {
  width: 16% !important;
}

.tw-w-\[160px\] {
  width: 160px !important;
}

.tw-w-\[184px\] {
  width: 184px !important;
}

.tw-w-\[20\%\] {
  width: 20% !important;
}

.tw-w-\[22px\] {
  width: 22px !important;
}

.tw-w-\[24px\] {
  width: 24px !important;
}

.tw-w-\[25px\] {
  width: 25px !important;
}

.tw-w-\[27\%\] {
  width: 27% !important;
}

.tw-w-\[27px\] {
  width: 27px !important;
}

.tw-w-\[28\%\] {
  width: 28% !important;
}

.tw-w-\[300px\] {
  width: 300px !important;
}

.tw-w-\[30px\] {
  width: 30px !important;
}

.tw-w-\[315px\] {
  width: 315px !important;
}

.tw-w-\[33\%\] {
  width: 33% !important;
}

.tw-w-\[36\%\] {
  width: 36% !important;
}

.tw-w-\[40\%\] {
  width: 40% !important;
}

.tw-w-\[40vw\] {
  width: 40vw !important;
}

.tw-w-\[5\%\] {
  width: 5% !important;
}

.tw-w-\[60vw\] {
  width: 60vw !important;
}

.tw-w-\[90vw\] {
  width: 90vw !important;
}

.tw-w-\[95\%\] {
  width: 95% !important;
}

.tw-w-\[96\%\] {
  width: 96% !important;
}

.tw-w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

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

.\!tw-min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

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

.tw-min-w-\[35vw\] {
  min-width: 35vw !important;
}

.tw-min-w-\[400px\] {
  min-width: 400px !important;
}

.tw-min-w-\[500px\] {
  min-width: 500px !important;
}

.tw-min-w-\[90px\] {
  min-width: 90px !important;
}

.tw-min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

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

.tw-max-w-\[400px\] {
  max-width: 400px !important;
}

.tw-max-w-\[60vw\] {
  max-width: 60vw !important;
}

.tw-max-w-\[840px\] {
  max-width: 840px !important;
}

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

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

.tw-flex-shrink {
  flex-shrink: 1 !important;
}

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

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

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

.tw-table-fixed {
  table-layout: fixed !important;
}

.tw--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.tw--rotate-90 {
  --tw-rotate: -90deg !important;
  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)) !important;
}

.tw-rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}

.tw-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)) !important;
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}
.tw-animate-spin {
  animation: tw-spin 1s linear infinite !important;
}

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

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

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

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

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

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

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

.tw-grid-cols-\[300px\,4fr\,2fr\] {
  grid-template-columns: 300px 4fr 2fr !important;
}

.tw-grid-cols-\[300px\,4fr\] {
  grid-template-columns: 300px 4fr !important;
}

.tw-grid-rows-\[repeat\(3\,_10px\)\] {
  grid-template-rows: repeat(3, 10px) !important;
}

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

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

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

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

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

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

.tw-items-stretch {
  align-items: stretch !important;
}

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

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

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

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

.tw-justify-stretch {
  justify-content: stretch !important;
}

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

.tw-gap-1 {
  gap: 0.25rem !important;
}

.tw-gap-10 {
  gap: 2.5rem !important;
}

.tw-gap-2 {
  gap: 0.5rem !important;
}

.tw-gap-3 {
  gap: 0.75rem !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-\[20px\] {
  gap: 20px !important;
}

.tw-gap-\[4px\] {
  gap: 4px !important;
}

.tw-gap-\[8px\] {
  gap: 8px !important;
}

.tw-gap-x-2 {
  column-gap: 0.5rem !important;
}

.tw-gap-x-3 {
  column-gap: 0.75rem !important;
}

.tw-gap-x-4 {
  column-gap: 1rem !important;
}

.tw-gap-x-5 {
  column-gap: 1.25rem !important;
}

.tw-gap-x-\[60px\] {
  column-gap: 60px !important;
}

.tw-gap-y-\[10px\] {
  row-gap: 10px !important;
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-primary-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(187 222 251/var(--tw-divide-opacity, 1)) !important;
}

.tw-self-end {
  align-self: flex-end !important;
}

.tw-justify-self-end {
  justify-self: end !important;
}

.tw-overflow-auto {
  overflow: auto !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-x-auto {
  overflow-x: auto !important;
}

.tw-overflow-y-auto {
  overflow-y: auto !important;
}

.tw-overflow-x-hidden {
  overflow-x: hidden !important;
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll {
  overflow-y: scroll !important;
}

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

.tw-whitespace-normal {
  white-space: normal !important;
}

.tw-whitespace-nowrap {
  white-space: nowrap !important;
}

.tw-break-words {
  overflow-wrap: break-word !important;
}

.\!tw-rounded-\[10px\] {
  border-radius: 10px !important;
}

.tw-rounded {
  border-radius: 0.25rem !important;
}

.tw-rounded-2xl {
  border-radius: 1rem !important;
}

.tw-rounded-3xl {
  border-radius: 1.5rem !important;
}

.tw-rounded-\[10px\] {
  border-radius: 10px !important;
}

.tw-rounded-\[5px\] {
  border-radius: 5px !important;
}

.tw-rounded-full {
  border-radius: 9999px !important;
}

.tw-rounded-lg {
  border-radius: 0.5rem !important;
}

.tw-rounded-md {
  border-radius: 0.375rem !important;
}

.tw-rounded-none {
  border-radius: 0px !important;
}

.tw-rounded-sm {
  border-radius: 0.125rem !important;
}

.tw-rounded-xl {
  border-radius: 0.75rem !important;
}

.\!tw-rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.\!tw-rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.\!tw-rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-l-\[5px\] {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-r-\[5px\] {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px !important;
}

.tw-rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-br-\[10px\] {
  border-bottom-right-radius: 10px !important;
}

.tw-rounded-br-\[5px\] {
  border-bottom-right-radius: 5px !important;
}

.tw-rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-tl-\[10px\] {
  border-top-left-radius: 10px !important;
}

.tw-rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.tw-rounded-tr-\[10px\] {
  border-top-right-radius: 10px !important;
}

.tw-rounded-tr-\[5px\] {
  border-top-right-radius: 5px !important;
}

.tw-rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.tw-border {
  border-width: 1px !important;
}

.tw-border-0 {
  border-width: 0px !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border-4 {
  border-width: 4px !important;
}

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

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

.tw-border-b-\[1px\] {
  border-bottom-width: 1px !important;
}

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

.tw-border-l-2 {
  border-left-width: 2px !important;
}

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

.tw-border-r-4 {
  border-right-width: 4px !important;
}

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

.tw-border-solid {
  border-style: solid !important;
}

.tw-border-dashed {
  border-style: dashed !important;
}

.tw-border-none {
  border-style: none !important;
}

.tw-border-\[\#00a3f5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 163 245/var(--tw-border-opacity, 1)) !important;
}

.tw-border-\[\#60A5FA\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250/var(--tw-border-opacity, 1)) !important;
}

.tw-border-\[\#BBDEFB\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 222 251/var(--tw-border-opacity, 1)) !important;
}

.tw-border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254/var(--tw-border-opacity, 1)) !important;
}

.tw-border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246/var(--tw-border-opacity, 1)) !important;
}

.tw-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245/var(--tw-border-opacity, 1)) !important;
}

.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229/var(--tw-border-opacity, 1)) !important;
}

.tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 162 246/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 62 80/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary-green {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 222 251/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 67 54/var(--tw-border-opacity, 1)) !important;
}

.tw-border-primary-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 199 0/var(--tw-border-opacity, 1)) !important;
}

.tw-border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165/var(--tw-border-opacity, 1)) !important;
}

.tw-border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28/var(--tw-border-opacity, 1)) !important;
}

.tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255/var(--tw-border-opacity, 1)) !important;
}

.tw-border-b-\[\#00A3F5\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 163 245/var(--tw-border-opacity, 1)) !important;
}

.\!tw-bg-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 222 251/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 64 64/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 162 246/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 62 80/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 222 251/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 247 255/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-lightest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 252 255/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 67 54/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-red\/20 {
  background-color: rgba(244, 67, 54, 0.2) !important;
}

.tw-bg-primary-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 199 0/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-yellow\/20 {
  background-color: rgba(255, 199, 0, 0.2) !important;
}

.tw-bg-primary\/20 {
  background-color: rgba(0, 162, 246, 0.2) !important;
}

.tw-bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 0 209/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-transparent {
  background-color: transparent !important;
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-white\/25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.tw-object-contain {
  object-fit: contain !important;
}

.tw-p-0 {
  padding: 0px !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-2\.5 {
  padding: 0.625rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-32 {
  padding: 8rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-\[10px\] {
  padding: 10px !important;
}

.\!tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.tw-px-\[4px\] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.tw-px-\[6px\] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.tw-px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.tw-py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.tw-py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.tw-pb-0 {
  padding-bottom: 0px !important;
}

.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.tw-pb-12 {
  padding-bottom: 3rem !important;
}

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

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

.tw-pb-32 {
  padding-bottom: 8rem !important;
}

.tw-pb-4 {
  padding-bottom: 1rem !important;
}

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

.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}

.tw-pl-1 {
  padding-left: 0.25rem !important;
}

.tw-pl-10 {
  padding-left: 2.5rem !important;
}

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

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

.tw-pl-4 {
  padding-left: 1rem !important;
}

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

.tw-pl-6 {
  padding-left: 1.5rem !important;
}

.tw-pl-8 {
  padding-left: 2rem !important;
}

.tw-pl-\[3px\] {
  padding-left: 3px !important;
}

.tw-pr-0 {
  padding-right: 0px !important;
}

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

.tw-pr-10 {
  padding-right: 2.5rem !important;
}

.tw-pr-12 {
  padding-right: 3rem !important;
}

.tw-pr-16 {
  padding-right: 4rem !important;
}

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

.tw-pr-4 {
  padding-right: 1rem !important;
}

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

.tw-pr-6 {
  padding-right: 1.5rem !important;
}

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

.tw-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

.tw-pt-3\.5 {
  padding-top: 0.875rem !important;
}

.tw-pt-4 {
  padding-top: 1rem !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-text-right {
  text-align: right !important;
}

.tw-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.tw-text-\[0\.7rem\] {
  font-size: 0.7rem !important;
}

.tw-text-\[12px\] {
  font-size: 12px !important;
}

.tw-text-\[14px\] {
  font-size: 14px !important;
}

.tw-text-\[16px\] {
  font-size: 16px !important;
}

.tw-text-\[20vw\] {
  font-size: 20vw !important;
}

.tw-text-\[24px\] {
  font-size: 24px !important;
}

.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.tw-font-black {
  font-weight: 900 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-thin {
  font-weight: 100 !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-italic {
  font-style: italic !important;
}

.tw-leading-3 {
  line-height: 0.75rem !important;
}

.tw-leading-5 {
  line-height: 1.25rem !important;
}

.tw-leading-\[12px\] {
  line-height: 12px !important;
}

.tw-leading-\[16px\] {
  line-height: 16px !important;
}

.tw-leading-\[40px\] {
  line-height: 40px !important;
}

.tw-leading-snug {
  line-height: 1.375 !important;
}

.\!tw-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 162 246/var(--tw-text-opacity, 1)) !important;
}

.\!tw-text-primary-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 229/var(--tw-text-opacity, 1)) !important;
}

.tw-text-\[\#2c3e50\] {
  --tw-text-opacity: 1 !important;
  color: rgb(44 62 80/var(--tw-text-opacity, 1)) !important;
}

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity, 1)) !important;
}

.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115/var(--tw-text-opacity, 1)) !important;
}

.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82/var(--tw-text-opacity, 1)) !important;
}

.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23/var(--tw-text-opacity, 1)) !important;
}

.tw-text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94/var(--tw-text-opacity, 1)) !important;
}

.tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 162 246/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary-alt {
  --tw-text-opacity: 1 !important;
  color: rgb(21 101 192/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(44 62 80/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary-green {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(187 222 251/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary-red {
  --tw-text-opacity: 1 !important;
  color: rgb(244 67 54/var(--tw-text-opacity, 1)) !important;
}

.tw-text-primary-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 199 0/var(--tw-text-opacity, 1)) !important;
}

.tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68/var(--tw-text-opacity, 1)) !important;
}

.tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38/var(--tw-text-opacity, 1)) !important;
}

.tw-text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(103 0 209/var(--tw-text-opacity, 1)) !important;
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity, 1)) !important;
}

.tw-underline {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.tw-line-through {
  -webkit-text-decoration-line: line-through !important;
  text-decoration-line: line-through !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-opacity-60 {
  opacity: 0.6 !important;
}

.tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-shadow-\[0px_1px_4px_rgba\(0\,_0\,_0\,_0\.25\)\] {
  --tw-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
  --tw-shadow-colored: 0px 1px 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;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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;
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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;
}

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

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 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;
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-primary-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(187 222 251 / var(--tw-ring-opacity, 1)) !important;
}

.tw-ring-primary-red {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 67 54 / var(--tw-ring-opacity, 1)) !important;
}

.tw-grayscale {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.tw-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) !important;
}

.tw-backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-duration-500 {
  transition-duration: 500ms !important;
}

.\!tw-bg-primary-light {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(187 222 251 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(217 119 6 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(64 64 64 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-green-200 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(187 247 208 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(0 162 246 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-dark {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(44 62 80 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-gray {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-green {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-light {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(187 222 251 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-lighter {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(237 247 255 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-lightest {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(247 252 255 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-red {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(244 67 54 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-red\/20 {
  --tw-bg-base: rgb(244 67 54 / 0.2) !important;
}

.tw-bg-primary-yellow {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(255 199 0 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-primary-yellow\/20 {
  --tw-bg-base: rgb(255 199 0 / 0.2) !important;
}

.tw-bg-primary\/20 {
  --tw-bg-base: rgb(0 162 246 / 0.2) !important;
}

.tw-bg-red-100 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-red-200 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-secondary {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(103 0 209 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-transparent {
  --tw-bg-base: transparent !important;
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.tw-bg-white\/25 {
  --tw-bg-base: rgb(255 255 255 / 0.25) !important;
}

.tw-elevation-1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}

.tw-elevation-2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.tw-elevation-18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
}

.\[key\:string\] {
  key: string !important;
}

.first\:tw-border-none:first-child {
  border-style: none !important;
}

.last\:tw-border-none:last-child {
  border-style: none !important;
}

.even\:tw-bg-primary-lighter:nth-child(even) {
  background-color: rgb(237 247 255/var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(237 247 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-border-blue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254/var(--tw-border-opacity, 1)) !important;
}

.hover\:tw-border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28/var(--tw-border-opacity, 1)) !important;
}

.hover\:tw-bg-blue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253/var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245/var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229/var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-primary-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 222 251/var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-primary\/10:hover {
  background-color: rgba(0, 162, 246, 0.1) !important;
}

.hover\:tw-bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:tw-bg-blue-300:hover {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(147 197 253 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-primary-light:hover {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(187 222 251 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-primary\/10:hover {
  --tw-bg-base: rgb(0 162 246 / 0.1) !important;
}

.hover\:tw-bg-transparent:hover {
  --tw-bg-base: transparent !important;
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  --tw-bg-base: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.even\:hover\:tw-bg-primary\/20:hover:nth-child(even) {
  background-color: rgba(0, 162, 246, 0.2) !important;
  --tw-bg-base: rgb(0 162 246 / 0.2) !important;
}

@media (min-width: 1024px) {
  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-hidden {
    display: none !important;
  }

  .lg\:tw-min-w-\[600px\] {
    min-width: 600px !important;
  }
}
#svg-map {
  background: #f1f1f1;
  fill: #00a3f9;
}
#svg-map.client path {
  stroke: #000;
}
#svg-map.client path.hovered {
  fill: #000 !important;
}
#svg-map path {
  fill: transparent;
  transition: all 0.3s;
  stroke: #6700d1;
  stroke-width: 1px;
  cursor: pointer;
}
#svg-map path.hovered {
  fill: #6700d1 !important;
}
#svg-map #RUS2167 {
  fill: #00a3f9;
}
#svg-map #RUS2279 {
  fill: #00a3f9;
}
#svg-map #RUS2280 {
  fill: #00a3f9;
}
#svg-map #RUS2303 {
  fill: #00a3f9;
}
#svg-map #RUS2304 {
  fill: #00a3f9;
}
#svg-map #RUS2306 {
  fill: #00a3f9;
}
#svg-map #RUS2336 {
  fill: #00a3f9;
}
#svg-map #RUS2337 {
  fill: #00a3f9;
}
#svg-map #RUS2353 {
  fill: #00a3f9;
}
#svg-map #RUS2357 {
  fill: #00a3f9;
}
#svg-map #RUS2365 {
  fill: #00a3f9;
}
#svg-map #RUS2366 {
  fill: #00a3f9;
}
#svg-map #RUS2367 {
  fill: #00a3f9;
}
#svg-map #RUS2612 {
  fill: #00a3f9;
}
#svg-map #RUS2613 {
  fill: #00a3f9;
}
#svg-map #RUS2614 {
  fill: #00a3f9;
}
#svg-map #RUS3200 {
  fill: #00a3f9;
}
#crudTable thead {
  color: #1565C0 !important;
}
#crudTable thead th {
  text-transform: uppercase;
}
#crudTable .q-table__bottom {
  display: none !important;
}
#crudTable tbody tr:nth-of-type(even) td {
  background-color: #f2faff;
}
#crudTable tbody tr:nth-of-type(even):hover td {
  background: #e9f7ff !important;
}
#crudTable tbody tr:nth-of-type(odd):hover td {
  background: #fafafa !important;
}
#crudTable tbody tr td:not(.prevent_default) > *:nth-child(2) {
  pointer-events: none;
}
#crudTable tbody tr td > *:nth-child(2) {
  position: relative;
  z-index: 1;
}
#crudTable td {
  border: none !important;
}
#crudTable th {
  border-color: #00a2f6;
}
#crudTable .q-item {
  color: #2C3E50;
}

#app1 {
  /*$gradientEl1: #535ee5;*/
  /*$gradientEl2: #b583f7;*/
}
#app1 .bg-secondary {
  background: #6700d1 !important;
}
#app1 .bg-gradient {
  background: #b583f7;
  background: linear-gradient(210deg, #b583f7 0%, #6700d1 100%);
}
#app1 .section-rounded-bottom {
  padding: 50px 0 75px;
  border-radius: 0 0 50% 50%/0 0 10% 10%;
  margin-bottom: -60px;
  position: relative;
}
#app1 .q-card {
  border-radius: 20px;
}
#app1 .radius {
  border-radius: 20px;
}
#app1 .round {
  border-radius: 100%;
}
#app1 .section-page-title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url(../fonts/SourceSansPro-Regular.efa76f83.ttf) format("opentype");
}
body {
  min-height: -webkit-fill-available;
  @apply tw-text-primary-dark;
  color: #2C3E50;
}

html {
  height: -webkit-fill-available;
}

.fullscreen-size {
  height: 100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  width: 100vw;
  width: 100dvw;
}

body,
text {
  font-family: "Source Sans Pro", monospace;
}

a {
  text-decoration: none;
}

textarea {
  resize: none !important;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.stretch .q-field__control.relative-position.row.no-wrap {
  height: 100%;
}

.cond {
  font-stretch: condensed;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.q-pagination .q-pagination__content,
.q-pagination .q-pagination__middle {
  gap: 6px;
}
.q-pagination .q-btn {
  background: none;
  height: 32px;
  color: #2C3E50 !important;
  box-shadow: none !important;
  border: solid 1px #00a3f9;
  font-weight: bolder;
}
.q-pagination .q-btn .btn__wrapper {
  box-shadow: none !important;
}
.q-pagination .q-btn.q-btn--standard {
  color: #fff !important;
  background: solid 1px #00a3f9 !important;
  border: solid 1px #00a3f9;
}

.main_typo {
  font-size: 21px;
}

.q-scrollarea__thumb {
  z-index: 2;
}

.color-outline-primary {
  box-shadow: 0px 0px 0px 2px #00a3f9 inset;
}

.color-outline-md-primary {
  box-shadow: 0px 0px 0px 2px #00a3f9 inset;
}

.border-color-primary {
  border-color: #00a3f9;
}

.color-outline-secondary {
  box-shadow: 0px 0px 0px 2px #6700d1 inset;
}

.color-outline-md-secondary {
  box-shadow: 0px 0px 0px 2px #6700d1 inset;
}

.border-color-secondary {
  border-color: #6700d1;
}

.color-outline-accent {
  box-shadow: 0px 0px 0px 2px #9C27B0 inset;
}

.color-outline-md-accent {
  box-shadow: 0px 0px 0px 2px #9C27B0 inset;
}

.border-color-accent {
  border-color: #9C27B0;
}

.color-outline-dark-page {
  box-shadow: 0px 0px 0px 2px #121212 inset;
}

.color-outline-md-dark-page {
  box-shadow: 0px 0px 0px 2px #121212 inset;
}

.border-color-dark-page {
  border-color: #121212;
}

.color-outline-dark {
  box-shadow: 0px 0px 0px 2px #1D1D1D inset;
}

.color-outline-md-dark {
  box-shadow: 0px 0px 0px 2px #1D1D1D inset;
}

.border-color-dark {
  border-color: #1D1D1D;
}

.color-outline-positive {
  box-shadow: 0px 0px 0px 2px #4CAF50 inset;
}

.color-outline-md-positive {
  box-shadow: 0px 0px 0px 2px #4CAF50 inset;
}

.border-color-positive {
  border-color: #4CAF50;
}

.color-outline-negative {
  box-shadow: 0px 0px 0px 2px #F44336 inset;
}

.color-outline-md-negative {
  box-shadow: 0px 0px 0px 2px #F44336 inset;
}

.border-color-negative {
  border-color: #F44336;
}

.color-outline-info {
  box-shadow: 0px 0px 0px 2px #89eaff inset;
}

.color-outline-md-info {
  box-shadow: 0px 0px 0px 2px #89eaff inset;
}

.border-color-info {
  border-color: #89eaff;
}

.color-outline-warning {
  box-shadow: 0px 0px 0px 2px #f8bf82 inset;
}

.color-outline-md-warning {
  box-shadow: 0px 0px 0px 2px #f8bf82 inset;
}

.border-color-warning {
  border-color: #f8bf82;
}

.color-outline-dimmed-background {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
}

.color-outline-md-dimmed-background {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
}

.border-color-dimmed-background {
  border-color: rgba(0, 0, 0, 0.4);
}

.color-outline-light-dimmed-background {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6) inset;
}

.color-outline-md-light-dimmed-background {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6) inset;
}

.border-color-light-dimmed-background {
  border-color: rgba(255, 255, 255, 0.6);
}

.color-outline-separator-color {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.12) inset;
}

.color-outline-md-separator-color {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.12) inset;
}

.border-color-separator-color {
  border-color: rgba(0, 0, 0, 0.12);
}

.color-outline-separator-dark-color {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.28) inset;
}

.color-outline-md-separator-dark-color {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.28) inset;
}

.border-color-separator-dark-color {
  border-color: rgba(255, 255, 255, 0.28);
}

.color-outline-red {
  box-shadow: 0px 0px 0px 2px #f44336 inset;
}

.color-outline-md-red {
  box-shadow: 0px 0px 0px 2px #f44336 inset;
}

.border-color-red {
  border-color: #f44336;
}

.color-outline-red-1 {
  box-shadow: 0px 0px 0px 2px #ffebee inset;
}

.color-outline-md-red-1 {
  box-shadow: 0px 0px 0px 2px #ffebee inset;
}

.border-color-red-1 {
  border-color: #ffebee;
}

.color-outline-red-2 {
  box-shadow: 0px 0px 0px 2px #ffcdd2 inset;
}

.color-outline-md-red-2 {
  box-shadow: 0px 0px 0px 2px #ffcdd2 inset;
}

.border-color-red-2 {
  border-color: #ffcdd2;
}

.color-outline-red-3 {
  box-shadow: 0px 0px 0px 2px #ef9a9a inset;
}

.color-outline-md-red-3 {
  box-shadow: 0px 0px 0px 2px #ef9a9a inset;
}

.border-color-red-3 {
  border-color: #ef9a9a;
}

.color-outline-red-4 {
  box-shadow: 0px 0px 0px 2px #e57373 inset;
}

.color-outline-md-red-4 {
  box-shadow: 0px 0px 0px 2px #e57373 inset;
}

.border-color-red-4 {
  border-color: #e57373;
}

.color-outline-red-5 {
  box-shadow: 0px 0px 0px 2px #ef5350 inset;
}

.color-outline-md-red-5 {
  box-shadow: 0px 0px 0px 2px #ef5350 inset;
}

.border-color-red-5 {
  border-color: #ef5350;
}

.color-outline-red-6 {
  box-shadow: 0px 0px 0px 2px #f44336 inset;
}

.color-outline-md-red-6 {
  box-shadow: 0px 0px 0px 2px #f44336 inset;
}

.border-color-red-6 {
  border-color: #f44336;
}

.color-outline-red-7 {
  box-shadow: 0px 0px 0px 2px #e53935 inset;
}

.color-outline-md-red-7 {
  box-shadow: 0px 0px 0px 2px #e53935 inset;
}

.border-color-red-7 {
  border-color: #e53935;
}

.color-outline-red-8 {
  box-shadow: 0px 0px 0px 2px #d32f2f inset;
}

.color-outline-md-red-8 {
  box-shadow: 0px 0px 0px 2px #d32f2f inset;
}

.border-color-red-8 {
  border-color: #d32f2f;
}

.color-outline-red-9 {
  box-shadow: 0px 0px 0px 2px #c62828 inset;
}

.color-outline-md-red-9 {
  box-shadow: 0px 0px 0px 2px #c62828 inset;
}

.border-color-red-9 {
  border-color: #c62828;
}

.color-outline-red-10 {
  box-shadow: 0px 0px 0px 2px #b71c1c inset;
}

.color-outline-md-red-10 {
  box-shadow: 0px 0px 0px 2px #b71c1c inset;
}

.border-color-red-10 {
  border-color: #b71c1c;
}

.color-outline-red-11 {
  box-shadow: 0px 0px 0px 2px #ff8a80 inset;
}

.color-outline-md-red-11 {
  box-shadow: 0px 0px 0px 2px #ff8a80 inset;
}

.border-color-red-11 {
  border-color: #ff8a80;
}

.color-outline-red-12 {
  box-shadow: 0px 0px 0px 2px #ff5252 inset;
}

.color-outline-md-red-12 {
  box-shadow: 0px 0px 0px 2px #ff5252 inset;
}

.border-color-red-12 {
  border-color: #ff5252;
}

.color-outline-red-13 {
  box-shadow: 0px 0px 0px 2px #ff1744 inset;
}

.color-outline-md-red-13 {
  box-shadow: 0px 0px 0px 2px #ff1744 inset;
}

.border-color-red-13 {
  border-color: #ff1744;
}

.color-outline-red-14 {
  box-shadow: 0px 0px 0px 2px #d50000 inset;
}

.color-outline-md-red-14 {
  box-shadow: 0px 0px 0px 2px #d50000 inset;
}

.border-color-red-14 {
  border-color: #d50000;
}

.color-outline-pink {
  box-shadow: 0px 0px 0px 2px #e91e63 inset;
}

.color-outline-md-pink {
  box-shadow: 0px 0px 0px 2px #e91e63 inset;
}

.border-color-pink {
  border-color: #e91e63;
}

.color-outline-pink-1 {
  box-shadow: 0px 0px 0px 2px #fce4ec inset;
}

.color-outline-md-pink-1 {
  box-shadow: 0px 0px 0px 2px #fce4ec inset;
}

.border-color-pink-1 {
  border-color: #fce4ec;
}

.color-outline-pink-2 {
  box-shadow: 0px 0px 0px 2px #f8bbd0 inset;
}

.color-outline-md-pink-2 {
  box-shadow: 0px 0px 0px 2px #f8bbd0 inset;
}

.border-color-pink-2 {
  border-color: #f8bbd0;
}

.color-outline-pink-3 {
  box-shadow: 0px 0px 0px 2px #f48fb1 inset;
}

.color-outline-md-pink-3 {
  box-shadow: 0px 0px 0px 2px #f48fb1 inset;
}

.border-color-pink-3 {
  border-color: #f48fb1;
}

.color-outline-pink-4 {
  box-shadow: 0px 0px 0px 2px #f06292 inset;
}

.color-outline-md-pink-4 {
  box-shadow: 0px 0px 0px 2px #f06292 inset;
}

.border-color-pink-4 {
  border-color: #f06292;
}

.color-outline-pink-5 {
  box-shadow: 0px 0px 0px 2px #ec407a inset;
}

.color-outline-md-pink-5 {
  box-shadow: 0px 0px 0px 2px #ec407a inset;
}

.border-color-pink-5 {
  border-color: #ec407a;
}

.color-outline-pink-6 {
  box-shadow: 0px 0px 0px 2px #e91e63 inset;
}

.color-outline-md-pink-6 {
  box-shadow: 0px 0px 0px 2px #e91e63 inset;
}

.border-color-pink-6 {
  border-color: #e91e63;
}

.color-outline-pink-7 {
  box-shadow: 0px 0px 0px 2px #d81b60 inset;
}

.color-outline-md-pink-7 {
  box-shadow: 0px 0px 0px 2px #d81b60 inset;
}

.border-color-pink-7 {
  border-color: #d81b60;
}

.color-outline-pink-8 {
  box-shadow: 0px 0px 0px 2px #c2185b inset;
}

.color-outline-md-pink-8 {
  box-shadow: 0px 0px 0px 2px #c2185b inset;
}

.border-color-pink-8 {
  border-color: #c2185b;
}

.color-outline-pink-9 {
  box-shadow: 0px 0px 0px 2px #ad1457 inset;
}

.color-outline-md-pink-9 {
  box-shadow: 0px 0px 0px 2px #ad1457 inset;
}

.border-color-pink-9 {
  border-color: #ad1457;
}

.color-outline-pink-10 {
  box-shadow: 0px 0px 0px 2px #880e4f inset;
}

.color-outline-md-pink-10 {
  box-shadow: 0px 0px 0px 2px #880e4f inset;
}

.border-color-pink-10 {
  border-color: #880e4f;
}

.color-outline-pink-11 {
  box-shadow: 0px 0px 0px 2px #ff80ab inset;
}

.color-outline-md-pink-11 {
  box-shadow: 0px 0px 0px 2px #ff80ab inset;
}

.border-color-pink-11 {
  border-color: #ff80ab;
}

.color-outline-pink-12 {
  box-shadow: 0px 0px 0px 2px #ff4081 inset;
}

.color-outline-md-pink-12 {
  box-shadow: 0px 0px 0px 2px #ff4081 inset;
}

.border-color-pink-12 {
  border-color: #ff4081;
}

.color-outline-pink-13 {
  box-shadow: 0px 0px 0px 2px #f50057 inset;
}

.color-outline-md-pink-13 {
  box-shadow: 0px 0px 0px 2px #f50057 inset;
}

.border-color-pink-13 {
  border-color: #f50057;
}

.color-outline-pink-14 {
  box-shadow: 0px 0px 0px 2px #c51162 inset;
}

.color-outline-md-pink-14 {
  box-shadow: 0px 0px 0px 2px #c51162 inset;
}

.border-color-pink-14 {
  border-color: #c51162;
}

.color-outline-purple {
  box-shadow: 0px 0px 0px 2px #9c27b0 inset;
}

.color-outline-md-purple {
  box-shadow: 0px 0px 0px 2px #9c27b0 inset;
}

.border-color-purple {
  border-color: #9c27b0;
}

.color-outline-purple-1 {
  box-shadow: 0px 0px 0px 2px #f3e5f5 inset;
}

.color-outline-md-purple-1 {
  box-shadow: 0px 0px 0px 2px #f3e5f5 inset;
}

.border-color-purple-1 {
  border-color: #f3e5f5;
}

.color-outline-purple-2 {
  box-shadow: 0px 0px 0px 2px #e1bee7 inset;
}

.color-outline-md-purple-2 {
  box-shadow: 0px 0px 0px 2px #e1bee7 inset;
}

.border-color-purple-2 {
  border-color: #e1bee7;
}

.color-outline-purple-3 {
  box-shadow: 0px 0px 0px 2px #ce93d8 inset;
}

.color-outline-md-purple-3 {
  box-shadow: 0px 0px 0px 2px #ce93d8 inset;
}

.border-color-purple-3 {
  border-color: #ce93d8;
}

.color-outline-purple-4 {
  box-shadow: 0px 0px 0px 2px #ba68c8 inset;
}

.color-outline-md-purple-4 {
  box-shadow: 0px 0px 0px 2px #ba68c8 inset;
}

.border-color-purple-4 {
  border-color: #ba68c8;
}

.color-outline-purple-5 {
  box-shadow: 0px 0px 0px 2px #ab47bc inset;
}

.color-outline-md-purple-5 {
  box-shadow: 0px 0px 0px 2px #ab47bc inset;
}

.border-color-purple-5 {
  border-color: #ab47bc;
}

.color-outline-purple-6 {
  box-shadow: 0px 0px 0px 2px #9c27b0 inset;
}

.color-outline-md-purple-6 {
  box-shadow: 0px 0px 0px 2px #9c27b0 inset;
}

.border-color-purple-6 {
  border-color: #9c27b0;
}

.color-outline-purple-7 {
  box-shadow: 0px 0px 0px 2px #8e24aa inset;
}

.color-outline-md-purple-7 {
  box-shadow: 0px 0px 0px 2px #8e24aa inset;
}

.border-color-purple-7 {
  border-color: #8e24aa;
}

.color-outline-purple-8 {
  box-shadow: 0px 0px 0px 2px #7b1fa2 inset;
}

.color-outline-md-purple-8 {
  box-shadow: 0px 0px 0px 2px #7b1fa2 inset;
}

.border-color-purple-8 {
  border-color: #7b1fa2;
}

.color-outline-purple-9 {
  box-shadow: 0px 0px 0px 2px #6a1b9a inset;
}

.color-outline-md-purple-9 {
  box-shadow: 0px 0px 0px 2px #6a1b9a inset;
}

.border-color-purple-9 {
  border-color: #6a1b9a;
}

.color-outline-purple-10 {
  box-shadow: 0px 0px 0px 2px #4a148c inset;
}

.color-outline-md-purple-10 {
  box-shadow: 0px 0px 0px 2px #4a148c inset;
}

.border-color-purple-10 {
  border-color: #4a148c;
}

.color-outline-purple-11 {
  box-shadow: 0px 0px 0px 2px #ea80fc inset;
}

.color-outline-md-purple-11 {
  box-shadow: 0px 0px 0px 2px #ea80fc inset;
}

.border-color-purple-11 {
  border-color: #ea80fc;
}

.color-outline-purple-12 {
  box-shadow: 0px 0px 0px 2px #e040fb inset;
}

.color-outline-md-purple-12 {
  box-shadow: 0px 0px 0px 2px #e040fb inset;
}

.border-color-purple-12 {
  border-color: #e040fb;
}

.color-outline-purple-13 {
  box-shadow: 0px 0px 0px 2px #d500f9 inset;
}

.color-outline-md-purple-13 {
  box-shadow: 0px 0px 0px 2px #d500f9 inset;
}

.border-color-purple-13 {
  border-color: #d500f9;
}

.color-outline-purple-14 {
  box-shadow: 0px 0px 0px 2px #aa00ff inset;
}

.color-outline-md-purple-14 {
  box-shadow: 0px 0px 0px 2px #aa00ff inset;
}

.border-color-purple-14 {
  border-color: #aa00ff;
}

.color-outline-deep-purple {
  box-shadow: 0px 0px 0px 2px #673ab7 inset;
}

.color-outline-md-deep-purple {
  box-shadow: 0px 0px 0px 2px #673ab7 inset;
}

.border-color-deep-purple {
  border-color: #673ab7;
}

.color-outline-deep-purple-1 {
  box-shadow: 0px 0px 0px 2px #ede7f6 inset;
}

.color-outline-md-deep-purple-1 {
  box-shadow: 0px 0px 0px 2px #ede7f6 inset;
}

.border-color-deep-purple-1 {
  border-color: #ede7f6;
}

.color-outline-deep-purple-2 {
  box-shadow: 0px 0px 0px 2px #d1c4e9 inset;
}

.color-outline-md-deep-purple-2 {
  box-shadow: 0px 0px 0px 2px #d1c4e9 inset;
}

.border-color-deep-purple-2 {
  border-color: #d1c4e9;
}

.color-outline-deep-purple-3 {
  box-shadow: 0px 0px 0px 2px #b39ddb inset;
}

.color-outline-md-deep-purple-3 {
  box-shadow: 0px 0px 0px 2px #b39ddb inset;
}

.border-color-deep-purple-3 {
  border-color: #b39ddb;
}

.color-outline-deep-purple-4 {
  box-shadow: 0px 0px 0px 2px #9575cd inset;
}

.color-outline-md-deep-purple-4 {
  box-shadow: 0px 0px 0px 2px #9575cd inset;
}

.border-color-deep-purple-4 {
  border-color: #9575cd;
}

.color-outline-deep-purple-5 {
  box-shadow: 0px 0px 0px 2px #7e57c2 inset;
}

.color-outline-md-deep-purple-5 {
  box-shadow: 0px 0px 0px 2px #7e57c2 inset;
}

.border-color-deep-purple-5 {
  border-color: #7e57c2;
}

.color-outline-deep-purple-6 {
  box-shadow: 0px 0px 0px 2px #673ab7 inset;
}

.color-outline-md-deep-purple-6 {
  box-shadow: 0px 0px 0px 2px #673ab7 inset;
}

.border-color-deep-purple-6 {
  border-color: #673ab7;
}

.color-outline-deep-purple-7 {
  box-shadow: 0px 0px 0px 2px #5e35b1 inset;
}

.color-outline-md-deep-purple-7 {
  box-shadow: 0px 0px 0px 2px #5e35b1 inset;
}

.border-color-deep-purple-7 {
  border-color: #5e35b1;
}

.color-outline-deep-purple-8 {
  box-shadow: 0px 0px 0px 2px #512da8 inset;
}

.color-outline-md-deep-purple-8 {
  box-shadow: 0px 0px 0px 2px #512da8 inset;
}

.border-color-deep-purple-8 {
  border-color: #512da8;
}

.color-outline-deep-purple-9 {
  box-shadow: 0px 0px 0px 2px #4527a0 inset;
}

.color-outline-md-deep-purple-9 {
  box-shadow: 0px 0px 0px 2px #4527a0 inset;
}

.border-color-deep-purple-9 {
  border-color: #4527a0;
}

.color-outline-deep-purple-10 {
  box-shadow: 0px 0px 0px 2px #311b92 inset;
}

.color-outline-md-deep-purple-10 {
  box-shadow: 0px 0px 0px 2px #311b92 inset;
}

.border-color-deep-purple-10 {
  border-color: #311b92;
}

.color-outline-deep-purple-11 {
  box-shadow: 0px 0px 0px 2px #b388ff inset;
}

.color-outline-md-deep-purple-11 {
  box-shadow: 0px 0px 0px 2px #b388ff inset;
}

.border-color-deep-purple-11 {
  border-color: #b388ff;
}

.color-outline-deep-purple-12 {
  box-shadow: 0px 0px 0px 2px #7c4dff inset;
}

.color-outline-md-deep-purple-12 {
  box-shadow: 0px 0px 0px 2px #7c4dff inset;
}

.border-color-deep-purple-12 {
  border-color: #7c4dff;
}

.color-outline-deep-purple-13 {
  box-shadow: 0px 0px 0px 2px #651fff inset;
}

.color-outline-md-deep-purple-13 {
  box-shadow: 0px 0px 0px 2px #651fff inset;
}

.border-color-deep-purple-13 {
  border-color: #651fff;
}

.color-outline-deep-purple-14 {
  box-shadow: 0px 0px 0px 2px #6200ea inset;
}

.color-outline-md-deep-purple-14 {
  box-shadow: 0px 0px 0px 2px #6200ea inset;
}

.border-color-deep-purple-14 {
  border-color: #6200ea;
}

.color-outline-indigo {
  box-shadow: 0px 0px 0px 2px #3f51b5 inset;
}

.color-outline-md-indigo {
  box-shadow: 0px 0px 0px 2px #3f51b5 inset;
}

.border-color-indigo {
  border-color: #3f51b5;
}

.color-outline-indigo-1 {
  box-shadow: 0px 0px 0px 2px #e8eaf6 inset;
}

.color-outline-md-indigo-1 {
  box-shadow: 0px 0px 0px 2px #e8eaf6 inset;
}

.border-color-indigo-1 {
  border-color: #e8eaf6;
}

.color-outline-indigo-2 {
  box-shadow: 0px 0px 0px 2px #c5cae9 inset;
}

.color-outline-md-indigo-2 {
  box-shadow: 0px 0px 0px 2px #c5cae9 inset;
}

.border-color-indigo-2 {
  border-color: #c5cae9;
}

.color-outline-indigo-3 {
  box-shadow: 0px 0px 0px 2px #9fa8da inset;
}

.color-outline-md-indigo-3 {
  box-shadow: 0px 0px 0px 2px #9fa8da inset;
}

.border-color-indigo-3 {
  border-color: #9fa8da;
}

.color-outline-indigo-4 {
  box-shadow: 0px 0px 0px 2px #7986cb inset;
}

.color-outline-md-indigo-4 {
  box-shadow: 0px 0px 0px 2px #7986cb inset;
}

.border-color-indigo-4 {
  border-color: #7986cb;
}

.color-outline-indigo-5 {
  box-shadow: 0px 0px 0px 2px #5c6bc0 inset;
}

.color-outline-md-indigo-5 {
  box-shadow: 0px 0px 0px 2px #5c6bc0 inset;
}

.border-color-indigo-5 {
  border-color: #5c6bc0;
}

.color-outline-indigo-6 {
  box-shadow: 0px 0px 0px 2px #3f51b5 inset;
}

.color-outline-md-indigo-6 {
  box-shadow: 0px 0px 0px 2px #3f51b5 inset;
}

.border-color-indigo-6 {
  border-color: #3f51b5;
}

.color-outline-indigo-7 {
  box-shadow: 0px 0px 0px 2px #3949ab inset;
}

.color-outline-md-indigo-7 {
  box-shadow: 0px 0px 0px 2px #3949ab inset;
}

.border-color-indigo-7 {
  border-color: #3949ab;
}

.color-outline-indigo-8 {
  box-shadow: 0px 0px 0px 2px #303f9f inset;
}

.color-outline-md-indigo-8 {
  box-shadow: 0px 0px 0px 2px #303f9f inset;
}

.border-color-indigo-8 {
  border-color: #303f9f;
}

.color-outline-indigo-9 {
  box-shadow: 0px 0px 0px 2px #283593 inset;
}

.color-outline-md-indigo-9 {
  box-shadow: 0px 0px 0px 2px #283593 inset;
}

.border-color-indigo-9 {
  border-color: #283593;
}

.color-outline-indigo-10 {
  box-shadow: 0px 0px 0px 2px #1a237e inset;
}

.color-outline-md-indigo-10 {
  box-shadow: 0px 0px 0px 2px #1a237e inset;
}

.border-color-indigo-10 {
  border-color: #1a237e;
}

.color-outline-indigo-11 {
  box-shadow: 0px 0px 0px 2px #8c9eff inset;
}

.color-outline-md-indigo-11 {
  box-shadow: 0px 0px 0px 2px #8c9eff inset;
}

.border-color-indigo-11 {
  border-color: #8c9eff;
}

.color-outline-indigo-12 {
  box-shadow: 0px 0px 0px 2px #536dfe inset;
}

.color-outline-md-indigo-12 {
  box-shadow: 0px 0px 0px 2px #536dfe inset;
}

.border-color-indigo-12 {
  border-color: #536dfe;
}

.color-outline-indigo-13 {
  box-shadow: 0px 0px 0px 2px #3d5afe inset;
}

.color-outline-md-indigo-13 {
  box-shadow: 0px 0px 0px 2px #3d5afe inset;
}

.border-color-indigo-13 {
  border-color: #3d5afe;
}

.color-outline-indigo-14 {
  box-shadow: 0px 0px 0px 2px #304ffe inset;
}

.color-outline-md-indigo-14 {
  box-shadow: 0px 0px 0px 2px #304ffe inset;
}

.border-color-indigo-14 {
  border-color: #304ffe;
}

.color-outline-blue {
  box-shadow: 0px 0px 0px 2px #2196f3 inset;
}

.color-outline-md-blue {
  box-shadow: 0px 0px 0px 2px #2196f3 inset;
}

.border-color-blue {
  border-color: #2196f3;
}

.color-outline-blue-1 {
  box-shadow: 0px 0px 0px 2px #e3f2fd inset;
}

.color-outline-md-blue-1 {
  box-shadow: 0px 0px 0px 2px #e3f2fd inset;
}

.border-color-blue-1 {
  border-color: #e3f2fd;
}

.color-outline-blue-2 {
  box-shadow: 0px 0px 0px 2px #bbdefb inset;
}

.color-outline-md-blue-2 {
  box-shadow: 0px 0px 0px 2px #bbdefb inset;
}

.border-color-blue-2 {
  border-color: #bbdefb;
}

.color-outline-blue-3 {
  box-shadow: 0px 0px 0px 2px #90caf9 inset;
}

.color-outline-md-blue-3 {
  box-shadow: 0px 0px 0px 2px #90caf9 inset;
}

.border-color-blue-3 {
  border-color: #90caf9;
}

.color-outline-blue-4 {
  box-shadow: 0px 0px 0px 2px #64b5f6 inset;
}

.color-outline-md-blue-4 {
  box-shadow: 0px 0px 0px 2px #64b5f6 inset;
}

.border-color-blue-4 {
  border-color: #64b5f6;
}

.color-outline-blue-5 {
  box-shadow: 0px 0px 0px 2px #42a5f5 inset;
}

.color-outline-md-blue-5 {
  box-shadow: 0px 0px 0px 2px #42a5f5 inset;
}

.border-color-blue-5 {
  border-color: #42a5f5;
}

.color-outline-blue-6 {
  box-shadow: 0px 0px 0px 2px #2196f3 inset;
}

.color-outline-md-blue-6 {
  box-shadow: 0px 0px 0px 2px #2196f3 inset;
}

.border-color-blue-6 {
  border-color: #2196f3;
}

.color-outline-blue-7 {
  box-shadow: 0px 0px 0px 2px #1e88e5 inset;
}

.color-outline-md-blue-7 {
  box-shadow: 0px 0px 0px 2px #1e88e5 inset;
}

.border-color-blue-7 {
  border-color: #1e88e5;
}

.color-outline-blue-8 {
  box-shadow: 0px 0px 0px 2px #1976d2 inset;
}

.color-outline-md-blue-8 {
  box-shadow: 0px 0px 0px 2px #1976d2 inset;
}

.border-color-blue-8 {
  border-color: #1976d2;
}

.color-outline-blue-9 {
  box-shadow: 0px 0px 0px 2px #1565c0 inset;
}

.color-outline-md-blue-9 {
  box-shadow: 0px 0px 0px 2px #1565c0 inset;
}

.border-color-blue-9 {
  border-color: #1565c0;
}

.color-outline-blue-10 {
  box-shadow: 0px 0px 0px 2px #0d47a1 inset;
}

.color-outline-md-blue-10 {
  box-shadow: 0px 0px 0px 2px #0d47a1 inset;
}

.border-color-blue-10 {
  border-color: #0d47a1;
}

.color-outline-blue-11 {
  box-shadow: 0px 0px 0px 2px #82b1ff inset;
}

.color-outline-md-blue-11 {
  box-shadow: 0px 0px 0px 2px #82b1ff inset;
}

.border-color-blue-11 {
  border-color: #82b1ff;
}

.color-outline-blue-12 {
  box-shadow: 0px 0px 0px 2px #448aff inset;
}

.color-outline-md-blue-12 {
  box-shadow: 0px 0px 0px 2px #448aff inset;
}

.border-color-blue-12 {
  border-color: #448aff;
}

.color-outline-blue-13 {
  box-shadow: 0px 0px 0px 2px #2979ff inset;
}

.color-outline-md-blue-13 {
  box-shadow: 0px 0px 0px 2px #2979ff inset;
}

.border-color-blue-13 {
  border-color: #2979ff;
}

.color-outline-blue-14 {
  box-shadow: 0px 0px 0px 2px #2962ff inset;
}

.color-outline-md-blue-14 {
  box-shadow: 0px 0px 0px 2px #2962ff inset;
}

.border-color-blue-14 {
  border-color: #2962ff;
}

.color-outline-light-blue {
  box-shadow: 0px 0px 0px 2px #03a9f4 inset;
}

.color-outline-md-light-blue {
  box-shadow: 0px 0px 0px 2px #03a9f4 inset;
}

.border-color-light-blue {
  border-color: #03a9f4;
}

.color-outline-light-blue-1 {
  box-shadow: 0px 0px 0px 2px #e1f5fe inset;
}

.color-outline-md-light-blue-1 {
  box-shadow: 0px 0px 0px 2px #e1f5fe inset;
}

.border-color-light-blue-1 {
  border-color: #e1f5fe;
}

.color-outline-light-blue-2 {
  box-shadow: 0px 0px 0px 2px #b3e5fc inset;
}

.color-outline-md-light-blue-2 {
  box-shadow: 0px 0px 0px 2px #b3e5fc inset;
}

.border-color-light-blue-2 {
  border-color: #b3e5fc;
}

.color-outline-light-blue-3 {
  box-shadow: 0px 0px 0px 2px #81d4fa inset;
}

.color-outline-md-light-blue-3 {
  box-shadow: 0px 0px 0px 2px #81d4fa inset;
}

.border-color-light-blue-3 {
  border-color: #81d4fa;
}

.color-outline-light-blue-4 {
  box-shadow: 0px 0px 0px 2px #4fc3f7 inset;
}

.color-outline-md-light-blue-4 {
  box-shadow: 0px 0px 0px 2px #4fc3f7 inset;
}

.border-color-light-blue-4 {
  border-color: #4fc3f7;
}

.color-outline-light-blue-5 {
  box-shadow: 0px 0px 0px 2px #29b6f6 inset;
}

.color-outline-md-light-blue-5 {
  box-shadow: 0px 0px 0px 2px #29b6f6 inset;
}

.border-color-light-blue-5 {
  border-color: #29b6f6;
}

.color-outline-light-blue-6 {
  box-shadow: 0px 0px 0px 2px #03a9f4 inset;
}

.color-outline-md-light-blue-6 {
  box-shadow: 0px 0px 0px 2px #03a9f4 inset;
}

.border-color-light-blue-6 {
  border-color: #03a9f4;
}

.color-outline-light-blue-7 {
  box-shadow: 0px 0px 0px 2px #039be5 inset;
}

.color-outline-md-light-blue-7 {
  box-shadow: 0px 0px 0px 2px #039be5 inset;
}

.border-color-light-blue-7 {
  border-color: #039be5;
}

.color-outline-light-blue-8 {
  box-shadow: 0px 0px 0px 2px #0288d1 inset;
}

.color-outline-md-light-blue-8 {
  box-shadow: 0px 0px 0px 2px #0288d1 inset;
}

.border-color-light-blue-8 {
  border-color: #0288d1;
}

.color-outline-light-blue-9 {
  box-shadow: 0px 0px 0px 2px #0277bd inset;
}

.color-outline-md-light-blue-9 {
  box-shadow: 0px 0px 0px 2px #0277bd inset;
}

.border-color-light-blue-9 {
  border-color: #0277bd;
}

.color-outline-light-blue-10 {
  box-shadow: 0px 0px 0px 2px #01579b inset;
}

.color-outline-md-light-blue-10 {
  box-shadow: 0px 0px 0px 2px #01579b inset;
}

.border-color-light-blue-10 {
  border-color: #01579b;
}

.color-outline-light-blue-11 {
  box-shadow: 0px 0px 0px 2px #80d8ff inset;
}

.color-outline-md-light-blue-11 {
  box-shadow: 0px 0px 0px 2px #80d8ff inset;
}

.border-color-light-blue-11 {
  border-color: #80d8ff;
}

.color-outline-light-blue-12 {
  box-shadow: 0px 0px 0px 2px #40c4ff inset;
}

.color-outline-md-light-blue-12 {
  box-shadow: 0px 0px 0px 2px #40c4ff inset;
}

.border-color-light-blue-12 {
  border-color: #40c4ff;
}

.color-outline-light-blue-13 {
  box-shadow: 0px 0px 0px 2px #00b0ff inset;
}

.color-outline-md-light-blue-13 {
  box-shadow: 0px 0px 0px 2px #00b0ff inset;
}

.border-color-light-blue-13 {
  border-color: #00b0ff;
}

.color-outline-light-blue-14 {
  box-shadow: 0px 0px 0px 2px #0091ea inset;
}

.color-outline-md-light-blue-14 {
  box-shadow: 0px 0px 0px 2px #0091ea inset;
}

.border-color-light-blue-14 {
  border-color: #0091ea;
}

.color-outline-cyan {
  box-shadow: 0px 0px 0px 2px #00bcd4 inset;
}

.color-outline-md-cyan {
  box-shadow: 0px 0px 0px 2px #00bcd4 inset;
}

.border-color-cyan {
  border-color: #00bcd4;
}

.color-outline-cyan-1 {
  box-shadow: 0px 0px 0px 2px #e0f7fa inset;
}

.color-outline-md-cyan-1 {
  box-shadow: 0px 0px 0px 2px #e0f7fa inset;
}

.border-color-cyan-1 {
  border-color: #e0f7fa;
}

.color-outline-cyan-2 {
  box-shadow: 0px 0px 0px 2px #b2ebf2 inset;
}

.color-outline-md-cyan-2 {
  box-shadow: 0px 0px 0px 2px #b2ebf2 inset;
}

.border-color-cyan-2 {
  border-color: #b2ebf2;
}

.color-outline-cyan-3 {
  box-shadow: 0px 0px 0px 2px #80deea inset;
}

.color-outline-md-cyan-3 {
  box-shadow: 0px 0px 0px 2px #80deea inset;
}

.border-color-cyan-3 {
  border-color: #80deea;
}

.color-outline-cyan-4 {
  box-shadow: 0px 0px 0px 2px #4dd0e1 inset;
}

.color-outline-md-cyan-4 {
  box-shadow: 0px 0px 0px 2px #4dd0e1 inset;
}

.border-color-cyan-4 {
  border-color: #4dd0e1;
}

.color-outline-cyan-5 {
  box-shadow: 0px 0px 0px 2px #26c6da inset;
}

.color-outline-md-cyan-5 {
  box-shadow: 0px 0px 0px 2px #26c6da inset;
}

.border-color-cyan-5 {
  border-color: #26c6da;
}

.color-outline-cyan-6 {
  box-shadow: 0px 0px 0px 2px #00bcd4 inset;
}

.color-outline-md-cyan-6 {
  box-shadow: 0px 0px 0px 2px #00bcd4 inset;
}

.border-color-cyan-6 {
  border-color: #00bcd4;
}

.color-outline-cyan-7 {
  box-shadow: 0px 0px 0px 2px #00acc1 inset;
}

.color-outline-md-cyan-7 {
  box-shadow: 0px 0px 0px 2px #00acc1 inset;
}

.border-color-cyan-7 {
  border-color: #00acc1;
}

.color-outline-cyan-8 {
  box-shadow: 0px 0px 0px 2px #0097a7 inset;
}

.color-outline-md-cyan-8 {
  box-shadow: 0px 0px 0px 2px #0097a7 inset;
}

.border-color-cyan-8 {
  border-color: #0097a7;
}

.color-outline-cyan-9 {
  box-shadow: 0px 0px 0px 2px #00838f inset;
}

.color-outline-md-cyan-9 {
  box-shadow: 0px 0px 0px 2px #00838f inset;
}

.border-color-cyan-9 {
  border-color: #00838f;
}

.color-outline-cyan-10 {
  box-shadow: 0px 0px 0px 2px #006064 inset;
}

.color-outline-md-cyan-10 {
  box-shadow: 0px 0px 0px 2px #006064 inset;
}

.border-color-cyan-10 {
  border-color: #006064;
}

.color-outline-cyan-11 {
  box-shadow: 0px 0px 0px 2px #84ffff inset;
}

.color-outline-md-cyan-11 {
  box-shadow: 0px 0px 0px 2px #84ffff inset;
}

.border-color-cyan-11 {
  border-color: #84ffff;
}

.color-outline-cyan-12 {
  box-shadow: 0px 0px 0px 2px #18ffff inset;
}

.color-outline-md-cyan-12 {
  box-shadow: 0px 0px 0px 2px #18ffff inset;
}

.border-color-cyan-12 {
  border-color: #18ffff;
}

.color-outline-cyan-13 {
  box-shadow: 0px 0px 0px 2px #00e5ff inset;
}

.color-outline-md-cyan-13 {
  box-shadow: 0px 0px 0px 2px #00e5ff inset;
}

.border-color-cyan-13 {
  border-color: #00e5ff;
}

.color-outline-cyan-14 {
  box-shadow: 0px 0px 0px 2px #00b8d4 inset;
}

.color-outline-md-cyan-14 {
  box-shadow: 0px 0px 0px 2px #00b8d4 inset;
}

.border-color-cyan-14 {
  border-color: #00b8d4;
}

.color-outline-teal {
  box-shadow: 0px 0px 0px 2px #009688 inset;
}

.color-outline-md-teal {
  box-shadow: 0px 0px 0px 2px #009688 inset;
}

.border-color-teal {
  border-color: #009688;
}

.color-outline-teal-1 {
  box-shadow: 0px 0px 0px 2px #e0f2f1 inset;
}

.color-outline-md-teal-1 {
  box-shadow: 0px 0px 0px 2px #e0f2f1 inset;
}

.border-color-teal-1 {
  border-color: #e0f2f1;
}

.color-outline-teal-2 {
  box-shadow: 0px 0px 0px 2px #b2dfdb inset;
}

.color-outline-md-teal-2 {
  box-shadow: 0px 0px 0px 2px #b2dfdb inset;
}

.border-color-teal-2 {
  border-color: #b2dfdb;
}

.color-outline-teal-3 {
  box-shadow: 0px 0px 0px 2px #80cbc4 inset;
}

.color-outline-md-teal-3 {
  box-shadow: 0px 0px 0px 2px #80cbc4 inset;
}

.border-color-teal-3 {
  border-color: #80cbc4;
}

.color-outline-teal-4 {
  box-shadow: 0px 0px 0px 2px #4db6ac inset;
}

.color-outline-md-teal-4 {
  box-shadow: 0px 0px 0px 2px #4db6ac inset;
}

.border-color-teal-4 {
  border-color: #4db6ac;
}

.color-outline-teal-5 {
  box-shadow: 0px 0px 0px 2px #26a69a inset;
}

.color-outline-md-teal-5 {
  box-shadow: 0px 0px 0px 2px #26a69a inset;
}

.border-color-teal-5 {
  border-color: #26a69a;
}

.color-outline-teal-6 {
  box-shadow: 0px 0px 0px 2px #009688 inset;
}

.color-outline-md-teal-6 {
  box-shadow: 0px 0px 0px 2px #009688 inset;
}

.border-color-teal-6 {
  border-color: #009688;
}

.color-outline-teal-7 {
  box-shadow: 0px 0px 0px 2px #00897b inset;
}

.color-outline-md-teal-7 {
  box-shadow: 0px 0px 0px 2px #00897b inset;
}

.border-color-teal-7 {
  border-color: #00897b;
}

.color-outline-teal-8 {
  box-shadow: 0px 0px 0px 2px #00796b inset;
}

.color-outline-md-teal-8 {
  box-shadow: 0px 0px 0px 2px #00796b inset;
}

.border-color-teal-8 {
  border-color: #00796b;
}

.color-outline-teal-9 {
  box-shadow: 0px 0px 0px 2px #00695c inset;
}

.color-outline-md-teal-9 {
  box-shadow: 0px 0px 0px 2px #00695c inset;
}

.border-color-teal-9 {
  border-color: #00695c;
}

.color-outline-teal-10 {
  box-shadow: 0px 0px 0px 2px #004d40 inset;
}

.color-outline-md-teal-10 {
  box-shadow: 0px 0px 0px 2px #004d40 inset;
}

.border-color-teal-10 {
  border-color: #004d40;
}

.color-outline-teal-11 {
  box-shadow: 0px 0px 0px 2px #a7ffeb inset;
}

.color-outline-md-teal-11 {
  box-shadow: 0px 0px 0px 2px #a7ffeb inset;
}

.border-color-teal-11 {
  border-color: #a7ffeb;
}

.color-outline-teal-12 {
  box-shadow: 0px 0px 0px 2px #64ffda inset;
}

.color-outline-md-teal-12 {
  box-shadow: 0px 0px 0px 2px #64ffda inset;
}

.border-color-teal-12 {
  border-color: #64ffda;
}

.color-outline-teal-13 {
  box-shadow: 0px 0px 0px 2px #1de9b6 inset;
}

.color-outline-md-teal-13 {
  box-shadow: 0px 0px 0px 2px #1de9b6 inset;
}

.border-color-teal-13 {
  border-color: #1de9b6;
}

.color-outline-teal-14 {
  box-shadow: 0px 0px 0px 2px #00bfa5 inset;
}

.color-outline-md-teal-14 {
  box-shadow: 0px 0px 0px 2px #00bfa5 inset;
}

.border-color-teal-14 {
  border-color: #00bfa5;
}

.color-outline-green {
  box-shadow: 0px 0px 0px 2px #4caf50 inset;
}

.color-outline-md-green {
  box-shadow: 0px 0px 0px 2px #4caf50 inset;
}

.border-color-green {
  border-color: #4caf50;
}

.color-outline-green-1 {
  box-shadow: 0px 0px 0px 2px #e8f5e9 inset;
}

.color-outline-md-green-1 {
  box-shadow: 0px 0px 0px 2px #e8f5e9 inset;
}

.border-color-green-1 {
  border-color: #e8f5e9;
}

.color-outline-green-2 {
  box-shadow: 0px 0px 0px 2px #c8e6c9 inset;
}

.color-outline-md-green-2 {
  box-shadow: 0px 0px 0px 2px #c8e6c9 inset;
}

.border-color-green-2 {
  border-color: #c8e6c9;
}

.color-outline-green-3 {
  box-shadow: 0px 0px 0px 2px #a5d6a7 inset;
}

.color-outline-md-green-3 {
  box-shadow: 0px 0px 0px 2px #a5d6a7 inset;
}

.border-color-green-3 {
  border-color: #a5d6a7;
}

.color-outline-green-4 {
  box-shadow: 0px 0px 0px 2px #81c784 inset;
}

.color-outline-md-green-4 {
  box-shadow: 0px 0px 0px 2px #81c784 inset;
}

.border-color-green-4 {
  border-color: #81c784;
}

.color-outline-green-5 {
  box-shadow: 0px 0px 0px 2px #66bb6a inset;
}

.color-outline-md-green-5 {
  box-shadow: 0px 0px 0px 2px #66bb6a inset;
}

.border-color-green-5 {
  border-color: #66bb6a;
}

.color-outline-green-6 {
  box-shadow: 0px 0px 0px 2px #4caf50 inset;
}

.color-outline-md-green-6 {
  box-shadow: 0px 0px 0px 2px #4caf50 inset;
}

.border-color-green-6 {
  border-color: #4caf50;
}

.color-outline-green-7 {
  box-shadow: 0px 0px 0px 2px #43a047 inset;
}

.color-outline-md-green-7 {
  box-shadow: 0px 0px 0px 2px #43a047 inset;
}

.border-color-green-7 {
  border-color: #43a047;
}

.color-outline-green-8 {
  box-shadow: 0px 0px 0px 2px #388e3c inset;
}

.color-outline-md-green-8 {
  box-shadow: 0px 0px 0px 2px #388e3c inset;
}

.border-color-green-8 {
  border-color: #388e3c;
}

.color-outline-green-9 {
  box-shadow: 0px 0px 0px 2px #2e7d32 inset;
}

.color-outline-md-green-9 {
  box-shadow: 0px 0px 0px 2px #2e7d32 inset;
}

.border-color-green-9 {
  border-color: #2e7d32;
}

.color-outline-green-10 {
  box-shadow: 0px 0px 0px 2px #1b5e20 inset;
}

.color-outline-md-green-10 {
  box-shadow: 0px 0px 0px 2px #1b5e20 inset;
}

.border-color-green-10 {
  border-color: #1b5e20;
}

.color-outline-green-11 {
  box-shadow: 0px 0px 0px 2px #b9f6ca inset;
}

.color-outline-md-green-11 {
  box-shadow: 0px 0px 0px 2px #b9f6ca inset;
}

.border-color-green-11 {
  border-color: #b9f6ca;
}

.color-outline-green-12 {
  box-shadow: 0px 0px 0px 2px #69f0ae inset;
}

.color-outline-md-green-12 {
  box-shadow: 0px 0px 0px 2px #69f0ae inset;
}

.border-color-green-12 {
  border-color: #69f0ae;
}

.color-outline-green-13 {
  box-shadow: 0px 0px 0px 2px #00e676 inset;
}

.color-outline-md-green-13 {
  box-shadow: 0px 0px 0px 2px #00e676 inset;
}

.border-color-green-13 {
  border-color: #00e676;
}

.color-outline-green-14 {
  box-shadow: 0px 0px 0px 2px #00c853 inset;
}

.color-outline-md-green-14 {
  box-shadow: 0px 0px 0px 2px #00c853 inset;
}

.border-color-green-14 {
  border-color: #00c853;
}

.color-outline-light-green {
  box-shadow: 0px 0px 0px 2px #8bc34a inset;
}

.color-outline-md-light-green {
  box-shadow: 0px 0px 0px 2px #8bc34a inset;
}

.border-color-light-green {
  border-color: #8bc34a;
}

.color-outline-light-green-1 {
  box-shadow: 0px 0px 0px 2px #f1f8e9 inset;
}

.color-outline-md-light-green-1 {
  box-shadow: 0px 0px 0px 2px #f1f8e9 inset;
}

.border-color-light-green-1 {
  border-color: #f1f8e9;
}

.color-outline-light-green-2 {
  box-shadow: 0px 0px 0px 2px #dcedc8 inset;
}

.color-outline-md-light-green-2 {
  box-shadow: 0px 0px 0px 2px #dcedc8 inset;
}

.border-color-light-green-2 {
  border-color: #dcedc8;
}

.color-outline-light-green-3 {
  box-shadow: 0px 0px 0px 2px #c5e1a5 inset;
}

.color-outline-md-light-green-3 {
  box-shadow: 0px 0px 0px 2px #c5e1a5 inset;
}

.border-color-light-green-3 {
  border-color: #c5e1a5;
}

.color-outline-light-green-4 {
  box-shadow: 0px 0px 0px 2px #aed581 inset;
}

.color-outline-md-light-green-4 {
  box-shadow: 0px 0px 0px 2px #aed581 inset;
}

.border-color-light-green-4 {
  border-color: #aed581;
}

.color-outline-light-green-5 {
  box-shadow: 0px 0px 0px 2px #9ccc65 inset;
}

.color-outline-md-light-green-5 {
  box-shadow: 0px 0px 0px 2px #9ccc65 inset;
}

.border-color-light-green-5 {
  border-color: #9ccc65;
}

.color-outline-light-green-6 {
  box-shadow: 0px 0px 0px 2px #8bc34a inset;
}

.color-outline-md-light-green-6 {
  box-shadow: 0px 0px 0px 2px #8bc34a inset;
}

.border-color-light-green-6 {
  border-color: #8bc34a;
}

.color-outline-light-green-7 {
  box-shadow: 0px 0px 0px 2px #7cb342 inset;
}

.color-outline-md-light-green-7 {
  box-shadow: 0px 0px 0px 2px #7cb342 inset;
}

.border-color-light-green-7 {
  border-color: #7cb342;
}

.color-outline-light-green-8 {
  box-shadow: 0px 0px 0px 2px #689f38 inset;
}

.color-outline-md-light-green-8 {
  box-shadow: 0px 0px 0px 2px #689f38 inset;
}

.border-color-light-green-8 {
  border-color: #689f38;
}

.color-outline-light-green-9 {
  box-shadow: 0px 0px 0px 2px #558b2f inset;
}

.color-outline-md-light-green-9 {
  box-shadow: 0px 0px 0px 2px #558b2f inset;
}

.border-color-light-green-9 {
  border-color: #558b2f;
}

.color-outline-light-green-10 {
  box-shadow: 0px 0px 0px 2px #33691e inset;
}

.color-outline-md-light-green-10 {
  box-shadow: 0px 0px 0px 2px #33691e inset;
}

.border-color-light-green-10 {
  border-color: #33691e;
}

.color-outline-light-green-11 {
  box-shadow: 0px 0px 0px 2px #ccff90 inset;
}

.color-outline-md-light-green-11 {
  box-shadow: 0px 0px 0px 2px #ccff90 inset;
}

.border-color-light-green-11 {
  border-color: #ccff90;
}

.color-outline-light-green-12 {
  box-shadow: 0px 0px 0px 2px #b2ff59 inset;
}

.color-outline-md-light-green-12 {
  box-shadow: 0px 0px 0px 2px #b2ff59 inset;
}

.border-color-light-green-12 {
  border-color: #b2ff59;
}

.color-outline-light-green-13 {
  box-shadow: 0px 0px 0px 2px #76ff03 inset;
}

.color-outline-md-light-green-13 {
  box-shadow: 0px 0px 0px 2px #76ff03 inset;
}

.border-color-light-green-13 {
  border-color: #76ff03;
}

.color-outline-light-green-14 {
  box-shadow: 0px 0px 0px 2px #64dd17 inset;
}

.color-outline-md-light-green-14 {
  box-shadow: 0px 0px 0px 2px #64dd17 inset;
}

.border-color-light-green-14 {
  border-color: #64dd17;
}

.color-outline-lime {
  box-shadow: 0px 0px 0px 2px #cddc39 inset;
}

.color-outline-md-lime {
  box-shadow: 0px 0px 0px 2px #cddc39 inset;
}

.border-color-lime {
  border-color: #cddc39;
}

.color-outline-lime-1 {
  box-shadow: 0px 0px 0px 2px #f9fbe7 inset;
}

.color-outline-md-lime-1 {
  box-shadow: 0px 0px 0px 2px #f9fbe7 inset;
}

.border-color-lime-1 {
  border-color: #f9fbe7;
}

.color-outline-lime-2 {
  box-shadow: 0px 0px 0px 2px #f0f4c3 inset;
}

.color-outline-md-lime-2 {
  box-shadow: 0px 0px 0px 2px #f0f4c3 inset;
}

.border-color-lime-2 {
  border-color: #f0f4c3;
}

.color-outline-lime-3 {
  box-shadow: 0px 0px 0px 2px #e6ee9c inset;
}

.color-outline-md-lime-3 {
  box-shadow: 0px 0px 0px 2px #e6ee9c inset;
}

.border-color-lime-3 {
  border-color: #e6ee9c;
}

.color-outline-lime-4 {
  box-shadow: 0px 0px 0px 2px #dce775 inset;
}

.color-outline-md-lime-4 {
  box-shadow: 0px 0px 0px 2px #dce775 inset;
}

.border-color-lime-4 {
  border-color: #dce775;
}

.color-outline-lime-5 {
  box-shadow: 0px 0px 0px 2px #d4e157 inset;
}

.color-outline-md-lime-5 {
  box-shadow: 0px 0px 0px 2px #d4e157 inset;
}

.border-color-lime-5 {
  border-color: #d4e157;
}

.color-outline-lime-6 {
  box-shadow: 0px 0px 0px 2px #cddc39 inset;
}

.color-outline-md-lime-6 {
  box-shadow: 0px 0px 0px 2px #cddc39 inset;
}

.border-color-lime-6 {
  border-color: #cddc39;
}

.color-outline-lime-7 {
  box-shadow: 0px 0px 0px 2px #c0ca33 inset;
}

.color-outline-md-lime-7 {
  box-shadow: 0px 0px 0px 2px #c0ca33 inset;
}

.border-color-lime-7 {
  border-color: #c0ca33;
}

.color-outline-lime-8 {
  box-shadow: 0px 0px 0px 2px #afb42b inset;
}

.color-outline-md-lime-8 {
  box-shadow: 0px 0px 0px 2px #afb42b inset;
}

.border-color-lime-8 {
  border-color: #afb42b;
}

.color-outline-lime-9 {
  box-shadow: 0px 0px 0px 2px #9e9d24 inset;
}

.color-outline-md-lime-9 {
  box-shadow: 0px 0px 0px 2px #9e9d24 inset;
}

.border-color-lime-9 {
  border-color: #9e9d24;
}

.color-outline-lime-10 {
  box-shadow: 0px 0px 0px 2px #827717 inset;
}

.color-outline-md-lime-10 {
  box-shadow: 0px 0px 0px 2px #827717 inset;
}

.border-color-lime-10 {
  border-color: #827717;
}

.color-outline-lime-11 {
  box-shadow: 0px 0px 0px 2px #f4ff81 inset;
}

.color-outline-md-lime-11 {
  box-shadow: 0px 0px 0px 2px #f4ff81 inset;
}

.border-color-lime-11 {
  border-color: #f4ff81;
}

.color-outline-lime-12 {
  box-shadow: 0px 0px 0px 2px #eeff41 inset;
}

.color-outline-md-lime-12 {
  box-shadow: 0px 0px 0px 2px #eeff41 inset;
}

.border-color-lime-12 {
  border-color: #eeff41;
}

.color-outline-lime-13 {
  box-shadow: 0px 0px 0px 2px #c6ff00 inset;
}

.color-outline-md-lime-13 {
  box-shadow: 0px 0px 0px 2px #c6ff00 inset;
}

.border-color-lime-13 {
  border-color: #c6ff00;
}

.color-outline-lime-14 {
  box-shadow: 0px 0px 0px 2px #aeea00 inset;
}

.color-outline-md-lime-14 {
  box-shadow: 0px 0px 0px 2px #aeea00 inset;
}

.border-color-lime-14 {
  border-color: #aeea00;
}

.color-outline-yellow {
  box-shadow: 0px 0px 0px 2px #ffeb3b inset;
}

.color-outline-md-yellow {
  box-shadow: 0px 0px 0px 2px #ffeb3b inset;
}

.border-color-yellow {
  border-color: #ffeb3b;
}

.color-outline-yellow-1 {
  box-shadow: 0px 0px 0px 2px #fffde7 inset;
}

.color-outline-md-yellow-1 {
  box-shadow: 0px 0px 0px 2px #fffde7 inset;
}

.border-color-yellow-1 {
  border-color: #fffde7;
}

.color-outline-yellow-2 {
  box-shadow: 0px 0px 0px 2px #fff9c4 inset;
}

.color-outline-md-yellow-2 {
  box-shadow: 0px 0px 0px 2px #fff9c4 inset;
}

.border-color-yellow-2 {
  border-color: #fff9c4;
}

.color-outline-yellow-3 {
  box-shadow: 0px 0px 0px 2px #fff59d inset;
}

.color-outline-md-yellow-3 {
  box-shadow: 0px 0px 0px 2px #fff59d inset;
}

.border-color-yellow-3 {
  border-color: #fff59d;
}

.color-outline-yellow-4 {
  box-shadow: 0px 0px 0px 2px #fff176 inset;
}

.color-outline-md-yellow-4 {
  box-shadow: 0px 0px 0px 2px #fff176 inset;
}

.border-color-yellow-4 {
  border-color: #fff176;
}

.color-outline-yellow-5 {
  box-shadow: 0px 0px 0px 2px #ffee58 inset;
}

.color-outline-md-yellow-5 {
  box-shadow: 0px 0px 0px 2px #ffee58 inset;
}

.border-color-yellow-5 {
  border-color: #ffee58;
}

.color-outline-yellow-6 {
  box-shadow: 0px 0px 0px 2px #ffeb3b inset;
}

.color-outline-md-yellow-6 {
  box-shadow: 0px 0px 0px 2px #ffeb3b inset;
}

.border-color-yellow-6 {
  border-color: #ffeb3b;
}

.color-outline-yellow-7 {
  box-shadow: 0px 0px 0px 2px #fdd835 inset;
}

.color-outline-md-yellow-7 {
  box-shadow: 0px 0px 0px 2px #fdd835 inset;
}

.border-color-yellow-7 {
  border-color: #fdd835;
}

.color-outline-yellow-8 {
  box-shadow: 0px 0px 0px 2px #fbc02d inset;
}

.color-outline-md-yellow-8 {
  box-shadow: 0px 0px 0px 2px #fbc02d inset;
}

.border-color-yellow-8 {
  border-color: #fbc02d;
}

.color-outline-yellow-9 {
  box-shadow: 0px 0px 0px 2px #f9a825 inset;
}

.color-outline-md-yellow-9 {
  box-shadow: 0px 0px 0px 2px #f9a825 inset;
}

.border-color-yellow-9 {
  border-color: #f9a825;
}

.color-outline-yellow-10 {
  box-shadow: 0px 0px 0px 2px #f57f17 inset;
}

.color-outline-md-yellow-10 {
  box-shadow: 0px 0px 0px 2px #f57f17 inset;
}

.border-color-yellow-10 {
  border-color: #f57f17;
}

.color-outline-yellow-11 {
  box-shadow: 0px 0px 0px 2px #ffff8d inset;
}

.color-outline-md-yellow-11 {
  box-shadow: 0px 0px 0px 2px #ffff8d inset;
}

.border-color-yellow-11 {
  border-color: #ffff8d;
}

.color-outline-yellow-12 {
  box-shadow: 0px 0px 0px 2px #ffff00 inset;
}

.color-outline-md-yellow-12 {
  box-shadow: 0px 0px 0px 2px #ffff00 inset;
}

.border-color-yellow-12 {
  border-color: #ffff00;
}

.color-outline-yellow-13 {
  box-shadow: 0px 0px 0px 2px #ffea00 inset;
}

.color-outline-md-yellow-13 {
  box-shadow: 0px 0px 0px 2px #ffea00 inset;
}

.border-color-yellow-13 {
  border-color: #ffea00;
}

.color-outline-yellow-14 {
  box-shadow: 0px 0px 0px 2px #ffd600 inset;
}

.color-outline-md-yellow-14 {
  box-shadow: 0px 0px 0px 2px #ffd600 inset;
}

.border-color-yellow-14 {
  border-color: #ffd600;
}

.color-outline-amber {
  box-shadow: 0px 0px 0px 2px #ffc107 inset;
}

.color-outline-md-amber {
  box-shadow: 0px 0px 0px 2px #ffc107 inset;
}

.border-color-amber {
  border-color: #ffc107;
}

.color-outline-amber-1 {
  box-shadow: 0px 0px 0px 2px #fff8e1 inset;
}

.color-outline-md-amber-1 {
  box-shadow: 0px 0px 0px 2px #fff8e1 inset;
}

.border-color-amber-1 {
  border-color: #fff8e1;
}

.color-outline-amber-2 {
  box-shadow: 0px 0px 0px 2px #ffecb3 inset;
}

.color-outline-md-amber-2 {
  box-shadow: 0px 0px 0px 2px #ffecb3 inset;
}

.border-color-amber-2 {
  border-color: #ffecb3;
}

.color-outline-amber-3 {
  box-shadow: 0px 0px 0px 2px #ffe082 inset;
}

.color-outline-md-amber-3 {
  box-shadow: 0px 0px 0px 2px #ffe082 inset;
}

.border-color-amber-3 {
  border-color: #ffe082;
}

.color-outline-amber-4 {
  box-shadow: 0px 0px 0px 2px #ffd54f inset;
}

.color-outline-md-amber-4 {
  box-shadow: 0px 0px 0px 2px #ffd54f inset;
}

.border-color-amber-4 {
  border-color: #ffd54f;
}

.color-outline-amber-5 {
  box-shadow: 0px 0px 0px 2px #ffca28 inset;
}

.color-outline-md-amber-5 {
  box-shadow: 0px 0px 0px 2px #ffca28 inset;
}

.border-color-amber-5 {
  border-color: #ffca28;
}

.color-outline-amber-6 {
  box-shadow: 0px 0px 0px 2px #ffc107 inset;
}

.color-outline-md-amber-6 {
  box-shadow: 0px 0px 0px 2px #ffc107 inset;
}

.border-color-amber-6 {
  border-color: #ffc107;
}

.color-outline-amber-7 {
  box-shadow: 0px 0px 0px 2px #ffb300 inset;
}

.color-outline-md-amber-7 {
  box-shadow: 0px 0px 0px 2px #ffb300 inset;
}

.border-color-amber-7 {
  border-color: #ffb300;
}

.color-outline-amber-8 {
  box-shadow: 0px 0px 0px 2px #ffa000 inset;
}

.color-outline-md-amber-8 {
  box-shadow: 0px 0px 0px 2px #ffa000 inset;
}

.border-color-amber-8 {
  border-color: #ffa000;
}

.color-outline-amber-9 {
  box-shadow: 0px 0px 0px 2px #ff8f00 inset;
}

.color-outline-md-amber-9 {
  box-shadow: 0px 0px 0px 2px #ff8f00 inset;
}

.border-color-amber-9 {
  border-color: #ff8f00;
}

.color-outline-amber-10 {
  box-shadow: 0px 0px 0px 2px #ff6f00 inset;
}

.color-outline-md-amber-10 {
  box-shadow: 0px 0px 0px 2px #ff6f00 inset;
}

.border-color-amber-10 {
  border-color: #ff6f00;
}

.color-outline-amber-11 {
  box-shadow: 0px 0px 0px 2px #ffe57f inset;
}

.color-outline-md-amber-11 {
  box-shadow: 0px 0px 0px 2px #ffe57f inset;
}

.border-color-amber-11 {
  border-color: #ffe57f;
}

.color-outline-amber-12 {
  box-shadow: 0px 0px 0px 2px #ffd740 inset;
}

.color-outline-md-amber-12 {
  box-shadow: 0px 0px 0px 2px #ffd740 inset;
}

.border-color-amber-12 {
  border-color: #ffd740;
}

.color-outline-amber-13 {
  box-shadow: 0px 0px 0px 2px #ffc400 inset;
}

.color-outline-md-amber-13 {
  box-shadow: 0px 0px 0px 2px #ffc400 inset;
}

.border-color-amber-13 {
  border-color: #ffc400;
}

.color-outline-amber-14 {
  box-shadow: 0px 0px 0px 2px #ffab00 inset;
}

.color-outline-md-amber-14 {
  box-shadow: 0px 0px 0px 2px #ffab00 inset;
}

.border-color-amber-14 {
  border-color: #ffab00;
}

.color-outline-orange {
  box-shadow: 0px 0px 0px 2px #ff9800 inset;
}

.color-outline-md-orange {
  box-shadow: 0px 0px 0px 2px #ff9800 inset;
}

.border-color-orange {
  border-color: #ff9800;
}

.color-outline-orange-1 {
  box-shadow: 0px 0px 0px 2px #fff3e0 inset;
}

.color-outline-md-orange-1 {
  box-shadow: 0px 0px 0px 2px #fff3e0 inset;
}

.border-color-orange-1 {
  border-color: #fff3e0;
}

.color-outline-orange-2 {
  box-shadow: 0px 0px 0px 2px #ffe0b2 inset;
}

.color-outline-md-orange-2 {
  box-shadow: 0px 0px 0px 2px #ffe0b2 inset;
}

.border-color-orange-2 {
  border-color: #ffe0b2;
}

.color-outline-orange-3 {
  box-shadow: 0px 0px 0px 2px #ffcc80 inset;
}

.color-outline-md-orange-3 {
  box-shadow: 0px 0px 0px 2px #ffcc80 inset;
}

.border-color-orange-3 {
  border-color: #ffcc80;
}

.color-outline-orange-4 {
  box-shadow: 0px 0px 0px 2px #ffb74d inset;
}

.color-outline-md-orange-4 {
  box-shadow: 0px 0px 0px 2px #ffb74d inset;
}

.border-color-orange-4 {
  border-color: #ffb74d;
}

.color-outline-orange-5 {
  box-shadow: 0px 0px 0px 2px #ffa726 inset;
}

.color-outline-md-orange-5 {
  box-shadow: 0px 0px 0px 2px #ffa726 inset;
}

.border-color-orange-5 {
  border-color: #ffa726;
}

.color-outline-orange-6 {
  box-shadow: 0px 0px 0px 2px #ff9800 inset;
}

.color-outline-md-orange-6 {
  box-shadow: 0px 0px 0px 2px #ff9800 inset;
}

.border-color-orange-6 {
  border-color: #ff9800;
}

.color-outline-orange-7 {
  box-shadow: 0px 0px 0px 2px #fb8c00 inset;
}

.color-outline-md-orange-7 {
  box-shadow: 0px 0px 0px 2px #fb8c00 inset;
}

.border-color-orange-7 {
  border-color: #fb8c00;
}

.color-outline-orange-8 {
  box-shadow: 0px 0px 0px 2px #f57c00 inset;
}

.color-outline-md-orange-8 {
  box-shadow: 0px 0px 0px 2px #f57c00 inset;
}

.border-color-orange-8 {
  border-color: #f57c00;
}

.color-outline-orange-9 {
  box-shadow: 0px 0px 0px 2px #ef6c00 inset;
}

.color-outline-md-orange-9 {
  box-shadow: 0px 0px 0px 2px #ef6c00 inset;
}

.border-color-orange-9 {
  border-color: #ef6c00;
}

.color-outline-orange-10 {
  box-shadow: 0px 0px 0px 2px #e65100 inset;
}

.color-outline-md-orange-10 {
  box-shadow: 0px 0px 0px 2px #e65100 inset;
}

.border-color-orange-10 {
  border-color: #e65100;
}

.color-outline-orange-11 {
  box-shadow: 0px 0px 0px 2px #ffd180 inset;
}

.color-outline-md-orange-11 {
  box-shadow: 0px 0px 0px 2px #ffd180 inset;
}

.border-color-orange-11 {
  border-color: #ffd180;
}

.color-outline-orange-12 {
  box-shadow: 0px 0px 0px 2px #ffab40 inset;
}

.color-outline-md-orange-12 {
  box-shadow: 0px 0px 0px 2px #ffab40 inset;
}

.border-color-orange-12 {
  border-color: #ffab40;
}

.color-outline-orange-13 {
  box-shadow: 0px 0px 0px 2px #ff9100 inset;
}

.color-outline-md-orange-13 {
  box-shadow: 0px 0px 0px 2px #ff9100 inset;
}

.border-color-orange-13 {
  border-color: #ff9100;
}

.color-outline-orange-14 {
  box-shadow: 0px 0px 0px 2px #ff6d00 inset;
}

.color-outline-md-orange-14 {
  box-shadow: 0px 0px 0px 2px #ff6d00 inset;
}

.border-color-orange-14 {
  border-color: #ff6d00;
}

.color-outline-deep-orange {
  box-shadow: 0px 0px 0px 2px #ff5722 inset;
}

.color-outline-md-deep-orange {
  box-shadow: 0px 0px 0px 2px #ff5722 inset;
}

.border-color-deep-orange {
  border-color: #ff5722;
}

.color-outline-deep-orange-1 {
  box-shadow: 0px 0px 0px 2px #fbe9e7 inset;
}

.color-outline-md-deep-orange-1 {
  box-shadow: 0px 0px 0px 2px #fbe9e7 inset;
}

.border-color-deep-orange-1 {
  border-color: #fbe9e7;
}

.color-outline-deep-orange-2 {
  box-shadow: 0px 0px 0px 2px #ffccbc inset;
}

.color-outline-md-deep-orange-2 {
  box-shadow: 0px 0px 0px 2px #ffccbc inset;
}

.border-color-deep-orange-2 {
  border-color: #ffccbc;
}

.color-outline-deep-orange-3 {
  box-shadow: 0px 0px 0px 2px #ffab91 inset;
}

.color-outline-md-deep-orange-3 {
  box-shadow: 0px 0px 0px 2px #ffab91 inset;
}

.border-color-deep-orange-3 {
  border-color: #ffab91;
}

.color-outline-deep-orange-4 {
  box-shadow: 0px 0px 0px 2px #ff8a65 inset;
}

.color-outline-md-deep-orange-4 {
  box-shadow: 0px 0px 0px 2px #ff8a65 inset;
}

.border-color-deep-orange-4 {
  border-color: #ff8a65;
}

.color-outline-deep-orange-5 {
  box-shadow: 0px 0px 0px 2px #ff7043 inset;
}

.color-outline-md-deep-orange-5 {
  box-shadow: 0px 0px 0px 2px #ff7043 inset;
}

.border-color-deep-orange-5 {
  border-color: #ff7043;
}

.color-outline-deep-orange-6 {
  box-shadow: 0px 0px 0px 2px #ff5722 inset;
}

.color-outline-md-deep-orange-6 {
  box-shadow: 0px 0px 0px 2px #ff5722 inset;
}

.border-color-deep-orange-6 {
  border-color: #ff5722;
}

.color-outline-deep-orange-7 {
  box-shadow: 0px 0px 0px 2px #f4511e inset;
}

.color-outline-md-deep-orange-7 {
  box-shadow: 0px 0px 0px 2px #f4511e inset;
}

.border-color-deep-orange-7 {
  border-color: #f4511e;
}

.color-outline-deep-orange-8 {
  box-shadow: 0px 0px 0px 2px #e64a19 inset;
}

.color-outline-md-deep-orange-8 {
  box-shadow: 0px 0px 0px 2px #e64a19 inset;
}

.border-color-deep-orange-8 {
  border-color: #e64a19;
}

.color-outline-deep-orange-9 {
  box-shadow: 0px 0px 0px 2px #d84315 inset;
}

.color-outline-md-deep-orange-9 {
  box-shadow: 0px 0px 0px 2px #d84315 inset;
}

.border-color-deep-orange-9 {
  border-color: #d84315;
}

.color-outline-deep-orange-10 {
  box-shadow: 0px 0px 0px 2px #bf360c inset;
}

.color-outline-md-deep-orange-10 {
  box-shadow: 0px 0px 0px 2px #bf360c inset;
}

.border-color-deep-orange-10 {
  border-color: #bf360c;
}

.color-outline-deep-orange-11 {
  box-shadow: 0px 0px 0px 2px #ff9e80 inset;
}

.color-outline-md-deep-orange-11 {
  box-shadow: 0px 0px 0px 2px #ff9e80 inset;
}

.border-color-deep-orange-11 {
  border-color: #ff9e80;
}

.color-outline-deep-orange-12 {
  box-shadow: 0px 0px 0px 2px #ff6e40 inset;
}

.color-outline-md-deep-orange-12 {
  box-shadow: 0px 0px 0px 2px #ff6e40 inset;
}

.border-color-deep-orange-12 {
  border-color: #ff6e40;
}

.color-outline-deep-orange-13 {
  box-shadow: 0px 0px 0px 2px #ff3d00 inset;
}

.color-outline-md-deep-orange-13 {
  box-shadow: 0px 0px 0px 2px #ff3d00 inset;
}

.border-color-deep-orange-13 {
  border-color: #ff3d00;
}

.color-outline-deep-orange-14 {
  box-shadow: 0px 0px 0px 2px #dd2c00 inset;
}

.color-outline-md-deep-orange-14 {
  box-shadow: 0px 0px 0px 2px #dd2c00 inset;
}

.border-color-deep-orange-14 {
  border-color: #dd2c00;
}

.color-outline-brown {
  box-shadow: 0px 0px 0px 2px #795548 inset;
}

.color-outline-md-brown {
  box-shadow: 0px 0px 0px 2px #795548 inset;
}

.border-color-brown {
  border-color: #795548;
}

.color-outline-brown-1 {
  box-shadow: 0px 0px 0px 2px #efebe9 inset;
}

.color-outline-md-brown-1 {
  box-shadow: 0px 0px 0px 2px #efebe9 inset;
}

.border-color-brown-1 {
  border-color: #efebe9;
}

.color-outline-brown-2 {
  box-shadow: 0px 0px 0px 2px #d7ccc8 inset;
}

.color-outline-md-brown-2 {
  box-shadow: 0px 0px 0px 2px #d7ccc8 inset;
}

.border-color-brown-2 {
  border-color: #d7ccc8;
}

.color-outline-brown-3 {
  box-shadow: 0px 0px 0px 2px #bcaaa4 inset;
}

.color-outline-md-brown-3 {
  box-shadow: 0px 0px 0px 2px #bcaaa4 inset;
}

.border-color-brown-3 {
  border-color: #bcaaa4;
}

.color-outline-brown-4 {
  box-shadow: 0px 0px 0px 2px #a1887f inset;
}

.color-outline-md-brown-4 {
  box-shadow: 0px 0px 0px 2px #a1887f inset;
}

.border-color-brown-4 {
  border-color: #a1887f;
}

.color-outline-brown-5 {
  box-shadow: 0px 0px 0px 2px #8d6e63 inset;
}

.color-outline-md-brown-5 {
  box-shadow: 0px 0px 0px 2px #8d6e63 inset;
}

.border-color-brown-5 {
  border-color: #8d6e63;
}

.color-outline-brown-6 {
  box-shadow: 0px 0px 0px 2px #795548 inset;
}

.color-outline-md-brown-6 {
  box-shadow: 0px 0px 0px 2px #795548 inset;
}

.border-color-brown-6 {
  border-color: #795548;
}

.color-outline-brown-7 {
  box-shadow: 0px 0px 0px 2px #6d4c41 inset;
}

.color-outline-md-brown-7 {
  box-shadow: 0px 0px 0px 2px #6d4c41 inset;
}

.border-color-brown-7 {
  border-color: #6d4c41;
}

.color-outline-brown-8 {
  box-shadow: 0px 0px 0px 2px #5d4037 inset;
}

.color-outline-md-brown-8 {
  box-shadow: 0px 0px 0px 2px #5d4037 inset;
}

.border-color-brown-8 {
  border-color: #5d4037;
}

.color-outline-brown-9 {
  box-shadow: 0px 0px 0px 2px #4e342e inset;
}

.color-outline-md-brown-9 {
  box-shadow: 0px 0px 0px 2px #4e342e inset;
}

.border-color-brown-9 {
  border-color: #4e342e;
}

.color-outline-brown-10 {
  box-shadow: 0px 0px 0px 2px #3e2723 inset;
}

.color-outline-md-brown-10 {
  box-shadow: 0px 0px 0px 2px #3e2723 inset;
}

.border-color-brown-10 {
  border-color: #3e2723;
}

.color-outline-brown-11 {
  box-shadow: 0px 0px 0px 2px #d7ccc8 inset;
}

.color-outline-md-brown-11 {
  box-shadow: 0px 0px 0px 2px #d7ccc8 inset;
}

.border-color-brown-11 {
  border-color: #d7ccc8;
}

.color-outline-brown-12 {
  box-shadow: 0px 0px 0px 2px #bcaaa4 inset;
}

.color-outline-md-brown-12 {
  box-shadow: 0px 0px 0px 2px #bcaaa4 inset;
}

.border-color-brown-12 {
  border-color: #bcaaa4;
}

.color-outline-brown-13 {
  box-shadow: 0px 0px 0px 2px #8d6e63 inset;
}

.color-outline-md-brown-13 {
  box-shadow: 0px 0px 0px 2px #8d6e63 inset;
}

.border-color-brown-13 {
  border-color: #8d6e63;
}

.color-outline-brown-14 {
  box-shadow: 0px 0px 0px 2px #5d4037 inset;
}

.color-outline-md-brown-14 {
  box-shadow: 0px 0px 0px 2px #5d4037 inset;
}

.border-color-brown-14 {
  border-color: #5d4037;
}

.color-outline-grey {
  box-shadow: 0px 0px 0px 2px #9e9e9e inset;
}

.color-outline-md-grey {
  box-shadow: 0px 0px 0px 2px #9e9e9e inset;
}

.border-color-grey {
  border-color: #9e9e9e;
}

.color-outline-grey-1 {
  box-shadow: 0px 0px 0px 2px #fafafa inset;
}

.color-outline-md-grey-1 {
  box-shadow: 0px 0px 0px 2px #fafafa inset;
}

.border-color-grey-1 {
  border-color: #fafafa;
}

.color-outline-grey-2 {
  box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}

.color-outline-md-grey-2 {
  box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}

.border-color-grey-2 {
  border-color: #f5f5f5;
}

.color-outline-grey-3 {
  box-shadow: 0px 0px 0px 2px #eeeeee inset;
}

.color-outline-md-grey-3 {
  box-shadow: 0px 0px 0px 2px #eeeeee inset;
}

.border-color-grey-3 {
  border-color: #eeeeee;
}

.color-outline-grey-4 {
  box-shadow: 0px 0px 0px 2px #e0e0e0 inset;
}

.color-outline-md-grey-4 {
  box-shadow: 0px 0px 0px 2px #e0e0e0 inset;
}

.border-color-grey-4 {
  border-color: #e0e0e0;
}

.color-outline-grey-5 {
  box-shadow: 0px 0px 0px 2px #bdbdbd inset;
}

.color-outline-md-grey-5 {
  box-shadow: 0px 0px 0px 2px #bdbdbd inset;
}

.border-color-grey-5 {
  border-color: #bdbdbd;
}

.color-outline-grey-6 {
  box-shadow: 0px 0px 0px 2px #9e9e9e inset;
}

.color-outline-md-grey-6 {
  box-shadow: 0px 0px 0px 2px #9e9e9e inset;
}

.border-color-grey-6 {
  border-color: #9e9e9e;
}

.color-outline-grey-7 {
  box-shadow: 0px 0px 0px 2px #757575 inset;
}

.color-outline-md-grey-7 {
  box-shadow: 0px 0px 0px 2px #757575 inset;
}

.border-color-grey-7 {
  border-color: #757575;
}

.color-outline-grey-8 {
  box-shadow: 0px 0px 0px 2px #616161 inset;
}

.color-outline-md-grey-8 {
  box-shadow: 0px 0px 0px 2px #616161 inset;
}

.border-color-grey-8 {
  border-color: #616161;
}

.color-outline-grey-9 {
  box-shadow: 0px 0px 0px 2px #424242 inset;
}

.color-outline-md-grey-9 {
  box-shadow: 0px 0px 0px 2px #424242 inset;
}

.border-color-grey-9 {
  border-color: #424242;
}

.color-outline-grey-10 {
  box-shadow: 0px 0px 0px 2px #212121 inset;
}

.color-outline-md-grey-10 {
  box-shadow: 0px 0px 0px 2px #212121 inset;
}

.border-color-grey-10 {
  border-color: #212121;
}

.color-outline-grey-11 {
  box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}

.color-outline-md-grey-11 {
  box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}

.border-color-grey-11 {
  border-color: #f5f5f5;
}

.color-outline-grey-12 {
  box-shadow: 0px 0px 0px 2px #eeeeee inset;
}

.color-outline-md-grey-12 {
  box-shadow: 0px 0px 0px 2px #eeeeee inset;
}

.border-color-grey-12 {
  border-color: #eeeeee;
}

.color-outline-grey-13 {
  box-shadow: 0px 0px 0px 2px #bdbdbd inset;
}

.color-outline-md-grey-13 {
  box-shadow: 0px 0px 0px 2px #bdbdbd inset;
}

.border-color-grey-13 {
  border-color: #bdbdbd;
}

.color-outline-grey-14 {
  box-shadow: 0px 0px 0px 2px #616161 inset;
}

.color-outline-md-grey-14 {
  box-shadow: 0px 0px 0px 2px #616161 inset;
}

.border-color-grey-14 {
  border-color: #616161;
}

.color-outline-blue-grey {
  box-shadow: 0px 0px 0px 2px #607d8b inset;
}

.color-outline-md-blue-grey {
  box-shadow: 0px 0px 0px 2px #607d8b inset;
}

.border-color-blue-grey {
  border-color: #607d8b;
}

.color-outline-blue-grey-1 {
  box-shadow: 0px 0px 0px 2px #eceff1 inset;
}

.color-outline-md-blue-grey-1 {
  box-shadow: 0px 0px 0px 2px #eceff1 inset;
}

.border-color-blue-grey-1 {
  border-color: #eceff1;
}

.color-outline-blue-grey-2 {
  box-shadow: 0px 0px 0px 2px #cfd8dc inset;
}

.color-outline-md-blue-grey-2 {
  box-shadow: 0px 0px 0px 2px #cfd8dc inset;
}

.border-color-blue-grey-2 {
  border-color: #cfd8dc;
}

.color-outline-blue-grey-3 {
  box-shadow: 0px 0px 0px 2px #b0bec5 inset;
}

.color-outline-md-blue-grey-3 {
  box-shadow: 0px 0px 0px 2px #b0bec5 inset;
}

.border-color-blue-grey-3 {
  border-color: #b0bec5;
}

.color-outline-blue-grey-4 {
  box-shadow: 0px 0px 0px 2px #90a4ae inset;
}

.color-outline-md-blue-grey-4 {
  box-shadow: 0px 0px 0px 2px #90a4ae inset;
}

.border-color-blue-grey-4 {
  border-color: #90a4ae;
}

.color-outline-blue-grey-5 {
  box-shadow: 0px 0px 0px 2px #78909c inset;
}

.color-outline-md-blue-grey-5 {
  box-shadow: 0px 0px 0px 2px #78909c inset;
}

.border-color-blue-grey-5 {
  border-color: #78909c;
}

.color-outline-blue-grey-6 {
  box-shadow: 0px 0px 0px 2px #607d8b inset;
}

.color-outline-md-blue-grey-6 {
  box-shadow: 0px 0px 0px 2px #607d8b inset;
}

.border-color-blue-grey-6 {
  border-color: #607d8b;
}

.color-outline-blue-grey-7 {
  box-shadow: 0px 0px 0px 2px #546e7a inset;
}

.color-outline-md-blue-grey-7 {
  box-shadow: 0px 0px 0px 2px #546e7a inset;
}

.border-color-blue-grey-7 {
  border-color: #546e7a;
}

.color-outline-blue-grey-8 {
  box-shadow: 0px 0px 0px 2px #455a64 inset;
}

.color-outline-md-blue-grey-8 {
  box-shadow: 0px 0px 0px 2px #455a64 inset;
}

.border-color-blue-grey-8 {
  border-color: #455a64;
}

.color-outline-blue-grey-9 {
  box-shadow: 0px 0px 0px 2px #37474f inset;
}

.color-outline-md-blue-grey-9 {
  box-shadow: 0px 0px 0px 2px #37474f inset;
}

.border-color-blue-grey-9 {
  border-color: #37474f;
}

.color-outline-blue-grey-10 {
  box-shadow: 0px 0px 0px 2px #263238 inset;
}

.color-outline-md-blue-grey-10 {
  box-shadow: 0px 0px 0px 2px #263238 inset;
}

.border-color-blue-grey-10 {
  border-color: #263238;
}

.color-outline-blue-grey-11 {
  box-shadow: 0px 0px 0px 2px #cfd8dc inset;
}

.color-outline-md-blue-grey-11 {
  box-shadow: 0px 0px 0px 2px #cfd8dc inset;
}

.border-color-blue-grey-11 {
  border-color: #cfd8dc;
}

.color-outline-blue-grey-12 {
  box-shadow: 0px 0px 0px 2px #b0bec5 inset;
}

.color-outline-md-blue-grey-12 {
  box-shadow: 0px 0px 0px 2px #b0bec5 inset;
}

.border-color-blue-grey-12 {
  border-color: #b0bec5;
}

.color-outline-blue-grey-13 {
  box-shadow: 0px 0px 0px 2px #78909c inset;
}

.color-outline-md-blue-grey-13 {
  box-shadow: 0px 0px 0px 2px #78909c inset;
}

.border-color-blue-grey-13 {
  border-color: #78909c;
}

.color-outline-blue-grey-14 {
  box-shadow: 0px 0px 0px 2px #455a64 inset;
}

.color-outline-md-blue-grey-14 {
  box-shadow: 0px 0px 0px 2px #455a64 inset;
}

.border-color-blue-grey-14 {
  border-color: #455a64;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.text-smaller {
  font-size: 0.6rem;
}

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

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
.q-card {
  border-radius: 12px;
}

.q-btn__wrapper {
  border-radius: 4px;
}

.text-h7 {
  font-size: 1.25rem;
}

.text-h8 {
  font-size: 1.1rem;
}

.text-h9 {
  font-size: 1rem;
}

.text-h10 {
  font-size: 0.95rem;
}

.text-h11 {
  font-size: 0.85rem;
}

.text-h12 {
  font-size: 0.75rem;
}

.z-label {
  color: #2C3E50;
}

.body--dark .z-label {
  color: #fff;
}

.q-table__grid-item-card {
  border: solid 1px #f1f1f1;
}

.text-small {
  font-size: 0.7rem !important;
}

.body--dark .z-input,
.body--dark .q-field__control {
  background: #2d2d2d;
}

.inject-container {
  position: relative;
  /*overflow: hidden;*/
}

.injected-placeholder {
  cursor: pointer;
}
.injected-placeholder:not(.visible) {
  display: none;
}

.b-input-control {
  border: 1px solid #E4E9F0;
  box-sizing: border-box;
  border-radius: 3.75px;
  height: 32px;
  padding-left: 3px;
  padding-right: 3px;
  transition: all 200ms;
}
.b-input-control.focused {
  box-shadow: 0px 0px 5px 0px rgba(103, 0, 209, 0.75);
}
.b-input-control .b-input {
  border-radius: 3.75px;
  transition: box-shadow 0.3s;
  display: block;
  width: 100%;
  padding: 3.5px 8px;
  border: none;
  outline: none;
}
.b-input-control .b-input::placeholder {
  color: #cecece;
}

.z-input {
  background-color: white;
  border-radius: 5px !important;
  border-radius: 3.75px;
  transition: box-shadow 0.3s;
}
.z-input.with-after {
  height: 32px;
  border-radius: 5px;
  border: 1px solid #BBDEFB;
}
.z-input.with-after .q-field__control,
.z-input.with-after .q-field__inner {
  border: none;
  height: 30px;
}
.z-input.error .q-field__control {
  border-color: red;
}
.z-input.no-border .q-field__control {
  border: none;
}
.z-input.q-field--borderless .q-field__control {
  border: none;
}
.z-input.no-border .q-field__control {
  border: none;
}
.z-input .q-field__control {
  border: 1px solid #BBDEFB;
  box-sizing: border-box;
  border-radius: 3.75px;
  height: 32px;
  padding-left: 3px;
  padding-right: 3px;
}
.z-input .q-field__control:before {
  display: none;
}
.z-input .q-field__control:after {
  display: none;
}
.z-input .q-field__append {
  height: 32px;
  /*i {
    font-size: 30px !important;
  }*/
}
.z-input.z-textarea .q-field__control,
.z-input.z-textarea .q-field__control-container {
  min-height: 96px !important;
}
.z-input.z-textarea .q-field__control textarea,
.z-input.z-textarea .q-field__control-container textarea {
  min-height: 96px !important;
}

.z-btn {
  font-size: 14px;
  line-height: 14px;
  height: 32px;
  border-radius: 3.75px;
}
.z-btn .q-btn__wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  height: 32px;
  min-height: 0;
}

.mobile #head-grid .grid-container,
.mobile #head-grid .grid-container.client {
  grid-template-columns: 0fr 1fr 1fr 1fr 0fr;
  grid-template-rows: 96px repeat(3, minmax(185px, 1fr)) minmax(0px, 0.67fr);
  grid-template-areas: ". slogan slogan slogan ." ". slogan slogan slogan ." ". slogan slogan slogan ." ". slogan slogan slogan ." ". slogan slogan slogan .";
  margin-bottom: 24px;
}
.mobile #head-grid .big-logo img {
  max-width: 70%;
}

#head-grid {
  /*.grid-container.show-logo .logo{
    padding-bottom: 100%;
    !*grid-template-rows: 320px repeat(3, minmax(185px,1fr)) minmax(0px,0.67fr);*!
  }*/
}
#head-grid .grid-container {
  display: grid;
  grid-template-columns: 0fr 1fr 1fr 1fr 1fr 1fr 1fr 0fr;
  transition: all 1.4s;
  grid-template-rows: auto repeat(3, minmax(185px, 1fr)) minmax(0px, 0.67fr);
  gap: 0px 0px;
  grid-template-areas: ". logo . . . . . ." ". icon10 slogan slogan slogan slogan photo1 ." ". icon11 slogan slogan slogan slogan icon1 ." ". icon8 icon7 icon6 icon5 icon4 icon2 ." ". . . . . . . .";
}
#head-grid .grid-container.client {
  grid-template-areas: ". logo . . . . . ." ". icon10 slogan slogan slogan slogan photo1 ." ". icon11 slogan slogan slogan slogan icon1 ." ". icon8 icon7 icon6 icon5 icon4 icon2 ." ". . . . . . . .";
}
#head-grid .icon1 {
  grid-area: icon1;
}
#head-grid .photo1 {
  grid-area: photo1;
}
#head-grid .photo2 {
  grid-area: photo2;
}
#head-grid .icon2 {
  grid-area: icon2;
}
#head-grid .icon3 {
  grid-area: icon3;
}
#head-grid .photo3 {
  grid-area: photo3;
}
#head-grid .photo4 {
  grid-area: photo4;
}
#head-grid .icon4 {
  grid-area: icon4;
}
#head-grid .icon5 {
  grid-area: icon5;
}
#head-grid .icon6 {
  grid-area: icon6;
}
#head-grid .icon7 {
  grid-area: icon7;
}
#head-grid .icon8 {
  grid-area: icon8;
}
#head-grid .icon9 {
  grid-area: icon9;
}
#head-grid .icon10 {
  grid-area: icon10;
}
#head-grid .icon11 {
  grid-area: icon11;
}
#head-grid .photo5 {
  grid-area: photo5;
}
#head-grid .photo6 {
  grid-area: photo6;
}
#head-grid .logo {
  grid-area: logo;
  padding-bottom: 140px;
  transition: all 0.2s;
}
#head-grid .slogan {
  grid-area: slogan;
}
#head-grid .bottom1 {
  grid-area: bottom1;
}

.bg-omega {
  background-color: #00a2f6;
}

.bg-omega-sec {
  background-color: #121212 !important;
}

.map-colored [class*=-ground-pane] {
  filter: hue-rotate(60deg);
}

.no-border-radius .q-btn__wrapper {
  border-radius: 0;
}

.q-btn--round .q-btn__wrapper {
  min-width: 36px;
  min-height: 36px;
}

.arrow {
  position: relative;
  background: #ffffff;
  border: 4px solid #ffffff;
  overflow: visible;
}

.arrow:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  z-index: 12;
  position: static;
}

.arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}

.arrow:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 36px;
  margin-left: -36px;
}

.q-menu:not(.initial) {
  box-shadow: none;
  border-radius: 0;
  background: none !important;
  /*overflow: initial;*/
}

.q-btn {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

#main-menu .q-item {
  min-height: 20px;
}
#main-menu .q-item .q-item__section--side:nth-child(3) {
  padding-right: 6px;
}

.afterchip {
  border-radius: 20px;
}

.is-mobile .q-btn {
  zoom: 0.7;
}

.bordered {
  border: solid 1px #909090 !important;
}

.ymap-brand-logo {
  background-size: 80% 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 13px;
  margin-left: 3px;
  margin-top: 3px;
  height: 13px;
}

.subround {
  border-radius: 3.75px !important;
}

.subround-top {
  border-top-right-radius: 3.75px !important;
  border-top-left-radius: 3.75px !important;
}

.subround-bottom {
  border-bottom-right-radius: 3.75px !important;
  border-bottom-left-radius: 3.75px !important;
}

.blur {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.26);
}

.q-dialog__backdrop {
  -webkit-backdrop-filter: blur(10px) saturate(125%);
          backdrop-filter: blur(10px) saturate(125%);
  background-color: rgba(255, 255, 255, 0.8);
}

.q-dialog .q-card {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.vt-notification {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: auto !important;
}
.vt-notification .vt-content {
  flex-grow: 1;
}
.vt-notification .vt-content .vt-paragraph {
  margin: 0 !important;
}
.vt-notification .vt-circle {
  width: 32px !important;
  height: 32px !important;
  border-width: 2px !important;
}
.vt-notification .vt-circle svg {
  width: 24px;
}
.vt-notification .vt-title {
  line-height: initial;
  font-size: 1.1rem !important;
  font-weight: bold;
}
.vt-notification .vt-progress-bar {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

*::-webkit-scrollbar-track {
  background-color: #BBDEFB !important;
  border-radius: 100px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  width: 8px !important;
}

*::-webkit-scrollbar-thumb {
  background-color: #00A2F6 !important;
  border-radius: 100px !important;
  width: 8px !important;
}

.q-panel.scroll::-webkit-scrollbar,
.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.q-panel.scroll::-webkit-scrollbar-track,
.scrollbar-thin::-webkit-scrollbar-track {
  background-color: #BBDEFB !important;
  border-radius: 100px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  width: 8px !important;
}

.q-panel.scroll::-webkit-scrollbar-thumb,
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: #00A2F6 !important;
  border-radius: 100px !important;
  width: 8px !important;
}

.scrollbar-thin-reverse::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollbar-thin-reverse::-webkit-scrollbar-track {
  background-color: #0093de !important;
  border: solid 4px #0093de;
  background-clip: padding-box;
  height: 8px;
}

.scrollbar-thin-reverse::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
  border-radius: 100px !important;
  width: 8px !important;
  border: solid 4px #0093de;
  background-clip: padding-box;
}

.scrollbar-ultra-thin::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollbar-ultra-thin::-webkit-scrollbar-track {
  background-color: #BBDEFB !important;
  border-radius: 100px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  width: 3px !important;
}

.scrollbar-ultra-thin::-webkit-scrollbar-thumb {
  background-color: #00A2F6 !important;
  border-radius: 100px !important;
  width: 3px !important;
}

.virtual-scroll-divided .q-virtual-scroll__content {
  @apply font-bold py-2 px-4 rounded !important;
}

.q-field--dense .q-field__control,
.q-field--dense .q-field__marginal {
  height: 32px;
  border-radius: 5px;
}

.d3-tooltip {
  background: white;
  padding: 12px;
  border-radius: 10px;
  pointer-events: none;
}

.z-input .q-field__prefix.no-pointer-events {
  line-height: 20px;
  padding: 0;
}

.z-select {
  border-radius: 5px;
}

.q-message-text {
  border: solid 1px #ebe9e9;
}

.q-message-text:last-child:before {
  display: none;
}

.bg-mint {
  background: #dcfce7;
}

.q-morph--invisible,
.q-morph--internal {
  right: initial !important;
}

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

.font-bold {
  font-weight: bold;
}

.border-red {
  border: solid 1px red;
}

.disabled,
[disabled] {
  opacity: 0.5 !important;
}

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

.project-map-text {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  font-weight: bold;
}

.common-map-marker.glow {
  border-radius: 100%;
  box-shadow: 0 0 6px 3px #ffeaa8, 0 0 10px 6px #ff0000;
}

.low-shadow {
  box-shadow: 0px 4px 4px 0px #00000040 !important;
}

.border-primary {
  border-color: #00A2F6 !important;
}

.border-secondary {
  border-color: #6700d1;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(50px);
  opacity: 0;
}

.bgr-divider-01 {
  background: #edf7ff;
}

.bg-primary-light {
  background-color: #BBDEFB;
}

.text-primary-light {
  color: #BBDEFB;
}

.border-primary-light {
  border-color: #BBDEFB;
}

.bg-primary-lighter {
  background-color: #EDF7FF;
}

.text-primary-lighter {
  color: #EDF7FF;
}

.border-primary-lighter {
  border-color: #EDF7FF;
}

.text-md {
  font-size: 16px;
}

.h-card-header {
  height: 54px;
}

.grayscale {
  filter: grayscale(100%);
}

.phone-icon {
  height: 36px;
  width: 36px;
  background-image: url("/icon/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.whatsapp-icon {
  height: 36px;
  width: 36px;
  background-image: url("/icon/whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.telegram-icon {
  height: 36px;
  width: 36px;
  background-image: url("/icon/telegram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.viber-icon {
  height: 36px;
  width: 36px;
  background-image: url("/icon/viber.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.red-transparent {
  background-color: #F4433680;
}

.primary-toggle div.q-toggle__thumb::after {
  background-color: #00a3f9;
}

#topbar-left {
  font-weight: bold;
}

.idle-screen[data-v-d74c2024]{
  background-color: #003a54; /* Цвет фона */
  font-family: Arial, sans-serif;
  color: #ffffff;
}
.idle-text[data-v-d74c2024]{
  font-size: 24px;
  text-align: center;
}
.idle-time[data-v-d74c2024]{
  font-size: 54px;
  font-weight: bold;
  text-align: center;
}


body {
  background: #fff;
}

