/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/@fuse/styles/tailwind.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* This injects Tailwind's base styles and any base styles registered by plugins. */
/* ! tailwindcss v3.1.8 | 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: #e2e8f0; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* 4 */
}
/*
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. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Arial", ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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: #94a3b8; /* 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;
}
* {
    /* Text rendering */
    text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    /* Remove the focus ring */
  }
*:focus {
    outline: none !important;
  }
/* HTML and Body default styles */
html,
body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
/* Font size */
html {
    font-size: 16px;
  }
body {
    font-size: 14px;
  }
/* Stylistic alternates for Inter */
body {
    font-feature-settings: "salt";
  }
/* Better spacing and border for horizontal rule */
hr {
    margin: 32px 0;
    border-bottom-width: 1px;
  }
/* Make images and videos to take up all the available space */
img {
    width: 100%;
    vertical-align: top;
  }
/* Fix: Disabled placeholder color is too faded on Safari */
input[disabled] {
    opacity: 1;
    -webkit-text-fill-color: currentColor;
  }
body,  .dark,  .light {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
*, *::before, *::after {
    --tw-border-opacity: 1 !important;
    border-color: rgba(var(--fuse-border-rgb), var(--tw-border-opacity));
  }
.dark *, .dark *::before, .dark *::after {
    --tw-border-opacity: 0.12 !important;
  }
[disabled] * {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-disabled-rgb), var(--tw-text-opacity)) !important;
}
/* Print styles */
@media print {
    /* Make the base font size smaller for print so everything is scaled nicely */
    html {
      font-size: 12px !important;
    }
    body, .dark, .light {
      background: none !important;
    }
  }
*, ::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-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:  ;
}
::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-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:  ;
}
/* This injects additional styles into Tailwind's base styles layer. */
/* This injects Tailwind's component classes and any component classes registered by plugins. */
.mat-icon {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-mat-icon-rgb), var(--tw-text-opacity));
}
.text-default {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.text-hint {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.text-disabled {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-disabled-rgb), var(--tw-text-opacity)) !important;
}
.divider {
  color: var(--fuse-divider) !important;
}
.bg-card {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.bg-default {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
.bg-hover {
  background-color: var(--fuse-bg-hover) !important;
}
body, .theme-default {
  --fuse-primary-50: #fff7ed;
  --fuse-primary-50-rgb: 255,247,237;
  --fuse-primary-100: #ffedd5;
  --fuse-primary-100-rgb: 255,237,213;
  --fuse-primary-200: #fed7aa;
  --fuse-primary-200-rgb: 254,215,170;
  --fuse-primary-300: #fdba74;
  --fuse-primary-300-rgb: 253,186,116;
  --fuse-primary-400: #fb923c;
  --fuse-primary-400-rgb: 251,146,60;
  --fuse-primary-500: #f97316;
  --fuse-primary-500-rgb: 249,115,22;
  --fuse-primary-600: #ea580c;
  --fuse-primary-600-rgb: 234,88,12;
  --fuse-primary-700: #c2410c;
  --fuse-primary-700-rgb: 194,65,12;
  --fuse-primary-800: #9a3412;
  --fuse-primary-800-rgb: 154,52,18;
  --fuse-primary-900: #7c2d12;
  --fuse-primary-900-rgb: 124,45,18;
  --fuse-primary: #fb923c;
  --fuse-primary-rgb: 251,146,60;
  --fuse-on-primary-50: #7c2d12;
  --fuse-on-primary-50-rgb: 124,45,18;
  --fuse-on-primary-100: #7c2d12;
  --fuse-on-primary-100-rgb: 124,45,18;
  --fuse-on-primary-200: #7c2d12;
  --fuse-on-primary-200-rgb: 124,45,18;
  --fuse-on-primary-300: #7c2d12;
  --fuse-on-primary-300-rgb: 124,45,18;
  --fuse-on-primary-400: #7c2d12;
  --fuse-on-primary-400-rgb: 124,45,18;
  --fuse-on-primary-500: #7c2d12;
  --fuse-on-primary-500-rgb: 124,45,18;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb: 255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb: 255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb: 255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb: 255,255,255;
  --fuse-on-primary: #7c2d12;
  --fuse-on-primary-rgb: 124,45,18;
  --fuse-accent-50: #f8fafc;
  --fuse-accent-50-rgb: 248,250,252;
  --fuse-accent-100: #f1f5f9;
  --fuse-accent-100-rgb: 241,245,249;
  --fuse-accent-200: #e2e8f0;
  --fuse-accent-200-rgb: 226,232,240;
  --fuse-accent-300: #cbd5e1;
  --fuse-accent-300-rgb: 203,213,225;
  --fuse-accent-400: #94a3b8;
  --fuse-accent-400-rgb: 148,163,184;
  --fuse-accent-500: #64748b;
  --fuse-accent-500-rgb: 100,116,139;
  --fuse-accent-600: #475569;
  --fuse-accent-600-rgb: 71,85,105;
  --fuse-accent-700: #334155;
  --fuse-accent-700-rgb: 51,65,85;
  --fuse-accent-800: #1e293b;
  --fuse-accent-800-rgb: 30,41,59;
  --fuse-accent-900: #0f172a;
  --fuse-accent-900-rgb: 15,23,42;
  --fuse-accent: #1e293b;
  --fuse-accent-rgb: 30,41,59;
  --fuse-on-accent-50: #0f172a;
  --fuse-on-accent-50-rgb: 15,23,42;
  --fuse-on-accent-100: #0f172a;
  --fuse-on-accent-100-rgb: 15,23,42;
  --fuse-on-accent-200: #0f172a;
  --fuse-on-accent-200-rgb: 15,23,42;
  --fuse-on-accent-300: #0f172a;
  --fuse-on-accent-300-rgb: 15,23,42;
  --fuse-on-accent-400: #0f172a;
  --fuse-on-accent-400-rgb: 15,23,42;
  --fuse-on-accent-500: #FFFFFF;
  --fuse-on-accent-500-rgb: 255,255,255;
  --fuse-on-accent-600: #FFFFFF;
  --fuse-on-accent-600-rgb: 255,255,255;
  --fuse-on-accent-700: #FFFFFF;
  --fuse-on-accent-700-rgb: 255,255,255;
  --fuse-on-accent-800: #FFFFFF;
  --fuse-on-accent-800-rgb: 255,255,255;
  --fuse-on-accent-900: #FFFFFF;
  --fuse-on-accent-900-rgb: 255,255,255;
  --fuse-on-accent: #FFFFFF;
  --fuse-on-accent-rgb: 255,255,255;
  --fuse-warn-50: #fef2f2;
  --fuse-warn-50-rgb: 254,242,242;
  --fuse-warn-100: #fee2e2;
  --fuse-warn-100-rgb: 254,226,226;
  --fuse-warn-200: #fecaca;
  --fuse-warn-200-rgb: 254,202,202;
  --fuse-warn-300: #fca5a5;
  --fuse-warn-300-rgb: 252,165,165;
  --fuse-warn-400: #f87171;
  --fuse-warn-400-rgb: 248,113,113;
  --fuse-warn-500: #ef4444;
  --fuse-warn-500-rgb: 239,68,68;
  --fuse-warn-600: #dc2626;
  --fuse-warn-600-rgb: 220,38,38;
  --fuse-warn-700: #b91c1c;
  --fuse-warn-700-rgb: 185,28,28;
  --fuse-warn-800: #991b1b;
  --fuse-warn-800-rgb: 153,27,27;
  --fuse-warn-900: #7f1d1d;
  --fuse-warn-900-rgb: 127,29,29;
  --fuse-warn: #dc2626;
  --fuse-warn-rgb: 220,38,38;
  --fuse-on-warn-50: #7f1d1d;
  --fuse-on-warn-50-rgb: 127,29,29;
  --fuse-on-warn-100: #7f1d1d;
  --fuse-on-warn-100-rgb: 127,29,29;
  --fuse-on-warn-200: #7f1d1d;
  --fuse-on-warn-200-rgb: 127,29,29;
  --fuse-on-warn-300: #7f1d1d;
  --fuse-on-warn-300-rgb: 127,29,29;
  --fuse-on-warn-400: #7f1d1d;
  --fuse-on-warn-400-rgb: 127,29,29;
  --fuse-on-warn-500: #FFFFFF;
  --fuse-on-warn-500-rgb: 255,255,255;
  --fuse-on-warn-600: #FFFFFF;
  --fuse-on-warn-600-rgb: 255,255,255;
  --fuse-on-warn-700: #FFFFFF;
  --fuse-on-warn-700-rgb: 255,255,255;
  --fuse-on-warn-800: #FFFFFF;
  --fuse-on-warn-800-rgb: 255,255,255;
  --fuse-on-warn-900: #fef2f2;
  --fuse-on-warn-900-rgb: 254,242,242;
  --fuse-on-warn: #FFFFFF;
  --fuse-on-warn-rgb: 255,255,255;
  --fuse-action-50: #eff6ff;
  --fuse-action-50-rgb: 239,246,255;
  --fuse-action-100: #dbeafe;
  --fuse-action-100-rgb: 219,234,254;
  --fuse-action-200: #bfdbfe;
  --fuse-action-200-rgb: 191,219,254;
  --fuse-action-300: #93c5fd;
  --fuse-action-300-rgb: 147,197,253;
  --fuse-action-400: #60a5fa;
  --fuse-action-400-rgb: 96,165,250;
  --fuse-action-500: #3b82f6;
  --fuse-action-500-rgb: 59,130,246;
  --fuse-action-600: #2563eb;
  --fuse-action-600-rgb: 37,99,235;
  --fuse-action-700: #1d4ed8;
  --fuse-action-700-rgb: 29,78,216;
  --fuse-action-800: #1e40af;
  --fuse-action-800-rgb: 30,64,175;
  --fuse-action-900: #1e3a8a;
  --fuse-action-900-rgb: 30,58,138;
  --fuse-action: #3b82f6;
  --fuse-action-rgb: 59,130,246;
  --fuse-on-action-50: #1e3a8a;
  --fuse-on-action-50-rgb: 30,58,138;
  --fuse-on-action-100: #1e3a8a;
  --fuse-on-action-100-rgb: 30,58,138;
  --fuse-on-action-200: #1e3a8a;
  --fuse-on-action-200-rgb: 30,58,138;
  --fuse-on-action-300: #1e3a8a;
  --fuse-on-action-300-rgb: 30,58,138;
  --fuse-on-action-400: #1e3a8a;
  --fuse-on-action-400-rgb: 30,58,138;
  --fuse-on-action-500: #FFFFFF;
  --fuse-on-action-500-rgb: 255,255,255;
  --fuse-on-action-600: #FFFFFF;
  --fuse-on-action-600-rgb: 255,255,255;
  --fuse-on-action-700: #FFFFFF;
  --fuse-on-action-700-rgb: 255,255,255;
  --fuse-on-action-800: #FFFFFF;
  --fuse-on-action-800-rgb: 255,255,255;
  --fuse-on-action-900: #FFFFFF;
  --fuse-on-action-900-rgb: 255,255,255;
  --fuse-on-action: #FFFFFF;
  --fuse-on-action-rgb: 255,255,255;
}
.theme-brand {
  --fuse-primary-50: #eff5fe;
  --fuse-primary-50-rgb: 239,245,254;
  --fuse-primary-100: #e2ecfd;
  --fuse-primary-100-rgb: 226,236,253;
  --fuse-primary-200: #c4dafa;
  --fuse-primary-200-rgb: 196,218,250;
  --fuse-primary-300: #a1c6f8;
  --fuse-primary-300-rgb: 161,198,248;
  --fuse-primary-400: #74b0f5;
  --fuse-primary-400-rgb: 116,176,245;
  --fuse-primary-500: #2196f3;
  --fuse-primary-500-rgb: 33,150,243;
  --fuse-primary-600: #1e88dc;
  --fuse-primary-600-rgb: 30,136,220;
  --fuse-primary-700: #1a78c3;
  --fuse-primary-700-rgb: 26,120,195;
  --fuse-primary-800: #1766a6;
  --fuse-primary-800-rgb: 23,102,166;
  --fuse-primary-900: #125183;
  --fuse-primary-900-rgb: 18,81,131;
  --fuse-primary: #2196f3;
  --fuse-primary-rgb: 33,150,243;
  --fuse-on-primary-50: #125183;
  --fuse-on-primary-50-rgb: 18,81,131;
  --fuse-on-primary-100: #125183;
  --fuse-on-primary-100-rgb: 18,81,131;
  --fuse-on-primary-200: #125183;
  --fuse-on-primary-200-rgb: 18,81,131;
  --fuse-on-primary-300: #125183;
  --fuse-on-primary-300-rgb: 18,81,131;
  --fuse-on-primary-400: #125183;
  --fuse-on-primary-400-rgb: 18,81,131;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb: 255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb: 255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb: 255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb: 255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb: 255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb: 255,255,255;
}
.theme-teal {
  --fuse-primary-50: #f0fdfa;
  --fuse-primary-50-rgb: 240,253,250;
  --fuse-primary-100: #ccfbf1;
  --fuse-primary-100-rgb: 204,251,241;
  --fuse-primary-200: #99f6e4;
  --fuse-primary-200-rgb: 153,246,228;
  --fuse-primary-300: #5eead4;
  --fuse-primary-300-rgb: 94,234,212;
  --fuse-primary-400: #2dd4bf;
  --fuse-primary-400-rgb: 45,212,191;
  --fuse-primary-500: #14b8a6;
  --fuse-primary-500-rgb: 20,184,166;
  --fuse-primary-600: #0d9488;
  --fuse-primary-600-rgb: 13,148,136;
  --fuse-primary-700: #0f766e;
  --fuse-primary-700-rgb: 15,118,110;
  --fuse-primary-800: #115e59;
  --fuse-primary-800-rgb: 17,94,89;
  --fuse-primary-900: #134e4a;
  --fuse-primary-900-rgb: 19,78,74;
  --fuse-primary: #0d9488;
  --fuse-primary-rgb: 13,148,136;
  --fuse-on-primary-50: #134e4a;
  --fuse-on-primary-50-rgb: 19,78,74;
  --fuse-on-primary-100: #134e4a;
  --fuse-on-primary-100-rgb: 19,78,74;
  --fuse-on-primary-200: #134e4a;
  --fuse-on-primary-200-rgb: 19,78,74;
  --fuse-on-primary-300: #134e4a;
  --fuse-on-primary-300-rgb: 19,78,74;
  --fuse-on-primary-400: #134e4a;
  --fuse-on-primary-400-rgb: 19,78,74;
  --fuse-on-primary-500: #134e4a;
  --fuse-on-primary-500-rgb: 19,78,74;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb: 255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb: 255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb: 255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb: 255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb: 255,255,255;
}
.theme-rose {
  --fuse-primary-50: #fff1f2;
  --fuse-primary-50-rgb: 255,241,242;
  --fuse-primary-100: #ffe4e6;
  --fuse-primary-100-rgb: 255,228,230;
  --fuse-primary-200: #fecdd3;
  --fuse-primary-200-rgb: 254,205,211;
  --fuse-primary-300: #fda4af;
  --fuse-primary-300-rgb: 253,164,175;
  --fuse-primary-400: #fb7185;
  --fuse-primary-400-rgb: 251,113,133;
  --fuse-primary-500: #f43f5e;
  --fuse-primary-500-rgb: 244,63,94;
  --fuse-primary-600: #e11d48;
  --fuse-primary-600-rgb: 225,29,72;
  --fuse-primary-700: #be123c;
  --fuse-primary-700-rgb: 190,18,60;
  --fuse-primary-800: #9f1239;
  --fuse-primary-800-rgb: 159,18,57;
  --fuse-primary-900: #881337;
  --fuse-primary-900-rgb: 136,19,55;
  --fuse-primary: #f43f5e;
  --fuse-primary-rgb: 244,63,94;
  --fuse-on-primary-50: #881337;
  --fuse-on-primary-50-rgb: 136,19,55;
  --fuse-on-primary-100: #881337;
  --fuse-on-primary-100-rgb: 136,19,55;
  --fuse-on-primary-200: #881337;
  --fuse-on-primary-200-rgb: 136,19,55;
  --fuse-on-primary-300: #881337;
  --fuse-on-primary-300-rgb: 136,19,55;
  --fuse-on-primary-400: #881337;
  --fuse-on-primary-400-rgb: 136,19,55;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb: 255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb: 255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb: 255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb: 255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb: 255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb: 255,255,255;
}
.theme-purple {
  --fuse-primary-50: #faf5ff;
  --fuse-primary-50-rgb: 250,245,255;
  --fuse-primary-100: #f3e8ff;
  --fuse-primary-100-rgb: 243,232,255;
  --fuse-primary-200: #e9d5ff;
  --fuse-primary-200-rgb: 233,213,255;
  --fuse-primary-300: #d8b4fe;
  --fuse-primary-300-rgb: 216,180,254;
  --fuse-primary-400: #c084fc;
  --fuse-primary-400-rgb: 192,132,252;
  --fuse-primary-500: #a855f7;
  --fuse-primary-500-rgb: 168,85,247;
  --fuse-primary-600: #9333ea;
  --fuse-primary-600-rgb: 147,51,234;
  --fuse-primary-700: #7e22ce;
  --fuse-primary-700-rgb: 126,34,206;
  --fuse-primary-800: #6b21a8;
  --fuse-primary-800-rgb: 107,33,168;
  --fuse-primary-900: #581c87;
  --fuse-primary-900-rgb: 88,28,135;
  --fuse-primary: #9333ea;
  --fuse-primary-rgb: 147,51,234;
  --fuse-on-primary-50: #581c87;
  --fuse-on-primary-50-rgb: 88,28,135;
  --fuse-on-primary-100: #581c87;
  --fuse-on-primary-100-rgb: 88,28,135;
  --fuse-on-primary-200: #581c87;
  --fuse-on-primary-200-rgb: 88,28,135;
  --fuse-on-primary-300: #581c87;
  --fuse-on-primary-300-rgb: 88,28,135;
  --fuse-on-primary-400: #581c87;
  --fuse-on-primary-400-rgb: 88,28,135;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb: 255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb: 255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb: 255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb: 255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb: 255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb: 255,255,255;
}
.theme-amber {
  --fuse-primary-50: #fffbeb;
  --fuse-primary-50-rgb: 255,251,235;
  --fuse-primary-100: #fef3c7;
  --fuse-primary-100-rgb: 254,243,199;
  --fuse-primary-200: #fde68a;
  --fuse-primary-200-rgb: 253,230,138;
  --fuse-primary-300: #fcd34d;
  --fuse-primary-300-rgb: 252,211,77;
  --fuse-primary-400: #fbbf24;
  --fuse-primary-400-rgb: 251,191,36;
  --fuse-primary-500: #f59e0b;
  --fuse-primary-500-rgb: 245,158,11;
  --fuse-primary-600: #d97706;
  --fuse-primary-600-rgb: 217,119,6;
  --fuse-primary-700: #b45309;
  --fuse-primary-700-rgb: 180,83,9;
  --fuse-primary-800: #92400e;
  --fuse-primary-800-rgb: 146,64,14;
  --fuse-primary-900: #78350f;
  --fuse-primary-900-rgb: 120,53,15;
  --fuse-primary: #f59e0b;
  --fuse-primary-rgb: 245,158,11;
  --fuse-on-primary-50: #78350f;
  --fuse-on-primary-50-rgb: 120,53,15;
  --fuse-on-primary-100: #78350f;
  --fuse-on-primary-100-rgb: 120,53,15;
  --fuse-on-primary-200: #78350f;
  --fuse-on-primary-200-rgb: 120,53,15;
  --fuse-on-primary-300: #78350f;
  --fuse-on-primary-300-rgb: 120,53,15;
  --fuse-on-primary-400: #78350f;
  --fuse-on-primary-400-rgb: 120,53,15;
  --fuse-on-primary-500: #78350f;
  --fuse-on-primary-500-rgb: 120,53,15;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb: 255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb: 255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb: 255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb: 255,255,255;
  --fuse-on-primary: #78350f;
  --fuse-on-primary-rgb: 120,53,15;
}
body.light, .light, .dark .light {
  --is-dark: false;
  --fuse-bg-app-bar: #FFFFFF;
  --fuse-bg-app-bar-rgb: 255,255,255;
  --fuse-bg-card: #FFFFFF;
  --fuse-bg-card-rgb: 255,255,255;
  --fuse-bg-default: #f1f5f9;
  --fuse-bg-default-rgb: 241,245,249;
  --fuse-bg-dialog: #FFFFFF;
  --fuse-bg-dialog-rgb: 255,255,255;
  --fuse-bg-hover: rgba(148,163,184,0.12);
  --fuse-bg-hover-rgb: 148,163,184;
  --fuse-bg-status-bar: #cbd5e1;
  --fuse-bg-status-bar-rgb: 203,213,225;
  --fuse-text-default: #1e293b;
  --fuse-text-default-rgb: 30,41,59;
  --fuse-text-secondary: #64748b;
  --fuse-text-secondary-rgb: 100,116,139;
  --fuse-text-hint: #94a3b8;
  --fuse-text-hint-rgb: 148,163,184;
  --fuse-text-disabled: #94a3b8;
  --fuse-text-disabled-rgb: 148,163,184;
  --fuse-border: #e2e8f0;
  --fuse-border-rgb: 226,232,240;
  --fuse-divider: #e2e8f0;
  --fuse-divider-rgb: 226,232,240;
  --fuse-icon: #64748b;
  --fuse-icon-rgb: 100,116,139;
  --fuse-mat-icon: #64748b;
  --fuse-mat-icon-rgb: 100,116,139;
}
body.dark, .dark, .light .dark {
  --fuse-bg-app-bar: #0f172a;
  --fuse-bg-app-bar-rgb: 15,23,42;
  --fuse-bg-card: #1e293b;
  --fuse-bg-card-rgb: 30,41,59;
  --fuse-bg-default: #0f172a;
  --fuse-bg-default-rgb: 15,23,42;
  --fuse-bg-dialog: #1e293b;
  --fuse-bg-dialog-rgb: 30,41,59;
  --fuse-bg-hover: rgba(255, 255, 255, 0.05);
  --fuse-bg-hover-rgb: 255,255,255;
  --fuse-bg-status-bar: #0f172a;
  --fuse-bg-status-bar-rgb: 15,23,42;
  --fuse-text-default: #FFFFFF;
  --fuse-text-default-rgb: 255,255,255;
  --fuse-text-secondary: #94a3b8;
  --fuse-text-secondary-rgb: 148,163,184;
  --fuse-text-hint: #64748b;
  --fuse-text-hint-rgb: 100,116,139;
  --fuse-text-disabled: #475569;
  --fuse-text-disabled-rgb: 71,85,105;
  --fuse-border: rgba(241,245,249,0.12);
  --fuse-border-rgb: 241,245,249;
  --fuse-divider: rgba(241,245,249,0.12);
  --fuse-divider-rgb: 241,245,249;
  --fuse-icon: #94a3b8;
  --fuse-icon-rgb: 148,163,184;
  --fuse-mat-icon: #94a3b8;
  --fuse-mat-icon-rgb: 148,163,184;
}
.dark .dark\:bg-card {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-default {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-hover:hover {
  background-color: var(--fuse-bg-hover) !important;
}
@media (min-width: 600px) {
  .sm\:bg-card {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/@fuse/styles/themes.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Include the core Angular Material styles */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
/* Create a base theme without color.
    This will globally set the density and typography for all future color themes. */
.mat-option {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
}
.mat-optgroup-label {
  font: 600 0.875rem / 1.5rem "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 500;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 40px;
}
.mat-button-toggle {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-card {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-card-title {
  font-size: 24px;
  font-weight: 600;
}
.mat-card-header .mat-card-title {
  font-size: 1.25rem;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 1.5rem;
}
.mat-chip {
  font-size: 0.875rem;
  font-weight: 600;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 600;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 0.875rem;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 600 1.25rem / 2rem "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  height: 40px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 56px;
}
.mat-expansion-panel-header {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}
.mat-form-field {
  font: 400 13px / 1.125 "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-list-item {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-list-option {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 600;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12px;
  font-weight: 600;
}
.mat-menu-item {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator-container {
  min-height: 48px;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12px;
}
.mat-radio-button {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-select {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-slider-thumb-label-text {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12px;
  font-weight: 600;
}
.mat-horizontal-stepper-header {
  height: 64px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 20px 24px;
}
.mat-stepper-vertical-line::before {
  top: -12px;
  bottom: -12px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 32px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 32px;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 0.875rem;
}
.mat-step-label-selected {
  font-size: 0.875rem;
  font-weight: 600;
}
.mat-tab-group {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-tab-label, .mat-tab-link {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 500;
}
.mat-toolbar-multiple-rows {
  min-height: 56px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 56px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 48px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 48px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 600 1.25rem / 2rem "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-tree-node {
  min-height: 40px;
}
.mat-tree {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-simple-snackbar {
  font-family: "Arial", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
/* Generate Primary, Accent and Warn palettes */
/* Generate Angular Material themes. Since we are using CSS Custom Properties,
    we don't have to generate a separate Angular Material theme for each color
    set. We can just create one light and one dark theme and then switch the
    CSS Custom Properties to dynamically switch the colors. */
body.light,
body .light {
  /* Use all-component-colors to only generate the colors */
}
body.light .mat-ripple-element,
body .light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .mat-option,
body .light .mat-option {
  color: #1e293b;
}
body.light .mat-option:hover:not(.mat-option-disabled), body.light .mat-option:focus:not(.mat-option-disabled),
body .light .mat-option:hover:not(.mat-option-disabled),
body .light .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(148, 163, 184, 0.12);
}
body.light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
body .light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(148, 163, 184, 0.12);
}
body.light .mat-option.mat-active,
body .light .mat-option.mat-active {
  background: rgba(148, 163, 184, 0.12);
  color: #1e293b;
}
body.light .mat-option.mat-option-disabled,
body .light .mat-option.mat-option-disabled {
  color: #94a3b8;
}
body.light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
body .light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--fuse-primary);
}
body.light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled),
body .light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--fuse-accent);
}
body.light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled),
body .light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--fuse-warn);
}
body.light .mat-optgroup-label,
body .light .mat-optgroup-label {
  color: #64748b;
}
body.light .mat-optgroup-disabled .mat-optgroup-label,
body .light .mat-optgroup-disabled .mat-optgroup-label {
  color: #94a3b8;
}
body.light .mat-pseudo-checkbox,
body .light .mat-pseudo-checkbox {
  color: #64748b;
}
body.light .mat-pseudo-checkbox::after,
body .light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
body.light .mat-pseudo-checkbox-disabled,
body .light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.light .mat-primary .mat-pseudo-checkbox-checked,
body.light .mat-primary .mat-pseudo-checkbox-indeterminate,
body .light .mat-primary .mat-pseudo-checkbox-checked,
body .light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: var(--fuse-primary);
}
body.light .mat-pseudo-checkbox-checked,
body.light .mat-pseudo-checkbox-indeterminate,
body.light .mat-accent .mat-pseudo-checkbox-checked,
body.light .mat-accent .mat-pseudo-checkbox-indeterminate,
body .light .mat-pseudo-checkbox-checked,
body .light .mat-pseudo-checkbox-indeterminate,
body .light .mat-accent .mat-pseudo-checkbox-checked,
body .light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: var(--fuse-accent);
}
body.light .mat-warn .mat-pseudo-checkbox-checked,
body.light .mat-warn .mat-pseudo-checkbox-indeterminate,
body .light .mat-warn .mat-pseudo-checkbox-checked,
body .light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: var(--fuse-warn);
}
body.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
body .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.light .mat-app-background, body.light.mat-app-background,
body .light .mat-app-background,
body .light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
body.light .mat-elevation-z0,
body .light .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z1,
body .light .mat-elevation-z1 {
  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);
}
body.light .mat-elevation-z2,
body .light .mat-elevation-z2 {
  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);
}
body.light .mat-elevation-z3,
body .light .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z4,
body .light .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z5,
body .light .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z6,
body .light .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z7,
body .light .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z8,
body .light .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z9,
body .light .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z10,
body .light .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z11,
body .light .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z12,
body .light .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z13,
body .light .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z14,
body .light .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z15,
body .light .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z16,
body .light .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z17,
body .light .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z18,
body .light .mat-elevation-z18 {
  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);
}
body.light .mat-elevation-z19,
body .light .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z20,
body .light .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z21,
body .light .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z22,
body .light .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z23,
body .light .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z24,
body .light .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
body.light .mat-autocomplete-panel,
body .light .mat-autocomplete-panel {
  background: white;
  color: #1e293b;
}
body.light .mat-autocomplete-panel:not([class*=mat-elevation-z]),
body .light .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),
body .light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),
body .light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: #1e293b;
}
body.light .mat-badge-content,
body .light .mat-badge-content {
  color: var(--fuse-on-primary);
  background: var(--fuse-primary);
}
.cdk-high-contrast-active body.light .mat-badge-content, .cdk-high-contrast-active body .light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.light .mat-badge-accent .mat-badge-content,
body .light .mat-badge-accent .mat-badge-content {
  background: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.light .mat-badge-warn .mat-badge-content,
body .light .mat-badge-warn .mat-badge-content {
  color: var(--fuse-on-warn);
  background: var(--fuse-warn);
}
body.light .mat-badge-disabled .mat-badge-content,
body .light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
body.light .mat-bottom-sheet-container,
body .light .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: #1e293b;
}
body.light .mat-button, body.light .mat-icon-button, body.light .mat-stroked-button,
body .light .mat-button,
body .light .mat-icon-button,
body .light .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.light .mat-button.mat-primary, body.light .mat-icon-button.mat-primary, body.light .mat-stroked-button.mat-primary,
body .light .mat-button.mat-primary,
body .light .mat-icon-button.mat-primary,
body .light .mat-stroked-button.mat-primary {
  color: var(--fuse-primary);
}
body.light .mat-button.mat-accent, body.light .mat-icon-button.mat-accent, body.light .mat-stroked-button.mat-accent,
body .light .mat-button.mat-accent,
body .light .mat-icon-button.mat-accent,
body .light .mat-stroked-button.mat-accent {
  color: var(--fuse-accent);
}
body.light .mat-button.mat-warn, body.light .mat-icon-button.mat-warn, body.light .mat-stroked-button.mat-warn,
body .light .mat-button.mat-warn,
body .light .mat-icon-button.mat-warn,
body .light .mat-stroked-button.mat-warn {
  color: var(--fuse-warn);
}
body.light .mat-button.mat-primary.mat-button-disabled, body.light .mat-button.mat-accent.mat-button-disabled, body.light .mat-button.mat-warn.mat-button-disabled, body.light .mat-button.mat-button-disabled.mat-button-disabled, body.light .mat-icon-button.mat-primary.mat-button-disabled, body.light .mat-icon-button.mat-accent.mat-button-disabled, body.light .mat-icon-button.mat-warn.mat-button-disabled, body.light .mat-icon-button.mat-button-disabled.mat-button-disabled, body.light .mat-stroked-button.mat-primary.mat-button-disabled, body.light .mat-stroked-button.mat-accent.mat-button-disabled, body.light .mat-stroked-button.mat-warn.mat-button-disabled, body.light .mat-stroked-button.mat-button-disabled.mat-button-disabled,
body .light .mat-button.mat-primary.mat-button-disabled,
body .light .mat-button.mat-accent.mat-button-disabled,
body .light .mat-button.mat-warn.mat-button-disabled,
body .light .mat-button.mat-button-disabled.mat-button-disabled,
body .light .mat-icon-button.mat-primary.mat-button-disabled,
body .light .mat-icon-button.mat-accent.mat-button-disabled,
body .light .mat-icon-button.mat-warn.mat-button-disabled,
body .light .mat-icon-button.mat-button-disabled.mat-button-disabled,
body .light .mat-stroked-button.mat-primary.mat-button-disabled,
body .light .mat-stroked-button.mat-accent.mat-button-disabled,
body .light .mat-stroked-button.mat-warn.mat-button-disabled,
body .light .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: #94a3b8;
}
body.light .mat-button.mat-primary .mat-button-focus-overlay, body.light .mat-icon-button.mat-primary .mat-button-focus-overlay, body.light .mat-stroked-button.mat-primary .mat-button-focus-overlay,
body .light .mat-button.mat-primary .mat-button-focus-overlay,
body .light .mat-icon-button.mat-primary .mat-button-focus-overlay,
body .light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: var(--fuse-primary);
}
body.light .mat-button.mat-accent .mat-button-focus-overlay, body.light .mat-icon-button.mat-accent .mat-button-focus-overlay, body.light .mat-stroked-button.mat-accent .mat-button-focus-overlay,
body .light .mat-button.mat-accent .mat-button-focus-overlay,
body .light .mat-icon-button.mat-accent .mat-button-focus-overlay,
body .light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: var(--fuse-accent);
}
body.light .mat-button.mat-warn .mat-button-focus-overlay, body.light .mat-icon-button.mat-warn .mat-button-focus-overlay, body.light .mat-stroked-button.mat-warn .mat-button-focus-overlay,
body .light .mat-button.mat-warn .mat-button-focus-overlay,
body .light .mat-icon-button.mat-warn .mat-button-focus-overlay,
body .light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: var(--fuse-warn);
}
body.light .mat-button.mat-button-disabled .mat-button-focus-overlay, body.light .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body.light .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay,
body .light .mat-button.mat-button-disabled .mat-button-focus-overlay,
body .light .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
body .light .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body.light .mat-button .mat-ripple-element, body.light .mat-icon-button .mat-ripple-element, body.light .mat-stroked-button .mat-ripple-element,
body .light .mat-button .mat-ripple-element,
body .light .mat-icon-button .mat-ripple-element,
body .light .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.light .mat-button-focus-overlay,
body .light .mat-button-focus-overlay {
  background: #000000;
}
body.light .mat-stroked-button:not(.mat-button-disabled),
body .light .mat-stroked-button:not(.mat-button-disabled) {
  border-color: #e2e8f0;
}
body.light .mat-flat-button, body.light .mat-raised-button, body.light .mat-fab, body.light .mat-mini-fab,
body .light .mat-flat-button,
body .light .mat-raised-button,
body .light .mat-fab,
body .light .mat-mini-fab {
  color: #1e293b;
  background-color: white;
}
body.light .mat-flat-button.mat-primary, body.light .mat-raised-button.mat-primary, body.light .mat-fab.mat-primary, body.light .mat-mini-fab.mat-primary,
body .light .mat-flat-button.mat-primary,
body .light .mat-raised-button.mat-primary,
body .light .mat-fab.mat-primary,
body .light .mat-mini-fab.mat-primary {
  color: var(--fuse-on-primary);
}
body.light .mat-flat-button.mat-accent, body.light .mat-raised-button.mat-accent, body.light .mat-fab.mat-accent, body.light .mat-mini-fab.mat-accent,
body .light .mat-flat-button.mat-accent,
body .light .mat-raised-button.mat-accent,
body .light .mat-fab.mat-accent,
body .light .mat-mini-fab.mat-accent {
  color: var(--fuse-on-accent);
}
body.light .mat-flat-button.mat-warn, body.light .mat-raised-button.mat-warn, body.light .mat-fab.mat-warn, body.light .mat-mini-fab.mat-warn,
body .light .mat-flat-button.mat-warn,
body .light .mat-raised-button.mat-warn,
body .light .mat-fab.mat-warn,
body .light .mat-mini-fab.mat-warn {
  color: var(--fuse-on-warn);
}
body.light .mat-flat-button.mat-primary.mat-button-disabled, body.light .mat-flat-button.mat-accent.mat-button-disabled, body.light .mat-flat-button.mat-warn.mat-button-disabled, body.light .mat-flat-button.mat-button-disabled.mat-button-disabled, body.light .mat-raised-button.mat-primary.mat-button-disabled, body.light .mat-raised-button.mat-accent.mat-button-disabled, body.light .mat-raised-button.mat-warn.mat-button-disabled, body.light .mat-raised-button.mat-button-disabled.mat-button-disabled, body.light .mat-fab.mat-primary.mat-button-disabled, body.light .mat-fab.mat-accent.mat-button-disabled, body.light .mat-fab.mat-warn.mat-button-disabled, body.light .mat-fab.mat-button-disabled.mat-button-disabled, body.light .mat-mini-fab.mat-primary.mat-button-disabled, body.light .mat-mini-fab.mat-accent.mat-button-disabled, body.light .mat-mini-fab.mat-warn.mat-button-disabled, body.light .mat-mini-fab.mat-button-disabled.mat-button-disabled,
body .light .mat-flat-button.mat-primary.mat-button-disabled,
body .light .mat-flat-button.mat-accent.mat-button-disabled,
body .light .mat-flat-button.mat-warn.mat-button-disabled,
body .light .mat-flat-button.mat-button-disabled.mat-button-disabled,
body .light .mat-raised-button.mat-primary.mat-button-disabled,
body .light .mat-raised-button.mat-accent.mat-button-disabled,
body .light .mat-raised-button.mat-warn.mat-button-disabled,
body .light .mat-raised-button.mat-button-disabled.mat-button-disabled,
body .light .mat-fab.mat-primary.mat-button-disabled,
body .light .mat-fab.mat-accent.mat-button-disabled,
body .light .mat-fab.mat-warn.mat-button-disabled,
body .light .mat-fab.mat-button-disabled.mat-button-disabled,
body .light .mat-mini-fab.mat-primary.mat-button-disabled,
body .light .mat-mini-fab.mat-accent.mat-button-disabled,
body .light .mat-mini-fab.mat-warn.mat-button-disabled,
body .light .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: #94a3b8;
}
body.light .mat-flat-button.mat-primary, body.light .mat-raised-button.mat-primary, body.light .mat-fab.mat-primary, body.light .mat-mini-fab.mat-primary,
body .light .mat-flat-button.mat-primary,
body .light .mat-raised-button.mat-primary,
body .light .mat-fab.mat-primary,
body .light .mat-mini-fab.mat-primary {
  background-color: var(--fuse-primary);
}
body.light .mat-flat-button.mat-accent, body.light .mat-raised-button.mat-accent, body.light .mat-fab.mat-accent, body.light .mat-mini-fab.mat-accent,
body .light .mat-flat-button.mat-accent,
body .light .mat-raised-button.mat-accent,
body .light .mat-fab.mat-accent,
body .light .mat-mini-fab.mat-accent {
  background-color: var(--fuse-accent);
}
body.light .mat-flat-button.mat-warn, body.light .mat-raised-button.mat-warn, body.light .mat-fab.mat-warn, body.light .mat-mini-fab.mat-warn,
body .light .mat-flat-button.mat-warn,
body .light .mat-raised-button.mat-warn,
body .light .mat-fab.mat-warn,
body .light .mat-mini-fab.mat-warn {
  background-color: var(--fuse-warn);
}
body.light .mat-flat-button.mat-primary.mat-button-disabled, body.light .mat-flat-button.mat-accent.mat-button-disabled, body.light .mat-flat-button.mat-warn.mat-button-disabled, body.light .mat-flat-button.mat-button-disabled.mat-button-disabled, body.light .mat-raised-button.mat-primary.mat-button-disabled, body.light .mat-raised-button.mat-accent.mat-button-disabled, body.light .mat-raised-button.mat-warn.mat-button-disabled, body.light .mat-raised-button.mat-button-disabled.mat-button-disabled, body.light .mat-fab.mat-primary.mat-button-disabled, body.light .mat-fab.mat-accent.mat-button-disabled, body.light .mat-fab.mat-warn.mat-button-disabled, body.light .mat-fab.mat-button-disabled.mat-button-disabled, body.light .mat-mini-fab.mat-primary.mat-button-disabled, body.light .mat-mini-fab.mat-accent.mat-button-disabled, body.light .mat-mini-fab.mat-warn.mat-button-disabled, body.light .mat-mini-fab.mat-button-disabled.mat-button-disabled,
body .light .mat-flat-button.mat-primary.mat-button-disabled,
body .light .mat-flat-button.mat-accent.mat-button-disabled,
body .light .mat-flat-button.mat-warn.mat-button-disabled,
body .light .mat-flat-button.mat-button-disabled.mat-button-disabled,
body .light .mat-raised-button.mat-primary.mat-button-disabled,
body .light .mat-raised-button.mat-accent.mat-button-disabled,
body .light .mat-raised-button.mat-warn.mat-button-disabled,
body .light .mat-raised-button.mat-button-disabled.mat-button-disabled,
body .light .mat-fab.mat-primary.mat-button-disabled,
body .light .mat-fab.mat-accent.mat-button-disabled,
body .light .mat-fab.mat-warn.mat-button-disabled,
body .light .mat-fab.mat-button-disabled.mat-button-disabled,
body .light .mat-mini-fab.mat-primary.mat-button-disabled,
body .light .mat-mini-fab.mat-accent.mat-button-disabled,
body .light .mat-mini-fab.mat-warn.mat-button-disabled,
body .light .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(148, 163, 184, 0.38);
}
body.light .mat-flat-button.mat-primary .mat-ripple-element, body.light .mat-raised-button.mat-primary .mat-ripple-element, body.light .mat-fab.mat-primary .mat-ripple-element, body.light .mat-mini-fab.mat-primary .mat-ripple-element,
body .light .mat-flat-button.mat-primary .mat-ripple-element,
body .light .mat-raised-button.mat-primary .mat-ripple-element,
body .light .mat-fab.mat-primary .mat-ripple-element,
body .light .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: var(--fuse-on-primary);
  opacity: 0.1;
}
body.light .mat-flat-button.mat-accent .mat-ripple-element, body.light .mat-raised-button.mat-accent .mat-ripple-element, body.light .mat-fab.mat-accent .mat-ripple-element, body.light .mat-mini-fab.mat-accent .mat-ripple-element,
body .light .mat-flat-button.mat-accent .mat-ripple-element,
body .light .mat-raised-button.mat-accent .mat-ripple-element,
body .light .mat-fab.mat-accent .mat-ripple-element,
body .light .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: var(--fuse-on-accent);
  opacity: 0.1;
}
body.light .mat-flat-button.mat-warn .mat-ripple-element, body.light .mat-raised-button.mat-warn .mat-ripple-element, body.light .mat-fab.mat-warn .mat-ripple-element, body.light .mat-mini-fab.mat-warn .mat-ripple-element,
body .light .mat-flat-button.mat-warn .mat-ripple-element,
body .light .mat-raised-button.mat-warn .mat-ripple-element,
body .light .mat-fab.mat-warn .mat-ripple-element,
body .light .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: var(--fuse-on-warn);
  opacity: 0.1;
}
body.light .mat-stroked-button:not([class*=mat-elevation-z]), body.light .mat-flat-button:not([class*=mat-elevation-z]),
body .light .mat-stroked-button:not([class*=mat-elevation-z]),
body .light .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-raised-button:not([class*=mat-elevation-z]),
body .light .mat-raised-button:not([class*=mat-elevation-z]) {
  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);
}
body.light .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
body .light .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]),
body .light .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-fab:not([class*=mat-elevation-z]), body.light .mat-mini-fab:not([class*=mat-elevation-z]),
body .light .mat-fab:not([class*=mat-elevation-z]),
body .light .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body.light .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
body .light .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
body .light .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body.light .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]),
body .light .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),
body .light .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.light .mat-button-toggle-group:not([class*=mat-elevation-z]),
body .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body .light .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
body.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
body .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.light .mat-button-toggle,
body .light .mat-button-toggle {
  color: #94a3b8;
}
body.light .mat-button-toggle .mat-button-toggle-focus-overlay,
body .light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
body.light .mat-button-toggle-appearance-standard,
body .light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
body.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
body .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
body.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
body .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
body.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
body .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
body.light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
body .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e2e8f0;
}
body.light .mat-button-toggle-checked,
body .light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
body.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
body .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
body.light .mat-button-toggle-disabled,
body .light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
body.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
body .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.light .mat-button-toggle-disabled.mat-button-toggle-checked,
body .light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
body.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.light .mat-button-toggle-group-appearance-standard,
body .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body .light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
body.light .mat-card,
body .light .mat-card {
  background: white;
  color: #1e293b;
}
body.light .mat-card:not([class*=mat-elevation-z]),
body .light .mat-card:not([class*=mat-elevation-z]) {
  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);
}
body.light .mat-card.mat-card-flat:not([class*=mat-elevation-z]),
body .light .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-card-subtitle,
body .light .mat-card-subtitle {
  color: #64748b;
}
body.light .mat-checkbox-frame,
body .light .mat-checkbox-frame {
  border-color: #64748b;
}
body.light .mat-checkbox-checkmark,
body .light .mat-checkbox-checkmark {
  fill: #f1f5f9;
}
body.light .mat-checkbox-checkmark-path,
body .light .mat-checkbox-checkmark-path {
  stroke: #f1f5f9 !important;
}
body.light .mat-checkbox-mixedmark,
body .light .mat-checkbox-mixedmark {
  background-color: #f1f5f9;
}
body.light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.light .mat-checkbox-checked.mat-primary .mat-checkbox-background,
body .light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
body .light .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--fuse-primary);
}
body.light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.light .mat-checkbox-checked.mat-accent .mat-checkbox-background,
body .light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body .light .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--fuse-accent);
}
body.light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.light .mat-checkbox-checked.mat-warn .mat-checkbox-background,
body .light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,
body .light .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: var(--fuse-warn);
}
body.light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background,
body .light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
body .light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame,
body .light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.light .mat-checkbox-disabled .mat-checkbox-label,
body .light .mat-checkbox-disabled .mat-checkbox-label {
  color: #94a3b8;
}
body.light .mat-checkbox .mat-ripple-element,
body .light .mat-checkbox .mat-ripple-element {
  background-color: #000000;
}
body.light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body .light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body .light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: var(--fuse-primary);
}
body.light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: var(--fuse-accent);
}
body.light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body .light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body .light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: var(--fuse-warn);
}
body.light .mat-chip.mat-standard-chip,
body .light .mat-chip.mat-standard-chip {
  background-color: #e2e8f0;
  color: #1e293b;
}
body.light .mat-chip.mat-standard-chip .mat-chip-remove,
body .light .mat-chip.mat-standard-chip .mat-chip-remove {
  color: #1e293b;
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active,
body .light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover,
body .light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.light .mat-chip.mat-standard-chip.mat-chip-disabled,
body .light .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip::after,
body .light .mat-chip.mat-standard-chip::after {
  background: #000000;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: var(--fuse-on-primary);
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: var(--fuse-on-primary);
  opacity: 0.1;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: var(--fuse-on-warn);
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: var(--fuse-on-warn);
  opacity: 0.1;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: var(--fuse-on-accent);
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element,
body .light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: var(--fuse-on-accent);
  opacity: 0.1;
}
body.light .mat-table,
body .light .mat-table {
  background: white;
}
body.light .mat-table thead, body.light .mat-table tbody, body.light .mat-table tfoot,
body.light mat-header-row, body.light mat-row, body.light mat-footer-row,
body.light [mat-header-row], body.light [mat-row], body.light [mat-footer-row],
body.light .mat-table-sticky,
body .light .mat-table thead,
body .light .mat-table tbody,
body .light .mat-table tfoot,
body .light mat-header-row,
body .light mat-row,
body .light mat-footer-row,
body .light [mat-header-row],
body .light [mat-row],
body .light [mat-footer-row],
body .light .mat-table-sticky {
  background: inherit;
}
body.light mat-row, body.light mat-header-row, body.light mat-footer-row,
body.light th.mat-header-cell, body.light td.mat-cell, body.light td.mat-footer-cell,
body .light mat-row,
body .light mat-header-row,
body .light mat-footer-row,
body .light th.mat-header-cell,
body .light td.mat-cell,
body .light td.mat-footer-cell {
  border-bottom-color: #e2e8f0;
}
body.light .mat-header-cell,
body .light .mat-header-cell {
  color: #64748b;
}
body.light .mat-cell, body.light .mat-footer-cell,
body .light .mat-cell,
body .light .mat-footer-cell {
  color: #1e293b;
}
body.light .mat-calendar-arrow,
body .light .mat-calendar-arrow {
  fill: #64748b;
}
body.light .mat-datepicker-toggle,
body.light .mat-datepicker-content .mat-calendar-next-button,
body.light .mat-datepicker-content .mat-calendar-previous-button,
body .light .mat-datepicker-toggle,
body .light .mat-datepicker-content .mat-calendar-next-button,
body .light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
body.light .mat-calendar-table-header-divider::after,
body .light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
body.light .mat-calendar-table-header,
body.light .mat-calendar-body-label,
body .light .mat-calendar-table-header,
body .light .mat-calendar-body-label {
  color: #64748b;
}
body.light .mat-calendar-body-cell-content,
body.light .mat-date-range-input-separator,
body .light .mat-calendar-body-cell-content,
body .light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
body.light .mat-form-field-disabled .mat-date-range-input-separator,
body .light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
body.light .mat-calendar-body-in-preview,
body .light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
body.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(148, 163, 184, 0.8);
}
body.light .mat-calendar-body-in-range::before,
body .light .mat-calendar-body-in-range::before {
  background: var(--fuse-primary);
}
body.light .mat-calendar-body-comparison-identical,
body.light .mat-calendar-body-in-comparison-range::before,
body .light .mat-calendar-body-comparison-identical,
body .light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-calendar-body-comparison-bridge-start::before,
body.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
body .light .mat-calendar-body-comparison-bridge-start::before,
body .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--fuse-primary) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-calendar-body-comparison-bridge-end::before,
body.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
body .light .mat-calendar-body-comparison-bridge-end::before,
body .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--fuse-primary) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
body .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
body .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-calendar-body-selected,
body .light .mat-calendar-body-selected {
  background-color: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-selected,
body .light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
body.light .mat-calendar-body-today.mat-calendar-body-selected,
body .light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--fuse-on-primary);
}
body.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--fuse-primary);
}
@media (hover: hover) {
  body.light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--fuse-primary);
  }
}
body.light .mat-datepicker-content,
body .light .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: #1e293b;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: var(--fuse-accent);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--fuse-accent) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--fuse-accent) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--fuse-on-accent);
}
body.light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--fuse-accent);
}
@media (hover: hover) {
  body.light .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--fuse-accent);
  }
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: var(--fuse-warn);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--fuse-warn) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--fuse-warn) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--fuse-on-warn);
}
body.light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--fuse-warn);
}
@media (hover: hover) {
  body.light .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .light .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--fuse-warn);
  }
}
body.light .mat-datepicker-content-touch,
body .light .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.light .mat-datepicker-toggle-active,
body .light .mat-datepicker-toggle-active {
  color: var(--fuse-primary);
}
body.light .mat-datepicker-toggle-active.mat-accent,
body .light .mat-datepicker-toggle-active.mat-accent {
  color: var(--fuse-accent);
}
body.light .mat-datepicker-toggle-active.mat-warn,
body .light .mat-datepicker-toggle-active.mat-warn {
  color: var(--fuse-warn);
}
body.light .mat-date-range-input-inner[disabled],
body .light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
body.light .mat-dialog-container,
body .light .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: #1e293b;
}
body.light .mat-divider,
body .light .mat-divider {
  border-top-color: #e2e8f0;
}
body.light .mat-divider-vertical,
body .light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
body.light .mat-expansion-panel,
body .light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
body.light .mat-expansion-panel:not([class*=mat-elevation-z]),
body .light .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
body.light .mat-action-row,
body .light .mat-action-row {
  border-top-color: #e2e8f0;
}
body.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
body .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
body .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
body .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(148, 163, 184, 0.12);
}
@media (hover: none) {
  body.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
body .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.light .mat-expansion-panel-header-title,
body .light .mat-expansion-panel-header-title {
  color: #1e293b;
}
body.light .mat-expansion-panel-header-description,
body.light .mat-expansion-indicator::after,
body .light .mat-expansion-panel-header-description,
body .light .mat-expansion-indicator::after {
  color: #64748b;
}
body.light .mat-expansion-panel-header[aria-disabled=true],
body .light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
body.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
body .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.light .mat-form-field-label,
body .light .mat-form-field-label {
  color: rgba(100, 116, 139, 0.6);
}
body.light .mat-hint,
body .light .mat-hint {
  color: rgba(100, 116, 139, 0.6);
}
body.light .mat-form-field.mat-focused .mat-form-field-label,
body .light .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--fuse-primary);
}
body.light .mat-form-field.mat-focused .mat-form-field-label.mat-accent,
body .light .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: var(--fuse-accent);
}
body.light .mat-form-field.mat-focused .mat-form-field-label.mat-warn,
body .light .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: var(--fuse-warn);
}
body.light .mat-focused .mat-form-field-required-marker,
body .light .mat-focused .mat-form-field-required-marker {
  color: var(--fuse-accent);
}
body.light .mat-form-field-ripple,
body .light .mat-form-field-ripple {
  background-color: rgba(226, 232, 240, 0.87);
}
body.light .mat-form-field.mat-focused .mat-form-field-ripple,
body .light .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--fuse-primary);
}
body.light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent,
body .light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: var(--fuse-accent);
}
body.light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn,
body .light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: var(--fuse-warn);
}
body.light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after,
body .light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: var(--fuse-primary);
}
body.light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after,
body .light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: var(--fuse-accent);
}
body.light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,
body .light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: var(--fuse-warn);
}
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-label,
body .light .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--fuse-warn);
}
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
body .light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: var(--fuse-warn);
}
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent,
body .light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body .light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: var(--fuse-warn);
}
body.light .mat-error,
body .light .mat-error {
  color: var(--fuse-warn);
}
body.light .mat-form-field-appearance-legacy .mat-form-field-label,
body .light .mat-form-field-appearance-legacy .mat-form-field-label {
  color: #64748b;
}
body.light .mat-form-field-appearance-legacy .mat-hint,
body .light .mat-form-field-appearance-legacy .mat-hint {
  color: #64748b;
}
body.light .mat-form-field-appearance-legacy .mat-form-field-underline,
body .light .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(226, 232, 240, 0.42);
}
body.light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline,
body .light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(226, 232, 240, 0.42) 0%, rgba(226, 232, 240, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.light .mat-form-field-appearance-standard .mat-form-field-underline,
body .light .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(226, 232, 240, 0.42);
}
body.light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline,
body .light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(226, 232, 240, 0.42) 0%, rgba(226, 232, 240, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.light .mat-form-field-appearance-fill .mat-form-field-flex,
body .light .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex,
body .light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.light .mat-form-field-appearance-fill .mat-form-field-underline::before,
body .light .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(226, 232, 240, 0.42);
}
body.light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label,
body .light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: #94a3b8;
}
body.light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before,
body .light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.light .mat-form-field-appearance-outline .mat-form-field-outline,
body .light .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(226, 232, 240, 0.12);
}
body.light .mat-form-field-appearance-outline .mat-form-field-outline-thick,
body .light .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(226, 232, 240, 0.87);
}
body.light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
body .light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--fuse-primary);
}
body.light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick,
body .light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: var(--fuse-accent);
}
body.light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
body .light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: var(--fuse-warn);
}
body.light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick,
body .light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: var(--fuse-warn);
}
body.light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label,
body .light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: #94a3b8;
}
body.light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline,
body .light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(226, 232, 240, 0.06);
}
body.light .mat-icon.mat-primary,
body .light .mat-icon.mat-primary {
  color: var(--fuse-primary);
}
body.light .mat-icon.mat-accent,
body .light .mat-icon.mat-accent {
  color: var(--fuse-accent);
}
body.light .mat-icon.mat-warn,
body .light .mat-icon.mat-warn {
  color: var(--fuse-warn);
}
body.light .mat-form-field-type-mat-native-select .mat-form-field-infix::after,
body .light .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: #64748b;
}
body.light .mat-input-element:disabled,
body.light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,
body .light .mat-input-element:disabled,
body .light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: #94a3b8;
}
body.light .mat-input-element,
body .light .mat-input-element {
  caret-color: var(--fuse-primary);
}
body.light .mat-input-element::placeholder,
body .light .mat-input-element::placeholder {
  color: rgba(100, 116, 139, 0.42);
}
body.light .mat-input-element::-moz-placeholder,
body .light .mat-input-element::-moz-placeholder {
  color: rgba(100, 116, 139, 0.42);
}
body.light .mat-input-element::-webkit-input-placeholder,
body .light .mat-input-element::-webkit-input-placeholder {
  color: rgba(100, 116, 139, 0.42);
}
body.light .mat-input-element:-ms-input-placeholder,
body .light .mat-input-element:-ms-input-placeholder {
  color: rgba(100, 116, 139, 0.42);
}
body.light .mat-form-field.mat-accent .mat-input-element,
body .light .mat-form-field.mat-accent .mat-input-element {
  caret-color: var(--fuse-accent);
}
body.light .mat-form-field.mat-warn .mat-input-element,
body.light .mat-form-field-invalid .mat-input-element,
body .light .mat-form-field.mat-warn .mat-input-element,
body .light .mat-form-field-invalid .mat-input-element {
  caret-color: var(--fuse-warn);
}
body.light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after,
body .light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: var(--fuse-warn);
}
body.light .mat-list-base .mat-list-item,
body .light .mat-list-base .mat-list-item {
  color: #1e293b;
}
body.light .mat-list-base .mat-list-option,
body .light .mat-list-base .mat-list-option {
  color: #1e293b;
}
body.light .mat-list-base .mat-subheader,
body .light .mat-list-base .mat-subheader {
  color: #64748b;
}
body.light .mat-list-base .mat-list-item-disabled,
body .light .mat-list-base .mat-list-item-disabled {
  background-color: #cbd5e1;
  color: #94a3b8;
}
body.light .mat-list-option:hover, body.light .mat-list-option:focus,
body.light .mat-nav-list .mat-list-item:hover,
body.light .mat-nav-list .mat-list-item:focus,
body.light .mat-action-list .mat-list-item:hover,
body.light .mat-action-list .mat-list-item:focus,
body .light .mat-list-option:hover,
body .light .mat-list-option:focus,
body .light .mat-nav-list .mat-list-item:hover,
body .light .mat-nav-list .mat-list-item:focus,
body .light .mat-action-list .mat-list-item:hover,
body .light .mat-action-list .mat-list-item:focus {
  background: rgba(148, 163, 184, 0.12);
}
body.light .mat-list-single-selected-option, body.light .mat-list-single-selected-option:hover, body.light .mat-list-single-selected-option:focus,
body .light .mat-list-single-selected-option,
body .light .mat-list-single-selected-option:hover,
body .light .mat-list-single-selected-option:focus {
  background: rgba(148, 163, 184, 0.12);
}
body.light .mat-menu-panel,
body .light .mat-menu-panel {
  background: white;
}
body.light .mat-menu-panel:not([class*=mat-elevation-z]),
body .light .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-menu-item,
body .light .mat-menu-item {
  background: transparent;
  color: #1e293b;
}
body.light .mat-menu-item[disabled],
body.light .mat-menu-item[disabled] .mat-menu-submenu-icon,
body.light .mat-menu-item[disabled] .mat-icon-no-color,
body .light .mat-menu-item[disabled],
body .light .mat-menu-item[disabled] .mat-menu-submenu-icon,
body .light .mat-menu-item[disabled] .mat-icon-no-color {
  color: #94a3b8;
}
body.light .mat-menu-item .mat-icon-no-color,
body.light .mat-menu-submenu-icon,
body .light .mat-menu-item .mat-icon-no-color,
body .light .mat-menu-submenu-icon {
  color: #64748b;
}
body.light .mat-menu-item:hover:not([disabled]),
body.light .mat-menu-item.cdk-program-focused:not([disabled]),
body.light .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.light .mat-menu-item-highlighted:not([disabled]),
body .light .mat-menu-item:hover:not([disabled]),
body .light .mat-menu-item.cdk-program-focused:not([disabled]),
body .light .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body .light .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(148, 163, 184, 0.12);
}
body.light .mat-paginator,
body .light .mat-paginator {
  background: white;
}
body.light .mat-paginator,
body.light .mat-paginator-page-size .mat-select-trigger,
body .light .mat-paginator,
body .light .mat-paginator-page-size .mat-select-trigger {
  color: #64748b;
}
body.light .mat-paginator-decrement,
body.light .mat-paginator-increment,
body .light .mat-paginator-decrement,
body .light .mat-paginator-increment {
  border-top: 2px solid #64748b;
  border-right: 2px solid #64748b;
}
body.light .mat-paginator-first,
body.light .mat-paginator-last,
body .light .mat-paginator-first,
body .light .mat-paginator-last {
  border-top: 2px solid #64748b;
}
body.light .mat-icon-button[disabled] .mat-paginator-decrement,
body.light .mat-icon-button[disabled] .mat-paginator-increment,
body.light .mat-icon-button[disabled] .mat-paginator-first,
body.light .mat-icon-button[disabled] .mat-paginator-last,
body .light .mat-icon-button[disabled] .mat-paginator-decrement,
body .light .mat-icon-button[disabled] .mat-paginator-increment,
body .light .mat-icon-button[disabled] .mat-paginator-first,
body .light .mat-icon-button[disabled] .mat-paginator-last {
  border-color: #94a3b8;
}
body.light .mat-progress-bar-background,
body .light .mat-progress-bar-background {
  fill: var(--fuse-primary-100);
}
body.light .mat-progress-bar-buffer,
body .light .mat-progress-bar-buffer {
  background-color: var(--fuse-primary-100);
}
body.light .mat-progress-bar-fill::after,
body .light .mat-progress-bar-fill::after {
  background-color: var(--fuse-primary);
}
body.light .mat-progress-bar.mat-accent .mat-progress-bar-background,
body .light .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: var(--fuse-accent-100);
}
body.light .mat-progress-bar.mat-accent .mat-progress-bar-buffer,
body .light .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: var(--fuse-accent-100);
}
body.light .mat-progress-bar.mat-accent .mat-progress-bar-fill::after,
body .light .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: var(--fuse-accent);
}
body.light .mat-progress-bar.mat-warn .mat-progress-bar-background,
body .light .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: var(--fuse-warn-100);
}
body.light .mat-progress-bar.mat-warn .mat-progress-bar-buffer,
body .light .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: var(--fuse-warn-100);
}
body.light .mat-progress-bar.mat-warn .mat-progress-bar-fill::after,
body .light .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: var(--fuse-warn);
}
body.light .mat-progress-spinner circle, body.light .mat-spinner circle,
body .light .mat-progress-spinner circle,
body .light .mat-spinner circle {
  stroke: var(--fuse-primary);
}
body.light .mat-progress-spinner.mat-accent circle, body.light .mat-spinner.mat-accent circle,
body .light .mat-progress-spinner.mat-accent circle,
body .light .mat-spinner.mat-accent circle {
  stroke: var(--fuse-accent);
}
body.light .mat-progress-spinner.mat-warn circle, body.light .mat-spinner.mat-warn circle,
body .light .mat-progress-spinner.mat-warn circle,
body .light .mat-spinner.mat-warn circle {
  stroke: var(--fuse-warn);
}
body.light .mat-radio-outer-circle,
body .light .mat-radio-outer-circle {
  border-color: #64748b;
}
body.light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle,
body .light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--fuse-primary);
}
body.light .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple,
body .light .mat-radio-button.mat-primary .mat-radio-inner-circle,
body .light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body .light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
body .light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: var(--fuse-primary);
}
body.light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
body .light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--fuse-accent);
}
body.light .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple,
body .light .mat-radio-button.mat-accent .mat-radio-inner-circle,
body .light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body .light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
body .light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: var(--fuse-accent);
}
body.light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle,
body .light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--fuse-warn);
}
body.light .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple,
body .light .mat-radio-button.mat-warn .mat-radio-inner-circle,
body .light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body .light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
body .light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: var(--fuse-warn);
}
body.light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
body .light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body .light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #94a3b8;
}
body.light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
body .light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body .light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #94a3b8;
}
body.light .mat-radio-button.mat-radio-disabled .mat-radio-label-content,
body .light .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #94a3b8;
}
body.light .mat-radio-button .mat-ripple-element,
body .light .mat-radio-button .mat-ripple-element {
  background-color: #000000;
}
body.light .mat-select-value,
body .light .mat-select-value {
  color: #1e293b;
}
body.light .mat-select-placeholder,
body .light .mat-select-placeholder {
  color: rgba(100, 116, 139, 0.42);
}
body.light .mat-select-disabled .mat-select-value,
body .light .mat-select-disabled .mat-select-value {
  color: #94a3b8;
}
body.light .mat-select-arrow,
body .light .mat-select-arrow {
  color: #64748b;
}
body.light .mat-select-panel,
body .light .mat-select-panel {
  background: white;
}
body.light .mat-select-panel:not([class*=mat-elevation-z]),
body .light .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),
body .light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(148, 163, 184, 0.12);
}
body.light .mat-form-field.mat-focused.mat-primary .mat-select-arrow,
body .light .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--fuse-primary);
}
body.light .mat-form-field.mat-focused.mat-accent .mat-select-arrow,
body .light .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: var(--fuse-accent);
}
body.light .mat-form-field.mat-focused.mat-warn .mat-select-arrow,
body .light .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: var(--fuse-warn);
}
body.light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,
body .light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: var(--fuse-warn);
}
body.light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow,
body .light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: #94a3b8;
}
body.light .mat-drawer-container,
body .light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
body.light .mat-drawer,
body .light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
body.light .mat-drawer.mat-drawer-push,
body .light .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.light .mat-drawer:not(.mat-drawer-side),
body .light .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-side,
body .light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
body.light .mat-drawer-side.mat-drawer-end,
body .light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
body.light [dir=rtl] .mat-drawer-side,
body .light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
body.light [dir=rtl] .mat-drawer-side.mat-drawer-end,
body .light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
body.light .mat-drawer-backdrop.mat-drawer-shown,
body .light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body .light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--fuse-accent);
}
body.light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar,
body .light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: var(--fuse-accent);
}
body.light .mat-slide-toggle.mat-checked .mat-ripple-element,
body .light .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: var(--fuse-accent);
}
body.light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb,
body .light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--fuse-primary);
}
body.light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar,
body .light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: var(--fuse-primary);
}
body.light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element,
body .light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: var(--fuse-primary);
}
body.light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb,
body .light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--fuse-warn);
}
body.light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar,
body .light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: var(--fuse-warn);
}
body.light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element,
body .light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: var(--fuse-warn);
}
body.light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element,
body .light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.light .mat-slide-toggle-thumb,
body .light .mat-slide-toggle-thumb {
  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);
  background-color: #fafafa;
}
body.light .mat-slide-toggle-bar,
body .light .mat-slide-toggle-bar {
  background-color: #94a3b8;
}
body.light .mat-slider-track-background,
body .light .mat-slider-track-background {
  background-color: #cbd5e1;
}
body.light .mat-slider.mat-primary .mat-slider-track-fill,
body.light .mat-slider.mat-primary .mat-slider-thumb,
body.light .mat-slider.mat-primary .mat-slider-thumb-label,
body .light .mat-slider.mat-primary .mat-slider-track-fill,
body .light .mat-slider.mat-primary .mat-slider-thumb,
body .light .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: var(--fuse-primary);
}
body.light .mat-slider.mat-primary .mat-slider-thumb-label-text,
body .light .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: var(--fuse-on-primary);
}
body.light .mat-slider.mat-primary .mat-slider-focus-ring,
body .light .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: var(--fuse-primary);
  opacity: 0.2;
}
body.light .mat-slider.mat-accent .mat-slider-track-fill,
body.light .mat-slider.mat-accent .mat-slider-thumb,
body.light .mat-slider.mat-accent .mat-slider-thumb-label,
body .light .mat-slider.mat-accent .mat-slider-track-fill,
body .light .mat-slider.mat-accent .mat-slider-thumb,
body .light .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: var(--fuse-accent);
}
body.light .mat-slider.mat-accent .mat-slider-thumb-label-text,
body .light .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: var(--fuse-on-accent);
}
body.light .mat-slider.mat-accent .mat-slider-focus-ring,
body .light .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: var(--fuse-accent);
  opacity: 0.2;
}
body.light .mat-slider.mat-warn .mat-slider-track-fill,
body.light .mat-slider.mat-warn .mat-slider-thumb,
body.light .mat-slider.mat-warn .mat-slider-thumb-label,
body .light .mat-slider.mat-warn .mat-slider-track-fill,
body .light .mat-slider.mat-warn .mat-slider-thumb,
body .light .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: var(--fuse-warn);
}
body.light .mat-slider.mat-warn .mat-slider-thumb-label-text,
body .light .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: var(--fuse-on-warn);
}
body.light .mat-slider.mat-warn .mat-slider-focus-ring,
body .light .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: var(--fuse-warn);
  opacity: 0.2;
}
body.light .mat-slider:hover .mat-slider-track-background,
body.light .mat-slider.cdk-focused .mat-slider-track-background,
body .light .mat-slider:hover .mat-slider-track-background,
body .light .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: #94a3b8;
}
body.light .mat-slider.mat-slider-disabled .mat-slider-track-background,
body.light .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body.light .mat-slider.mat-slider-disabled .mat-slider-thumb,
body .light .mat-slider.mat-slider-disabled .mat-slider-track-background,
body .light .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body .light .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: #cbd5e1;
}
body.light .mat-slider.mat-slider-disabled:hover .mat-slider-track-background,
body .light .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: #cbd5e1;
}
body.light .mat-slider.mat-slider-min-value .mat-slider-focus-ring,
body .light .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label,
body .light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: #1e293b;
}
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label,
body .light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: #cbd5e1;
}
body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: #cbd5e1;
  background-color: transparent;
}
body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: #94a3b8;
}
body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,
body .light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: #cbd5e1;
}
body.light .mat-slider-has-ticks .mat-slider-wrapper::after,
body .light .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.light .mat-slider-horizontal .mat-slider-ticks,
body .light .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.light .mat-slider-vertical .mat-slider-ticks,
body .light .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.light .mat-step-header.cdk-keyboard-focused, body.light .mat-step-header.cdk-program-focused, body.light .mat-step-header:hover:not([aria-disabled]), body.light .mat-step-header:hover[aria-disabled=false],
body .light .mat-step-header.cdk-keyboard-focused,
body .light .mat-step-header.cdk-program-focused,
body .light .mat-step-header:hover:not([aria-disabled]),
body .light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
body.light .mat-step-header:hover[aria-disabled=true],
body .light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.light .mat-step-header:hover,
body .light .mat-step-header:hover {
    background: none;
  }
}
body.light .mat-step-header .mat-step-label,
body.light .mat-step-header .mat-step-optional,
body .light .mat-step-header .mat-step-label,
body .light .mat-step-header .mat-step-optional {
  color: #64748b;
}
body.light .mat-step-header .mat-step-icon,
body .light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: var(--fuse-on-primary);
}
body.light .mat-step-header .mat-step-icon-selected,
body.light .mat-step-header .mat-step-icon-state-done,
body.light .mat-step-header .mat-step-icon-state-edit,
body .light .mat-step-header .mat-step-icon-selected,
body .light .mat-step-header .mat-step-icon-state-done,
body .light .mat-step-header .mat-step-icon-state-edit {
  background-color: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.light .mat-step-header.mat-accent .mat-step-icon,
body .light .mat-step-header.mat-accent .mat-step-icon {
  color: var(--fuse-on-accent);
}
body.light .mat-step-header.mat-accent .mat-step-icon-selected,
body.light .mat-step-header.mat-accent .mat-step-icon-state-done,
body.light .mat-step-header.mat-accent .mat-step-icon-state-edit,
body .light .mat-step-header.mat-accent .mat-step-icon-selected,
body .light .mat-step-header.mat-accent .mat-step-icon-state-done,
body .light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.light .mat-step-header.mat-warn .mat-step-icon,
body .light .mat-step-header.mat-warn .mat-step-icon {
  color: var(--fuse-on-warn);
}
body.light .mat-step-header.mat-warn .mat-step-icon-selected,
body.light .mat-step-header.mat-warn .mat-step-icon-state-done,
body.light .mat-step-header.mat-warn .mat-step-icon-state-edit,
body .light .mat-step-header.mat-warn .mat-step-icon-selected,
body .light .mat-step-header.mat-warn .mat-step-icon-state-done,
body .light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.light .mat-step-header .mat-step-icon-state-error,
body .light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: var(--fuse-warn);
}
body.light .mat-step-header .mat-step-label.mat-step-label-active,
body .light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
body.light .mat-step-header .mat-step-label.mat-step-label-error,
body .light .mat-step-header .mat-step-label.mat-step-label-error {
  color: var(--fuse-warn);
}
body.light .mat-stepper-horizontal, body.light .mat-stepper-vertical,
body .light .mat-stepper-horizontal,
body .light .mat-stepper-vertical {
  background-color: white;
}
body.light .mat-stepper-vertical-line::before,
body .light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
body.light .mat-horizontal-stepper-header::before,
body.light .mat-horizontal-stepper-header::after,
body.light .mat-stepper-horizontal-line,
body .light .mat-horizontal-stepper-header::before,
body .light .mat-horizontal-stepper-header::after,
body .light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
body.light .mat-sort-header-arrow,
body .light .mat-sort-header-arrow {
  color: #64748b;
}
body.light .mat-tab-nav-bar,
body.light .mat-tab-header,
body .light .mat-tab-nav-bar,
body .light .mat-tab-header {
  border-bottom: 1px solid #e2e8f0;
}
body.light .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.light .mat-tab-group-inverted-header .mat-tab-header,
body .light .mat-tab-group-inverted-header .mat-tab-nav-bar,
body .light .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid #e2e8f0;
  border-bottom: none;
}
body.light .mat-tab-label, body.light .mat-tab-link,
body .light .mat-tab-label,
body .light .mat-tab-link {
  color: #1e293b;
}
body.light .mat-tab-label.mat-tab-disabled, body.light .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-link.mat-tab-disabled {
  color: #94a3b8;
}
body.light .mat-tab-header-pagination-chevron,
body .light .mat-tab-header-pagination-chevron {
  border-color: #1e293b;
}
body.light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #94a3b8;
}
body.light .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body.light .mat-tab-nav-bar[class*=mat-background-],
body .light .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body .light .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-primary-100);
}
body.light .mat-tab-group.mat-primary .mat-ink-bar, body.light .mat-tab-nav-bar.mat-primary .mat-ink-bar,
body .light .mat-tab-group.mat-primary .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--fuse-primary);
}
body.light .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.light .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body.light .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.light .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar,
body .light .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar,
body .light .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--fuse-on-primary);
}
body.light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-accent-100);
}
body.light .mat-tab-group.mat-accent .mat-ink-bar, body.light .mat-tab-nav-bar.mat-accent .mat-ink-bar,
body .light .mat-tab-group.mat-accent .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: var(--fuse-accent);
}
body.light .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.light .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body.light .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.light .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar,
body .light .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
body .light .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--fuse-on-accent);
}
body.light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-warn-100);
}
body.light .mat-tab-group.mat-warn .mat-ink-bar, body.light .mat-tab-nav-bar.mat-warn .mat-ink-bar,
body .light .mat-tab-group.mat-warn .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: var(--fuse-warn);
}
body.light .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.light .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body.light .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.light .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar,
body .light .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
body .light .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
body .light .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--fuse-on-warn);
}
body.light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-primary-100);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header, body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container, body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header,
body .light .mat-tab-group.mat-background-primary > .mat-tab-link-container,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: var(--fuse-primary);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label,
body .light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: var(--fuse-on-primary);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--fuse-on-primary);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--fuse-on-primary);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--fuse-on-primary);
  opacity: 0.4;
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body .light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body .light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: var(--fuse-on-primary);
  opacity: 0.12;
}
body.light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-accent-100);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header, body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container, body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header,
body .light .mat-tab-group.mat-background-accent > .mat-tab-link-container,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: var(--fuse-accent);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label,
body .light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: var(--fuse-on-accent);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--fuse-on-accent);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--fuse-on-accent);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--fuse-on-accent);
  opacity: 0.4;
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body .light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body .light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: var(--fuse-on-accent);
  opacity: 0.12;
}
body.light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-warn-100);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header, body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container, body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header,
body .light .mat-tab-group.mat-background-warn > .mat-tab-link-container,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: var(--fuse-warn);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label,
body .light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: var(--fuse-on-warn);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--fuse-on-warn);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--fuse-on-warn);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--fuse-on-warn);
  opacity: 0.4;
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body .light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body .light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body .light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: var(--fuse-on-warn);
  opacity: 0.12;
}
body.light .mat-toolbar,
body .light .mat-toolbar {
  background: white;
  color: #1e293b;
}
body.light .mat-toolbar.mat-primary,
body .light .mat-toolbar.mat-primary {
  background: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.light .mat-toolbar.mat-accent,
body .light .mat-toolbar.mat-accent {
  background: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.light .mat-toolbar.mat-warn,
body .light .mat-toolbar.mat-warn {
  background: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.light .mat-toolbar .mat-form-field-underline,
body.light .mat-toolbar .mat-form-field-ripple,
body.light .mat-toolbar .mat-focused .mat-form-field-ripple,
body .light .mat-toolbar .mat-form-field-underline,
body .light .mat-toolbar .mat-form-field-ripple,
body .light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.light .mat-toolbar .mat-form-field-label,
body.light .mat-toolbar .mat-focused .mat-form-field-label,
body.light .mat-toolbar .mat-select-value,
body.light .mat-toolbar .mat-select-arrow,
body.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
body .light .mat-toolbar .mat-form-field-label,
body .light .mat-toolbar .mat-focused .mat-form-field-label,
body .light .mat-toolbar .mat-select-value,
body .light .mat-toolbar .mat-select-arrow,
body .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.light .mat-toolbar .mat-input-element,
body .light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.light .mat-tooltip,
body .light .mat-tooltip {
  background: rgba(30, 41, 59, 0.9);
}
body.light .mat-tree,
body .light .mat-tree {
  background: white;
}
body.light .mat-tree-node,
body.light .mat-nested-tree-node,
body .light .mat-tree-node,
body .light .mat-nested-tree-node {
  color: #1e293b;
}
body.light .mat-snack-bar-container,
body .light .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-simple-snackbar-action,
body .light .mat-simple-snackbar-action {
  color: var(--fuse-accent);
}
body.dark,
body .dark {
  /* Use all-component-colors to only generate the colors */
}
body.dark .mat-ripple-element,
body .dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark .mat-option,
body .dark .mat-option {
  color: white;
}
body.dark .mat-option:hover:not(.mat-option-disabled), body.dark .mat-option:focus:not(.mat-option-disabled),
body .dark .mat-option:hover:not(.mat-option-disabled),
body .dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.05);
}
body.dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
body .dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.05);
}
body.dark .mat-option.mat-active,
body .dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
body.dark .mat-option.mat-option-disabled,
body .dark .mat-option.mat-option-disabled {
  color: #64748b;
}
body.dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled),
body .dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--fuse-primary);
}
body.dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled),
body .dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--fuse-accent);
}
body.dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled),
body .dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--fuse-warn);
}
body.dark .mat-optgroup-label,
body .dark .mat-optgroup-label {
  color: #94a3b8;
}
body.dark .mat-optgroup-disabled .mat-optgroup-label,
body .dark .mat-optgroup-disabled .mat-optgroup-label {
  color: #64748b;
}
body.dark .mat-pseudo-checkbox,
body .dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
body.dark .mat-pseudo-checkbox::after,
body .dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
body.dark .mat-pseudo-checkbox-disabled,
body .dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
body.dark .mat-primary .mat-pseudo-checkbox-checked,
body.dark .mat-primary .mat-pseudo-checkbox-indeterminate,
body .dark .mat-primary .mat-pseudo-checkbox-checked,
body .dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: var(--fuse-primary);
}
body.dark .mat-pseudo-checkbox-checked,
body.dark .mat-pseudo-checkbox-indeterminate,
body.dark .mat-accent .mat-pseudo-checkbox-checked,
body.dark .mat-accent .mat-pseudo-checkbox-indeterminate,
body .dark .mat-pseudo-checkbox-checked,
body .dark .mat-pseudo-checkbox-indeterminate,
body .dark .mat-accent .mat-pseudo-checkbox-checked,
body .dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: var(--fuse-accent);
}
body.dark .mat-warn .mat-pseudo-checkbox-checked,
body.dark .mat-warn .mat-pseudo-checkbox-indeterminate,
body .dark .mat-warn .mat-pseudo-checkbox-checked,
body .dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: var(--fuse-warn);
}
body.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
body .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
body.dark .mat-app-background, body.dark.mat-app-background,
body .dark .mat-app-background,
body .dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
body.dark .mat-elevation-z0,
body .dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z1,
body .dark .mat-elevation-z1 {
  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);
}
body.dark .mat-elevation-z2,
body .dark .mat-elevation-z2 {
  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);
}
body.dark .mat-elevation-z3,
body .dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z4,
body .dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z5,
body .dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z6,
body .dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z7,
body .dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z8,
body .dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z9,
body .dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z10,
body .dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z11,
body .dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z12,
body .dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z13,
body .dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z14,
body .dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z15,
body .dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z16,
body .dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z17,
body .dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z18,
body .dark .mat-elevation-z18 {
  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);
}
body.dark .mat-elevation-z19,
body .dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z20,
body .dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z21,
body .dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z22,
body .dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z23,
body .dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.dark .mat-elevation-z24,
body .dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
body.dark .mat-autocomplete-panel,
body .dark .mat-autocomplete-panel {
  background: #1e293b;
  color: white;
}
body.dark .mat-autocomplete-panel:not([class*=mat-elevation-z]),
body .dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),
body .dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #1e293b;
}
body.dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),
body .dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
body.dark .mat-badge-content,
body .dark .mat-badge-content {
  color: var(--fuse-on-primary);
  background: var(--fuse-primary);
}
.cdk-high-contrast-active body.dark .mat-badge-content, .cdk-high-contrast-active body .dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.dark .mat-badge-accent .mat-badge-content,
body .dark .mat-badge-accent .mat-badge-content {
  background: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.dark .mat-badge-warn .mat-badge-content,
body .dark .mat-badge-warn .mat-badge-content {
  color: var(--fuse-on-warn);
  background: var(--fuse-warn);
}
body.dark .mat-badge-disabled .mat-badge-content,
body .dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
body.dark .mat-bottom-sheet-container,
body .dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #1e293b;
  color: white;
}
body.dark .mat-button, body.dark .mat-icon-button, body.dark .mat-stroked-button,
body .dark .mat-button,
body .dark .mat-icon-button,
body .dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.dark .mat-button.mat-primary, body.dark .mat-icon-button.mat-primary, body.dark .mat-stroked-button.mat-primary,
body .dark .mat-button.mat-primary,
body .dark .mat-icon-button.mat-primary,
body .dark .mat-stroked-button.mat-primary {
  color: var(--fuse-primary);
}
body.dark .mat-button.mat-accent, body.dark .mat-icon-button.mat-accent, body.dark .mat-stroked-button.mat-accent,
body .dark .mat-button.mat-accent,
body .dark .mat-icon-button.mat-accent,
body .dark .mat-stroked-button.mat-accent {
  color: var(--fuse-accent);
}
body.dark .mat-button.mat-warn, body.dark .mat-icon-button.mat-warn, body.dark .mat-stroked-button.mat-warn,
body .dark .mat-button.mat-warn,
body .dark .mat-icon-button.mat-warn,
body .dark .mat-stroked-button.mat-warn {
  color: var(--fuse-warn);
}
body.dark .mat-button.mat-primary.mat-button-disabled, body.dark .mat-button.mat-accent.mat-button-disabled, body.dark .mat-button.mat-warn.mat-button-disabled, body.dark .mat-button.mat-button-disabled.mat-button-disabled, body.dark .mat-icon-button.mat-primary.mat-button-disabled, body.dark .mat-icon-button.mat-accent.mat-button-disabled, body.dark .mat-icon-button.mat-warn.mat-button-disabled, body.dark .mat-icon-button.mat-button-disabled.mat-button-disabled, body.dark .mat-stroked-button.mat-primary.mat-button-disabled, body.dark .mat-stroked-button.mat-accent.mat-button-disabled, body.dark .mat-stroked-button.mat-warn.mat-button-disabled, body.dark .mat-stroked-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-button.mat-primary.mat-button-disabled,
body .dark .mat-button.mat-accent.mat-button-disabled,
body .dark .mat-button.mat-warn.mat-button-disabled,
body .dark .mat-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-icon-button.mat-primary.mat-button-disabled,
body .dark .mat-icon-button.mat-accent.mat-button-disabled,
body .dark .mat-icon-button.mat-warn.mat-button-disabled,
body .dark .mat-icon-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-stroked-button.mat-primary.mat-button-disabled,
body .dark .mat-stroked-button.mat-accent.mat-button-disabled,
body .dark .mat-stroked-button.mat-warn.mat-button-disabled,
body .dark .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: #1e293b;
}
body.dark .mat-button.mat-primary .mat-button-focus-overlay, body.dark .mat-icon-button.mat-primary .mat-button-focus-overlay, body.dark .mat-stroked-button.mat-primary .mat-button-focus-overlay,
body .dark .mat-button.mat-primary .mat-button-focus-overlay,
body .dark .mat-icon-button.mat-primary .mat-button-focus-overlay,
body .dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: var(--fuse-primary);
}
body.dark .mat-button.mat-accent .mat-button-focus-overlay, body.dark .mat-icon-button.mat-accent .mat-button-focus-overlay, body.dark .mat-stroked-button.mat-accent .mat-button-focus-overlay,
body .dark .mat-button.mat-accent .mat-button-focus-overlay,
body .dark .mat-icon-button.mat-accent .mat-button-focus-overlay,
body .dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: var(--fuse-accent);
}
body.dark .mat-button.mat-warn .mat-button-focus-overlay, body.dark .mat-icon-button.mat-warn .mat-button-focus-overlay, body.dark .mat-stroked-button.mat-warn .mat-button-focus-overlay,
body .dark .mat-button.mat-warn .mat-button-focus-overlay,
body .dark .mat-icon-button.mat-warn .mat-button-focus-overlay,
body .dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: var(--fuse-warn);
}
body.dark .mat-button.mat-button-disabled .mat-button-focus-overlay, body.dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body.dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay,
body .dark .mat-button.mat-button-disabled .mat-button-focus-overlay,
body .dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
body .dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body.dark .mat-button .mat-ripple-element, body.dark .mat-icon-button .mat-ripple-element, body.dark .mat-stroked-button .mat-ripple-element,
body .dark .mat-button .mat-ripple-element,
body .dark .mat-icon-button .mat-ripple-element,
body .dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.dark .mat-button-focus-overlay,
body .dark .mat-button-focus-overlay {
  background: #FFFFFF;
}
body.dark .mat-stroked-button:not(.mat-button-disabled),
body .dark .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-flat-button, body.dark .mat-raised-button, body.dark .mat-fab, body.dark .mat-mini-fab,
body .dark .mat-flat-button,
body .dark .mat-raised-button,
body .dark .mat-fab,
body .dark .mat-mini-fab {
  color: white;
  background-color: #0f172a;
}
body.dark .mat-flat-button.mat-primary, body.dark .mat-raised-button.mat-primary, body.dark .mat-fab.mat-primary, body.dark .mat-mini-fab.mat-primary,
body .dark .mat-flat-button.mat-primary,
body .dark .mat-raised-button.mat-primary,
body .dark .mat-fab.mat-primary,
body .dark .mat-mini-fab.mat-primary {
  color: var(--fuse-on-primary);
}
body.dark .mat-flat-button.mat-accent, body.dark .mat-raised-button.mat-accent, body.dark .mat-fab.mat-accent, body.dark .mat-mini-fab.mat-accent,
body .dark .mat-flat-button.mat-accent,
body .dark .mat-raised-button.mat-accent,
body .dark .mat-fab.mat-accent,
body .dark .mat-mini-fab.mat-accent {
  color: var(--fuse-on-accent);
}
body.dark .mat-flat-button.mat-warn, body.dark .mat-raised-button.mat-warn, body.dark .mat-fab.mat-warn, body.dark .mat-mini-fab.mat-warn,
body .dark .mat-flat-button.mat-warn,
body .dark .mat-raised-button.mat-warn,
body .dark .mat-fab.mat-warn,
body .dark .mat-mini-fab.mat-warn {
  color: var(--fuse-on-warn);
}
body.dark .mat-flat-button.mat-primary.mat-button-disabled, body.dark .mat-flat-button.mat-accent.mat-button-disabled, body.dark .mat-flat-button.mat-warn.mat-button-disabled, body.dark .mat-flat-button.mat-button-disabled.mat-button-disabled, body.dark .mat-raised-button.mat-primary.mat-button-disabled, body.dark .mat-raised-button.mat-accent.mat-button-disabled, body.dark .mat-raised-button.mat-warn.mat-button-disabled, body.dark .mat-raised-button.mat-button-disabled.mat-button-disabled, body.dark .mat-fab.mat-primary.mat-button-disabled, body.dark .mat-fab.mat-accent.mat-button-disabled, body.dark .mat-fab.mat-warn.mat-button-disabled, body.dark .mat-fab.mat-button-disabled.mat-button-disabled, body.dark .mat-mini-fab.mat-primary.mat-button-disabled, body.dark .mat-mini-fab.mat-accent.mat-button-disabled, body.dark .mat-mini-fab.mat-warn.mat-button-disabled, body.dark .mat-mini-fab.mat-button-disabled.mat-button-disabled,
body .dark .mat-flat-button.mat-primary.mat-button-disabled,
body .dark .mat-flat-button.mat-accent.mat-button-disabled,
body .dark .mat-flat-button.mat-warn.mat-button-disabled,
body .dark .mat-flat-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-raised-button.mat-primary.mat-button-disabled,
body .dark .mat-raised-button.mat-accent.mat-button-disabled,
body .dark .mat-raised-button.mat-warn.mat-button-disabled,
body .dark .mat-raised-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-fab.mat-primary.mat-button-disabled,
body .dark .mat-fab.mat-accent.mat-button-disabled,
body .dark .mat-fab.mat-warn.mat-button-disabled,
body .dark .mat-fab.mat-button-disabled.mat-button-disabled,
body .dark .mat-mini-fab.mat-primary.mat-button-disabled,
body .dark .mat-mini-fab.mat-accent.mat-button-disabled,
body .dark .mat-mini-fab.mat-warn.mat-button-disabled,
body .dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: #1e293b;
}
body.dark .mat-flat-button.mat-primary, body.dark .mat-raised-button.mat-primary, body.dark .mat-fab.mat-primary, body.dark .mat-mini-fab.mat-primary,
body .dark .mat-flat-button.mat-primary,
body .dark .mat-raised-button.mat-primary,
body .dark .mat-fab.mat-primary,
body .dark .mat-mini-fab.mat-primary {
  background-color: var(--fuse-primary);
}
body.dark .mat-flat-button.mat-accent, body.dark .mat-raised-button.mat-accent, body.dark .mat-fab.mat-accent, body.dark .mat-mini-fab.mat-accent,
body .dark .mat-flat-button.mat-accent,
body .dark .mat-raised-button.mat-accent,
body .dark .mat-fab.mat-accent,
body .dark .mat-mini-fab.mat-accent {
  background-color: var(--fuse-accent);
}
body.dark .mat-flat-button.mat-warn, body.dark .mat-raised-button.mat-warn, body.dark .mat-fab.mat-warn, body.dark .mat-mini-fab.mat-warn,
body .dark .mat-flat-button.mat-warn,
body .dark .mat-raised-button.mat-warn,
body .dark .mat-fab.mat-warn,
body .dark .mat-mini-fab.mat-warn {
  background-color: var(--fuse-warn);
}
body.dark .mat-flat-button.mat-primary.mat-button-disabled, body.dark .mat-flat-button.mat-accent.mat-button-disabled, body.dark .mat-flat-button.mat-warn.mat-button-disabled, body.dark .mat-flat-button.mat-button-disabled.mat-button-disabled, body.dark .mat-raised-button.mat-primary.mat-button-disabled, body.dark .mat-raised-button.mat-accent.mat-button-disabled, body.dark .mat-raised-button.mat-warn.mat-button-disabled, body.dark .mat-raised-button.mat-button-disabled.mat-button-disabled, body.dark .mat-fab.mat-primary.mat-button-disabled, body.dark .mat-fab.mat-accent.mat-button-disabled, body.dark .mat-fab.mat-warn.mat-button-disabled, body.dark .mat-fab.mat-button-disabled.mat-button-disabled, body.dark .mat-mini-fab.mat-primary.mat-button-disabled, body.dark .mat-mini-fab.mat-accent.mat-button-disabled, body.dark .mat-mini-fab.mat-warn.mat-button-disabled, body.dark .mat-mini-fab.mat-button-disabled.mat-button-disabled,
body .dark .mat-flat-button.mat-primary.mat-button-disabled,
body .dark .mat-flat-button.mat-accent.mat-button-disabled,
body .dark .mat-flat-button.mat-warn.mat-button-disabled,
body .dark .mat-flat-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-raised-button.mat-primary.mat-button-disabled,
body .dark .mat-raised-button.mat-accent.mat-button-disabled,
body .dark .mat-raised-button.mat-warn.mat-button-disabled,
body .dark .mat-raised-button.mat-button-disabled.mat-button-disabled,
body .dark .mat-fab.mat-primary.mat-button-disabled,
body .dark .mat-fab.mat-accent.mat-button-disabled,
body .dark .mat-fab.mat-warn.mat-button-disabled,
body .dark .mat-fab.mat-button-disabled.mat-button-disabled,
body .dark .mat-mini-fab.mat-primary.mat-button-disabled,
body .dark .mat-mini-fab.mat-accent.mat-button-disabled,
body .dark .mat-mini-fab.mat-warn.mat-button-disabled,
body .dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(15, 23, 42, 0.38);
}
body.dark .mat-flat-button.mat-primary .mat-ripple-element, body.dark .mat-raised-button.mat-primary .mat-ripple-element, body.dark .mat-fab.mat-primary .mat-ripple-element, body.dark .mat-mini-fab.mat-primary .mat-ripple-element,
body .dark .mat-flat-button.mat-primary .mat-ripple-element,
body .dark .mat-raised-button.mat-primary .mat-ripple-element,
body .dark .mat-fab.mat-primary .mat-ripple-element,
body .dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: var(--fuse-on-primary);
  opacity: 0.1;
}
body.dark .mat-flat-button.mat-accent .mat-ripple-element, body.dark .mat-raised-button.mat-accent .mat-ripple-element, body.dark .mat-fab.mat-accent .mat-ripple-element, body.dark .mat-mini-fab.mat-accent .mat-ripple-element,
body .dark .mat-flat-button.mat-accent .mat-ripple-element,
body .dark .mat-raised-button.mat-accent .mat-ripple-element,
body .dark .mat-fab.mat-accent .mat-ripple-element,
body .dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: var(--fuse-on-accent);
  opacity: 0.1;
}
body.dark .mat-flat-button.mat-warn .mat-ripple-element, body.dark .mat-raised-button.mat-warn .mat-ripple-element, body.dark .mat-fab.mat-warn .mat-ripple-element, body.dark .mat-mini-fab.mat-warn .mat-ripple-element,
body .dark .mat-flat-button.mat-warn .mat-ripple-element,
body .dark .mat-raised-button.mat-warn .mat-ripple-element,
body .dark .mat-fab.mat-warn .mat-ripple-element,
body .dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: var(--fuse-on-warn);
  opacity: 0.1;
}
body.dark .mat-stroked-button:not([class*=mat-elevation-z]), body.dark .mat-flat-button:not([class*=mat-elevation-z]),
body .dark .mat-stroked-button:not([class*=mat-elevation-z]),
body .dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-raised-button:not([class*=mat-elevation-z]),
body .dark .mat-raised-button:not([class*=mat-elevation-z]) {
  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);
}
body.dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
body .dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]),
body .dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-fab:not([class*=mat-elevation-z]), body.dark .mat-mini-fab:not([class*=mat-elevation-z]),
body .dark .mat-fab:not([class*=mat-elevation-z]),
body .dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body.dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
body .dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
body .dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body.dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]),
body .dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),
body .dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
body .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body .dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
body.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
body .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.dark .mat-button-toggle,
body .dark .mat-button-toggle {
  color: #64748b;
}
body.dark .mat-button-toggle .mat-button-toggle-focus-overlay,
body .dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
body.dark .mat-button-toggle-appearance-standard,
body .dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
body.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
body .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
body.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
body .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
body.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
body .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
body.dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
body .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #374152;
}
body.dark .mat-button-toggle-checked,
body .dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
body.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
body .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
body.dark .mat-button-toggle-disabled,
body .dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
body.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
body .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
body.dark .mat-button-toggle-disabled.mat-button-toggle-checked,
body .dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
body.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.dark .mat-button-toggle-group-appearance-standard,
body .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body .dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
body.dark .mat-card,
body .dark .mat-card {
  background: #1e293b;
  color: white;
}
body.dark .mat-card:not([class*=mat-elevation-z]),
body .dark .mat-card:not([class*=mat-elevation-z]) {
  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);
}
body.dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]),
body .dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-card-subtitle,
body .dark .mat-card-subtitle {
  color: #94a3b8;
}
body.dark .mat-checkbox-frame,
body .dark .mat-checkbox-frame {
  border-color: #94a3b8;
}
body.dark .mat-checkbox-checkmark,
body .dark .mat-checkbox-checkmark {
  fill: #0f172a;
}
body.dark .mat-checkbox-checkmark-path,
body .dark .mat-checkbox-checkmark-path {
  stroke: #0f172a !important;
}
body.dark .mat-checkbox-mixedmark,
body .dark .mat-checkbox-mixedmark {
  background-color: #0f172a;
}
body.dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.dark .mat-checkbox-checked.mat-primary .mat-checkbox-background,
body .dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
body .dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--fuse-primary);
}
body.dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.dark .mat-checkbox-checked.mat-accent .mat-checkbox-background,
body .dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body .dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--fuse-accent);
}
body.dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.dark .mat-checkbox-checked.mat-warn .mat-checkbox-background,
body .dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,
body .dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: var(--fuse-warn);
}
body.dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background,
body .dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
body .dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
body.dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame,
body .dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
body.dark .mat-checkbox-disabled .mat-checkbox-label,
body .dark .mat-checkbox-disabled .mat-checkbox-label {
  color: #475569;
}
body.dark .mat-checkbox .mat-ripple-element,
body .dark .mat-checkbox .mat-ripple-element {
  background-color: #FFFFFF;
}
body.dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body .dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body .dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: var(--fuse-primary);
}
body.dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: var(--fuse-accent);
}
body.dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body .dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body .dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: var(--fuse-warn);
}
body.dark .mat-chip.mat-standard-chip,
body .dark .mat-chip.mat-standard-chip {
  background-color: #475569;
  color: white;
}
body.dark .mat-chip.mat-standard-chip .mat-chip-remove,
body .dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active,
body .dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover,
body .dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-disabled,
body .dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.dark .mat-chip.mat-standard-chip::after,
body .dark .mat-chip.mat-standard-chip::after {
  background: #FFFFFF;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: var(--fuse-on-primary);
  opacity: 0.4;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: var(--fuse-on-primary);
  opacity: 0.1;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: var(--fuse-on-warn);
  opacity: 0.4;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: var(--fuse-on-warn);
  opacity: 0.1;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: var(--fuse-on-accent);
  opacity: 0.4;
}
body.dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element,
body .dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: var(--fuse-on-accent);
  opacity: 0.1;
}
body.dark .mat-table,
body .dark .mat-table {
  background: #1e293b;
}
body.dark .mat-table thead, body.dark .mat-table tbody, body.dark .mat-table tfoot,
body.dark mat-header-row, body.dark mat-row, body.dark mat-footer-row,
body.dark [mat-header-row], body.dark [mat-row], body.dark [mat-footer-row],
body.dark .mat-table-sticky,
body .dark .mat-table thead,
body .dark .mat-table tbody,
body .dark .mat-table tfoot,
body .dark mat-header-row,
body .dark mat-row,
body .dark mat-footer-row,
body .dark [mat-header-row],
body .dark [mat-row],
body .dark [mat-footer-row],
body .dark .mat-table-sticky {
  background: inherit;
}
body.dark mat-row, body.dark mat-header-row, body.dark mat-footer-row,
body.dark th.mat-header-cell, body.dark td.mat-cell, body.dark td.mat-footer-cell,
body .dark mat-row,
body .dark mat-header-row,
body .dark mat-footer-row,
body .dark th.mat-header-cell,
body .dark td.mat-cell,
body .dark td.mat-footer-cell {
  border-bottom-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-header-cell,
body .dark .mat-header-cell {
  color: #94a3b8;
}
body.dark .mat-cell, body.dark .mat-footer-cell,
body .dark .mat-cell,
body .dark .mat-footer-cell {
  color: white;
}
body.dark .mat-calendar-arrow,
body .dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
body.dark .mat-datepicker-toggle,
body.dark .mat-datepicker-content .mat-calendar-next-button,
body.dark .mat-datepicker-content .mat-calendar-previous-button,
body .dark .mat-datepicker-toggle,
body .dark .mat-datepicker-content .mat-calendar-next-button,
body .dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
body.dark .mat-calendar-table-header-divider::after,
body .dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
body.dark .mat-calendar-table-header,
body.dark .mat-calendar-body-label,
body .dark .mat-calendar-table-header,
body .dark .mat-calendar-body-label {
  color: #94a3b8;
}
body.dark .mat-calendar-body-cell-content,
body.dark .mat-date-range-input-separator,
body .dark .mat-calendar-body-cell-content,
body .dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
body.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
body.dark .mat-form-field-disabled .mat-date-range-input-separator,
body .dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
body.dark .mat-calendar-body-in-preview,
body .dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
body.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
body.dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(100, 116, 139, 0.8);
}
body.dark .mat-calendar-body-in-range::before,
body .dark .mat-calendar-body-in-range::before {
  background: var(--fuse-primary);
}
body.dark .mat-calendar-body-comparison-identical,
body.dark .mat-calendar-body-in-comparison-range::before,
body .dark .mat-calendar-body-comparison-identical,
body .dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.dark .mat-calendar-body-comparison-bridge-start::before,
body.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
body .dark .mat-calendar-body-comparison-bridge-start::before,
body .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--fuse-primary) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.dark .mat-calendar-body-comparison-bridge-end::before,
body.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
body .dark .mat-calendar-body-comparison-bridge-end::before,
body .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--fuse-primary) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
body .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
body .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.dark .mat-calendar-body-selected,
body .dark .mat-calendar-body-selected {
  background-color: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
body .dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
body.dark .mat-calendar-body-today.mat-calendar-body-selected,
body .dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--fuse-on-primary);
}
body.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--fuse-primary);
}
@media (hover: hover) {
  body.dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--fuse-primary);
  }
}
body.dark .mat-datepicker-content,
body .dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #1e293b;
  color: white;
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: var(--fuse-accent);
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--fuse-accent) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--fuse-accent) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--fuse-on-accent);
}
body.dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--fuse-accent);
}
@media (hover: hover) {
  body.dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--fuse-accent);
  }
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: var(--fuse-warn);
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--fuse-warn) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--fuse-warn) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px var(--fuse-on-warn);
}
body.dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--fuse-warn);
}
@media (hover: hover) {
  body.dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--fuse-warn);
  }
}
body.dark .mat-datepicker-content-touch,
body .dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.dark .mat-datepicker-toggle-active,
body .dark .mat-datepicker-toggle-active {
  color: var(--fuse-primary);
}
body.dark .mat-datepicker-toggle-active.mat-accent,
body .dark .mat-datepicker-toggle-active.mat-accent {
  color: var(--fuse-accent);
}
body.dark .mat-datepicker-toggle-active.mat-warn,
body .dark .mat-datepicker-toggle-active.mat-warn {
  color: var(--fuse-warn);
}
body.dark .mat-date-range-input-inner[disabled],
body .dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
body.dark .mat-dialog-container,
body .dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #1e293b;
  color: white;
}
body.dark .mat-divider,
body .dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-divider-vertical,
body .dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-expansion-panel,
body .dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
body.dark .mat-expansion-panel:not([class*=mat-elevation-z]),
body .dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
body.dark .mat-action-row,
body .dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
body .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
body .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
body .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.05);
}
@media (hover: none) {
  body.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
body .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
body.dark .mat-expansion-panel-header-title,
body .dark .mat-expansion-panel-header-title {
  color: white;
}
body.dark .mat-expansion-panel-header-description,
body.dark .mat-expansion-indicator::after,
body .dark .mat-expansion-panel-header-description,
body .dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
body.dark .mat-expansion-panel-header[aria-disabled=true],
body .dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
body.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
body .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.dark .mat-form-field-label,
body .dark .mat-form-field-label {
  color: rgba(148, 163, 184, 0.7);
}
body.dark .mat-hint,
body .dark .mat-hint {
  color: rgba(148, 163, 184, 0.7);
}
body.dark .mat-form-field.mat-focused .mat-form-field-label,
body .dark .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--fuse-primary);
}
body.dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent,
body .dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: var(--fuse-accent);
}
body.dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn,
body .dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: var(--fuse-warn);
}
body.dark .mat-focused .mat-form-field-required-marker,
body .dark .mat-focused .mat-form-field-required-marker {
  color: var(--fuse-accent);
}
body.dark .mat-form-field-ripple,
body .dark .mat-form-field-ripple {
  background-color: #f1f5f9;
}
body.dark .mat-form-field.mat-focused .mat-form-field-ripple,
body .dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--fuse-primary);
}
body.dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent,
body .dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: var(--fuse-accent);
}
body.dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn,
body .dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: var(--fuse-warn);
}
body.dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after,
body .dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: var(--fuse-primary);
}
body.dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after,
body .dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: var(--fuse-accent);
}
body.dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,
body .dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: var(--fuse-warn);
}
body.dark .mat-form-field.mat-form-field-invalid .mat-form-field-label,
body .dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--fuse-warn);
}
body.dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
body .dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: var(--fuse-warn);
}
body.dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent,
body .dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body .dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: var(--fuse-warn);
}
body.dark .mat-error,
body .dark .mat-error {
  color: var(--fuse-warn);
}
body.dark .mat-form-field-appearance-legacy .mat-form-field-label,
body .dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: #94a3b8;
}
body.dark .mat-form-field-appearance-legacy .mat-hint,
body .dark .mat-form-field-appearance-legacy .mat-hint {
  color: #94a3b8;
}
body.dark .mat-form-field-appearance-legacy .mat-form-field-underline,
body .dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(241, 245, 249, 0.7);
}
body.dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline,
body .dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(241, 245, 249, 0.7) 0%, rgba(241, 245, 249, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.dark .mat-form-field-appearance-standard .mat-form-field-underline,
body .dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(241, 245, 249, 0.7);
}
body.dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline,
body .dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(241, 245, 249, 0.7) 0%, rgba(241, 245, 249, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.dark .mat-form-field-appearance-fill .mat-form-field-flex,
body .dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex,
body .dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark .mat-form-field-appearance-fill .mat-form-field-underline::before,
body .dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(241, 245, 249, 0.5);
}
body.dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label,
body .dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: #475569;
}
body.dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before,
body .dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.dark .mat-form-field-appearance-outline .mat-form-field-outline,
body .dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(241, 245, 249, 0.3);
}
body.dark .mat-form-field-appearance-outline .mat-form-field-outline-thick,
body .dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #f1f5f9;
}
body.dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
body .dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--fuse-primary);
}
body.dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick,
body .dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: var(--fuse-accent);
}
body.dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
body .dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: var(--fuse-warn);
}
body.dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick,
body .dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: var(--fuse-warn);
}
body.dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label,
body .dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: #475569;
}
body.dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline,
body .dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(241, 245, 249, 0.15);
}
body.dark .mat-icon.mat-primary,
body .dark .mat-icon.mat-primary {
  color: var(--fuse-primary);
}
body.dark .mat-icon.mat-accent,
body .dark .mat-icon.mat-accent {
  color: var(--fuse-accent);
}
body.dark .mat-icon.mat-warn,
body .dark .mat-icon.mat-warn {
  color: var(--fuse-warn);
}
body.dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after,
body .dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: #94a3b8;
}
body.dark .mat-input-element:disabled,
body.dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,
body .dark .mat-input-element:disabled,
body .dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: #475569;
}
body.dark .mat-input-element,
body .dark .mat-input-element {
  caret-color: var(--fuse-primary);
}
body.dark .mat-input-element::placeholder,
body .dark .mat-input-element::placeholder {
  color: rgba(148, 163, 184, 0.5);
}
body.dark .mat-input-element::-moz-placeholder,
body .dark .mat-input-element::-moz-placeholder {
  color: rgba(148, 163, 184, 0.5);
}
body.dark .mat-input-element::-webkit-input-placeholder,
body .dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(148, 163, 184, 0.5);
}
body.dark .mat-input-element:-ms-input-placeholder,
body .dark .mat-input-element:-ms-input-placeholder {
  color: rgba(148, 163, 184, 0.5);
}
body.dark .mat-input-element:not(.mat-native-select-inline) option,
body .dark .mat-input-element:not(.mat-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
body.dark .mat-input-element:not(.mat-native-select-inline) option:disabled,
body .dark .mat-input-element:not(.mat-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.dark .mat-form-field.mat-accent .mat-input-element,
body .dark .mat-form-field.mat-accent .mat-input-element {
  caret-color: var(--fuse-accent);
}
body.dark .mat-form-field.mat-warn .mat-input-element,
body.dark .mat-form-field-invalid .mat-input-element,
body .dark .mat-form-field.mat-warn .mat-input-element,
body .dark .mat-form-field-invalid .mat-input-element {
  caret-color: var(--fuse-warn);
}
body.dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after,
body .dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: var(--fuse-warn);
}
body.dark .mat-list-base .mat-list-item,
body .dark .mat-list-base .mat-list-item {
  color: white;
}
body.dark .mat-list-base .mat-list-option,
body .dark .mat-list-base .mat-list-option {
  color: white;
}
body.dark .mat-list-base .mat-subheader,
body .dark .mat-list-base .mat-subheader {
  color: #94a3b8;
}
body.dark .mat-list-base .mat-list-item-disabled,
body .dark .mat-list-base .mat-list-item-disabled {
  background-color: #e2e8f0;
  color: #475569;
}
body.dark .mat-list-option:hover, body.dark .mat-list-option:focus,
body.dark .mat-nav-list .mat-list-item:hover,
body.dark .mat-nav-list .mat-list-item:focus,
body.dark .mat-action-list .mat-list-item:hover,
body.dark .mat-action-list .mat-list-item:focus,
body .dark .mat-list-option:hover,
body .dark .mat-list-option:focus,
body .dark .mat-nav-list .mat-list-item:hover,
body .dark .mat-nav-list .mat-list-item:focus,
body .dark .mat-action-list .mat-list-item:hover,
body .dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.05);
}
body.dark .mat-list-single-selected-option, body.dark .mat-list-single-selected-option:hover, body.dark .mat-list-single-selected-option:focus,
body .dark .mat-list-single-selected-option,
body .dark .mat-list-single-selected-option:hover,
body .dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
body.dark .mat-menu-panel,
body .dark .mat-menu-panel {
  background: #1e293b;
}
body.dark .mat-menu-panel:not([class*=mat-elevation-z]),
body .dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-menu-item,
body .dark .mat-menu-item {
  background: transparent;
  color: white;
}
body.dark .mat-menu-item[disabled],
body.dark .mat-menu-item[disabled] .mat-menu-submenu-icon,
body.dark .mat-menu-item[disabled] .mat-icon-no-color,
body .dark .mat-menu-item[disabled],
body .dark .mat-menu-item[disabled] .mat-menu-submenu-icon,
body .dark .mat-menu-item[disabled] .mat-icon-no-color {
  color: #475569;
}
body.dark .mat-menu-item .mat-icon-no-color,
body.dark .mat-menu-submenu-icon,
body .dark .mat-menu-item .mat-icon-no-color,
body .dark .mat-menu-submenu-icon {
  color: #f1f5f9;
}
body.dark .mat-menu-item:hover:not([disabled]),
body.dark .mat-menu-item.cdk-program-focused:not([disabled]),
body.dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.dark .mat-menu-item-highlighted:not([disabled]),
body .dark .mat-menu-item:hover:not([disabled]),
body .dark .mat-menu-item.cdk-program-focused:not([disabled]),
body .dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body .dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.05);
}
body.dark .mat-paginator,
body .dark .mat-paginator {
  background: #1e293b;
}
body.dark .mat-paginator,
body.dark .mat-paginator-page-size .mat-select-trigger,
body .dark .mat-paginator,
body .dark .mat-paginator-page-size .mat-select-trigger {
  color: #94a3b8;
}
body.dark .mat-paginator-decrement,
body.dark .mat-paginator-increment,
body .dark .mat-paginator-decrement,
body .dark .mat-paginator-increment {
  border-top: 2px solid #f1f5f9;
  border-right: 2px solid #f1f5f9;
}
body.dark .mat-paginator-first,
body.dark .mat-paginator-last,
body .dark .mat-paginator-first,
body .dark .mat-paginator-last {
  border-top: 2px solid #f1f5f9;
}
body.dark .mat-icon-button[disabled] .mat-paginator-decrement,
body.dark .mat-icon-button[disabled] .mat-paginator-increment,
body.dark .mat-icon-button[disabled] .mat-paginator-first,
body.dark .mat-icon-button[disabled] .mat-paginator-last,
body .dark .mat-icon-button[disabled] .mat-paginator-decrement,
body .dark .mat-icon-button[disabled] .mat-paginator-increment,
body .dark .mat-icon-button[disabled] .mat-paginator-first,
body .dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: #475569;
}
body.dark .mat-progress-bar-background,
body .dark .mat-progress-bar-background {
  fill: var(--fuse-primary-100);
}
body.dark .mat-progress-bar-buffer,
body .dark .mat-progress-bar-buffer {
  background-color: var(--fuse-primary-100);
}
body.dark .mat-progress-bar-fill::after,
body .dark .mat-progress-bar-fill::after {
  background-color: var(--fuse-primary);
}
body.dark .mat-progress-bar.mat-accent .mat-progress-bar-background,
body .dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: var(--fuse-accent-100);
}
body.dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer,
body .dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: var(--fuse-accent-100);
}
body.dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after,
body .dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: var(--fuse-accent);
}
body.dark .mat-progress-bar.mat-warn .mat-progress-bar-background,
body .dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: var(--fuse-warn-100);
}
body.dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer,
body .dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: var(--fuse-warn-100);
}
body.dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after,
body .dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: var(--fuse-warn);
}
body.dark .mat-progress-spinner circle, body.dark .mat-spinner circle,
body .dark .mat-progress-spinner circle,
body .dark .mat-spinner circle {
  stroke: var(--fuse-primary);
}
body.dark .mat-progress-spinner.mat-accent circle, body.dark .mat-spinner.mat-accent circle,
body .dark .mat-progress-spinner.mat-accent circle,
body .dark .mat-spinner.mat-accent circle {
  stroke: var(--fuse-accent);
}
body.dark .mat-progress-spinner.mat-warn circle, body.dark .mat-spinner.mat-warn circle,
body .dark .mat-progress-spinner.mat-warn circle,
body .dark .mat-spinner.mat-warn circle {
  stroke: var(--fuse-warn);
}
body.dark .mat-radio-outer-circle,
body .dark .mat-radio-outer-circle {
  border-color: #94a3b8;
}
body.dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle,
body .dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--fuse-primary);
}
body.dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple,
body .dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
body .dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body .dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
body .dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: var(--fuse-primary);
}
body.dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
body .dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--fuse-accent);
}
body.dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple,
body .dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
body .dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body .dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
body .dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: var(--fuse-accent);
}
body.dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle,
body .dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--fuse-warn);
}
body.dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple,
body .dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
body .dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body .dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
body .dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: var(--fuse-warn);
}
body.dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
body .dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body .dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #475569;
}
body.dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
body .dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body .dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #475569;
}
body.dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content,
body .dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #475569;
}
body.dark .mat-radio-button .mat-ripple-element,
body .dark .mat-radio-button .mat-ripple-element {
  background-color: #FFFFFF;
}
body.dark .mat-select-value,
body .dark .mat-select-value {
  color: white;
}
body.dark .mat-select-placeholder,
body .dark .mat-select-placeholder {
  color: rgba(148, 163, 184, 0.5);
}
body.dark .mat-select-disabled .mat-select-value,
body .dark .mat-select-disabled .mat-select-value {
  color: #475569;
}
body.dark .mat-select-arrow,
body .dark .mat-select-arrow {
  color: #94a3b8;
}
body.dark .mat-select-panel,
body .dark .mat-select-panel {
  background: #1e293b;
}
body.dark .mat-select-panel:not([class*=mat-elevation-z]),
body .dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),
body .dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
body.dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow,
body .dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--fuse-primary);
}
body.dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow,
body .dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: var(--fuse-accent);
}
body.dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow,
body .dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: var(--fuse-warn);
}
body.dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,
body .dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: var(--fuse-warn);
}
body.dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow,
body .dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: #475569;
}
body.dark .mat-drawer-container,
body .dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
body.dark .mat-drawer,
body .dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
body.dark .mat-drawer.mat-drawer-push,
body .dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
body.dark .mat-drawer:not(.mat-drawer-side),
body .dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.dark .mat-drawer-side,
body .dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
body.dark .mat-drawer-side.mat-drawer-end,
body .dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
body.dark [dir=rtl] .mat-drawer-side,
body .dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
body.dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
body .dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
body.dark .mat-drawer-backdrop.mat-drawer-shown,
body .dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
body.dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body .dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--fuse-accent);
}
body.dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar,
body .dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: var(--fuse-accent);
}
body.dark .mat-slide-toggle.mat-checked .mat-ripple-element,
body .dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: var(--fuse-accent);
}
body.dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb,
body .dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--fuse-primary);
}
body.dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar,
body .dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: var(--fuse-primary);
}
body.dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element,
body .dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: var(--fuse-primary);
}
body.dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb,
body .dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--fuse-warn);
}
body.dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar,
body .dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: var(--fuse-warn);
}
body.dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element,
body .dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: var(--fuse-warn);
}
body.dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element,
body .dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
body.dark .mat-slide-toggle-thumb,
body .dark .mat-slide-toggle-thumb {
  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);
  background-color: #bdbdbd;
}
body.dark .mat-slide-toggle-bar,
body .dark .mat-slide-toggle-bar {
  background-color: #475569;
}
body.dark .mat-slider-track-background,
body .dark .mat-slider-track-background {
  background-color: #64748b;
}
body.dark .mat-slider.mat-primary .mat-slider-track-fill,
body.dark .mat-slider.mat-primary .mat-slider-thumb,
body.dark .mat-slider.mat-primary .mat-slider-thumb-label,
body .dark .mat-slider.mat-primary .mat-slider-track-fill,
body .dark .mat-slider.mat-primary .mat-slider-thumb,
body .dark .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: var(--fuse-primary);
}
body.dark .mat-slider.mat-primary .mat-slider-thumb-label-text,
body .dark .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: var(--fuse-on-primary);
}
body.dark .mat-slider.mat-primary .mat-slider-focus-ring,
body .dark .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: var(--fuse-primary);
  opacity: 0.2;
}
body.dark .mat-slider.mat-accent .mat-slider-track-fill,
body.dark .mat-slider.mat-accent .mat-slider-thumb,
body.dark .mat-slider.mat-accent .mat-slider-thumb-label,
body .dark .mat-slider.mat-accent .mat-slider-track-fill,
body .dark .mat-slider.mat-accent .mat-slider-thumb,
body .dark .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: var(--fuse-accent);
}
body.dark .mat-slider.mat-accent .mat-slider-thumb-label-text,
body .dark .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: var(--fuse-on-accent);
}
body.dark .mat-slider.mat-accent .mat-slider-focus-ring,
body .dark .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: var(--fuse-accent);
  opacity: 0.2;
}
body.dark .mat-slider.mat-warn .mat-slider-track-fill,
body.dark .mat-slider.mat-warn .mat-slider-thumb,
body.dark .mat-slider.mat-warn .mat-slider-thumb-label,
body .dark .mat-slider.mat-warn .mat-slider-track-fill,
body .dark .mat-slider.mat-warn .mat-slider-thumb,
body .dark .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: var(--fuse-warn);
}
body.dark .mat-slider.mat-warn .mat-slider-thumb-label-text,
body .dark .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: var(--fuse-on-warn);
}
body.dark .mat-slider.mat-warn .mat-slider-focus-ring,
body .dark .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: var(--fuse-warn);
  opacity: 0.2;
}
body.dark .mat-slider:hover .mat-slider-track-background,
body.dark .mat-slider.cdk-focused .mat-slider-track-background,
body .dark .mat-slider:hover .mat-slider-track-background,
body .dark .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: #94a3b8;
}
body.dark .mat-slider.mat-slider-disabled .mat-slider-track-background,
body.dark .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body.dark .mat-slider.mat-slider-disabled .mat-slider-thumb,
body .dark .mat-slider.mat-slider-disabled .mat-slider-track-background,
body .dark .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body .dark .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: #64748b;
}
body.dark .mat-slider.mat-slider-disabled:hover .mat-slider-track-background,
body .dark .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: #64748b;
}
body.dark .mat-slider.mat-slider-min-value .mat-slider-focus-ring,
body .dark .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label,
body .dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
body.dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label,
body .dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: #64748b;
}
body.dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: #64748b;
  background-color: transparent;
}
body.dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: #94a3b8;
}
body.dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,
body .dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: #64748b;
}
body.dark .mat-slider-has-ticks .mat-slider-wrapper::after,
body .dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
body.dark .mat-slider-horizontal .mat-slider-ticks,
body .dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
body.dark .mat-slider-vertical .mat-slider-ticks,
body .dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
body.dark .mat-step-header.cdk-keyboard-focused, body.dark .mat-step-header.cdk-program-focused, body.dark .mat-step-header:hover:not([aria-disabled]), body.dark .mat-step-header:hover[aria-disabled=false],
body .dark .mat-step-header.cdk-keyboard-focused,
body .dark .mat-step-header.cdk-program-focused,
body .dark .mat-step-header:hover:not([aria-disabled]),
body .dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark .mat-step-header:hover[aria-disabled=true],
body .dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.dark .mat-step-header:hover,
body .dark .mat-step-header:hover {
    background: none;
  }
}
body.dark .mat-step-header .mat-step-label,
body.dark .mat-step-header .mat-step-optional,
body .dark .mat-step-header .mat-step-label,
body .dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
body.dark .mat-step-header .mat-step-icon,
body .dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: var(--fuse-on-primary);
}
body.dark .mat-step-header .mat-step-icon-selected,
body.dark .mat-step-header .mat-step-icon-state-done,
body.dark .mat-step-header .mat-step-icon-state-edit,
body .dark .mat-step-header .mat-step-icon-selected,
body .dark .mat-step-header .mat-step-icon-state-done,
body .dark .mat-step-header .mat-step-icon-state-edit {
  background-color: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.dark .mat-step-header.mat-accent .mat-step-icon,
body .dark .mat-step-header.mat-accent .mat-step-icon {
  color: var(--fuse-on-accent);
}
body.dark .mat-step-header.mat-accent .mat-step-icon-selected,
body.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
body.dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
body .dark .mat-step-header.mat-accent .mat-step-icon-selected,
body .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
body .dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.dark .mat-step-header.mat-warn .mat-step-icon,
body .dark .mat-step-header.mat-warn .mat-step-icon {
  color: var(--fuse-on-warn);
}
body.dark .mat-step-header.mat-warn .mat-step-icon-selected,
body.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
body.dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
body .dark .mat-step-header.mat-warn .mat-step-icon-selected,
body .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
body .dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.dark .mat-step-header .mat-step-icon-state-error,
body .dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: var(--fuse-warn);
}
body.dark .mat-step-header .mat-step-label.mat-step-label-active,
body .dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
body.dark .mat-step-header .mat-step-label.mat-step-label-error,
body .dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: var(--fuse-warn);
}
body.dark .mat-stepper-horizontal, body.dark .mat-stepper-vertical,
body .dark .mat-stepper-horizontal,
body .dark .mat-stepper-vertical {
  background-color: #1e293b;
}
body.dark .mat-stepper-vertical-line::before,
body .dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-horizontal-stepper-header::before,
body.dark .mat-horizontal-stepper-header::after,
body.dark .mat-stepper-horizontal-line,
body .dark .mat-horizontal-stepper-header::before,
body .dark .mat-horizontal-stepper-header::after,
body .dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
body.dark .mat-sort-header-arrow,
body .dark .mat-sort-header-arrow {
  color: #94a3b8;
}
body.dark .mat-tab-nav-bar,
body.dark .mat-tab-header,
body .dark .mat-tab-nav-bar,
body .dark .mat-tab-header {
  border-bottom: 1px solid rgba(241, 245, 249, 0.12);
}
body.dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.dark .mat-tab-group-inverted-header .mat-tab-header,
body .dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
body .dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(241, 245, 249, 0.12);
  border-bottom: none;
}
body.dark .mat-tab-label, body.dark .mat-tab-link,
body .dark .mat-tab-label,
body .dark .mat-tab-link {
  color: white;
}
body.dark .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-link.mat-tab-disabled {
  color: #475569;
}
body.dark .mat-tab-header-pagination-chevron,
body .dark .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #475569;
}
body.dark .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body.dark .mat-tab-nav-bar[class*=mat-background-],
body .dark .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body .dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-primary-100);
}
body.dark .mat-tab-group.mat-primary .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-primary .mat-ink-bar,
body .dark .mat-tab-group.mat-primary .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--fuse-primary);
}
body.dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar,
body .dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar,
body .dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--fuse-on-primary);
}
body.dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-accent-100);
}
body.dark .mat-tab-group.mat-accent .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-accent .mat-ink-bar,
body .dark .mat-tab-group.mat-accent .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: var(--fuse-accent);
}
body.dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar,
body .dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
body .dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--fuse-on-accent);
}
body.dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-warn-100);
}
body.dark .mat-tab-group.mat-warn .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-warn .mat-ink-bar,
body .dark .mat-tab-group.mat-warn .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: var(--fuse-warn);
}
body.dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar,
body .dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
body .dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
body .dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: var(--fuse-on-warn);
}
body.dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-primary-100);
}
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header, body.dark .mat-tab-group.mat-background-primary > .mat-tab-link-container, body.dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-link-container,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: var(--fuse-primary);
}
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body.dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: var(--fuse-on-primary);
}
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--fuse-on-primary);
}
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--fuse-on-primary);
}
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--fuse-on-primary);
  opacity: 0.4;
}
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body .dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: var(--fuse-on-primary);
  opacity: 0.12;
}
body.dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-accent-100);
}
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header, body.dark .mat-tab-group.mat-background-accent > .mat-tab-link-container, body.dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-link-container,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: var(--fuse-accent);
}
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body.dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: var(--fuse-on-accent);
}
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--fuse-on-accent);
}
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--fuse-on-accent);
}
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--fuse-on-accent);
  opacity: 0.4;
}
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body .dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: var(--fuse-on-accent);
  opacity: 0.12;
}
body.dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--fuse-warn-100);
}
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header, body.dark .mat-tab-group.mat-background-warn > .mat-tab-link-container, body.dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-link-container,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: var(--fuse-warn);
}
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body.dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: var(--fuse-on-warn);
}
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: var(--fuse-on-warn);
}
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: var(--fuse-on-warn);
}
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: var(--fuse-on-warn);
  opacity: 0.4;
}
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body .dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body .dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: var(--fuse-on-warn);
  opacity: 0.12;
}
body.dark .mat-toolbar,
body .dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
body.dark .mat-toolbar.mat-primary,
body .dark .mat-toolbar.mat-primary {
  background: var(--fuse-primary);
  color: var(--fuse-on-primary);
}
body.dark .mat-toolbar.mat-accent,
body .dark .mat-toolbar.mat-accent {
  background: var(--fuse-accent);
  color: var(--fuse-on-accent);
}
body.dark .mat-toolbar.mat-warn,
body .dark .mat-toolbar.mat-warn {
  background: var(--fuse-warn);
  color: var(--fuse-on-warn);
}
body.dark .mat-toolbar .mat-form-field-underline,
body.dark .mat-toolbar .mat-form-field-ripple,
body.dark .mat-toolbar .mat-focused .mat-form-field-ripple,
body .dark .mat-toolbar .mat-form-field-underline,
body .dark .mat-toolbar .mat-form-field-ripple,
body .dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.dark .mat-toolbar .mat-form-field-label,
body.dark .mat-toolbar .mat-focused .mat-form-field-label,
body.dark .mat-toolbar .mat-select-value,
body.dark .mat-toolbar .mat-select-arrow,
body.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
body .dark .mat-toolbar .mat-form-field-label,
body .dark .mat-toolbar .mat-focused .mat-form-field-label,
body .dark .mat-toolbar .mat-select-value,
body .dark .mat-toolbar .mat-select-arrow,
body .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.dark .mat-toolbar .mat-input-element,
body .dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.dark .mat-tooltip,
body .dark .mat-tooltip {
  background: rgba(100, 116, 139, 0.9);
}
body.dark .mat-tree,
body .dark .mat-tree {
  background: #1e293b;
}
body.dark .mat-tree-node,
body.dark .mat-nested-tree-node,
body .dark .mat-tree-node,
body .dark .mat-nested-tree-node {
  color: white;
}
body.dark .mat-snack-bar-container,
body .dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.dark .mat-simple-snackbar-action,
body .dark .mat-simple-snackbar-action {
  color: inherit;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/vendors.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Import third party library styles here.
/* ----------------------------------------------------------------------------------------------------- */
/* Perfect scrollbar */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/@fuse/styles/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 1. Components */
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Example viewer
/* ----------------------------------------------------------------------------------------------------- */
.example-viewer {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  border-radius: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.example-viewer .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  min-height: 88px;
  max-height: 88px;
  padding: 0 40px;
}
.example-viewer .title h6 {
  font-weight: 700;
}
.example-viewer .title .controls {
  display: flex;
  align-items: center;
}
.example-viewer .title .controls > * + * {
  margin-left: 8px;
}
.example-viewer mat-tab-group .mat-tab-body-content .fuse-highlight pre {
  margin: 0;
  border-radius: 0;
}
input,
textarea {
  background: transparent;
  /* Placeholder color */
}
input::placeholder, 
textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::placeholder,  .mat-toolbar.mat-primary 
textarea::placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::placeholder,  .mat-toolbar.mat-accent 
textarea::placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::placeholder,  .mat-toolbar.mat-warn 
textarea::placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
input::-moz-placeholder, 
textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::-moz-placeholder,  .mat-toolbar.mat-primary 
textarea::-moz-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::-moz-placeholder,  .mat-toolbar.mat-accent 
textarea::-moz-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::-moz-placeholder,  .mat-toolbar.mat-warn 
textarea::-moz-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::-webkit-input-placeholder,  .mat-toolbar.mat-primary 
textarea::-webkit-input-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::-webkit-input-placeholder,  .mat-toolbar.mat-accent 
textarea::-webkit-input-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::-webkit-input-placeholder,  .mat-toolbar.mat-warn 
textarea::-webkit-input-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input:-ms-input-placeholder,  .mat-toolbar.mat-primary 
textarea:-ms-input-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input:-ms-input-placeholder,  .mat-toolbar.mat-accent 
textarea:-ms-input-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input:-ms-input-placeholder,  .mat-toolbar.mat-warn 
textarea:-ms-input-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input:-webkit-autofill:active,
textarea:-webkit-autofill:active {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
/* 2. Overrides */
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Angular Material CDK helpers & overrides
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Overlay
/* ----------------------------------------------------------------------------------------------------- */
.fuse-backdrop-on-mobile{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.6 !important;
}
@media (min-width: 600px){
  .fuse-backdrop-on-mobile{
    background-color: transparent !important;
  }
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Angular Material helpers & overrides
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Accordion
/* ----------------------------------------------------------------------------------------------------- */
.mat-accordion .mat-expansion-panel {
  margin-bottom: 24px;
  border-radius: 8px !important;
  transition: box-shadow 225ms cubic-bezier(0.4, 0, 0.2, 1);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}
.mat-accordion .mat-expansion-panel:last-child {
  margin-bottom: 0;
}
.mat-accordion .mat-expansion-panel.mat-expanded,  .mat-accordion .mat-expansion-panel:hover{
  --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;
}
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background: transparent !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  font-size: 14px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  margin-right: 28px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  /* Do not override the border color of the expansion panel indicator */
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
  border-color: currentColor !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  line-height: 1.7;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-accordion .mat-expansion-panel .mat-expansion-panel-body{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-accordion .mat-expansion-panel .mat-expansion-panel-body{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-accordion .mat-expansion-panel .mat-expansion-panel-body{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Buttons
/* ----------------------------------------------------------------------------------------------------- */
.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  line-height: 1 !important;
  /* Large button */
  /* Lower the icon opacity on disabled buttons */
}
.mat-button .mat-button-wrapper,
.mat-fab .mat-button-wrapper,
.mat-flat-button .mat-button-wrapper,
.mat-icon-button .mat-button-wrapper,
.mat-mini-fab .mat-button-wrapper,
.mat-raised-button .mat-button-wrapper,
.mat-stroked-button .mat-button-wrapper {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2; /* Move mat-button-wrapper above the ripple and focus overlay */
}
.mat-button .mat-button-focus-overlay,
.mat-button .mat-button-ripple,
.mat-fab .mat-button-focus-overlay,
.mat-fab .mat-button-ripple,
.mat-flat-button .mat-button-focus-overlay,
.mat-flat-button .mat-button-ripple,
.mat-icon-button .mat-button-focus-overlay,
.mat-icon-button .mat-button-ripple,
.mat-mini-fab .mat-button-focus-overlay,
.mat-mini-fab .mat-button-ripple,
.mat-raised-button .mat-button-focus-overlay,
.mat-raised-button .mat-button-ripple,
.mat-stroked-button .mat-button-focus-overlay,
.mat-stroked-button .mat-button-ripple {
  z-index: 1;
}
.mat-button.fuse-mat-button-large,
.mat-fab.fuse-mat-button-large,
.mat-flat-button.fuse-mat-button-large,
.mat-icon-button.fuse-mat-button-large,
.mat-mini-fab.fuse-mat-button-large,
.mat-raised-button.fuse-mat-button-large,
.mat-stroked-button.fuse-mat-button-large {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
.mat-button.mat-button-disabled .mat-icon,
.mat-fab.mat-button-disabled .mat-icon,
.mat-flat-button.mat-button-disabled .mat-icon,
.mat-icon-button.mat-button-disabled .mat-icon,
.mat-mini-fab.mat-button-disabled .mat-icon,
.mat-raised-button.mat-button-disabled .mat-icon,
.mat-stroked-button.mat-button-disabled .mat-icon {
  opacity: 0.38 !important;
}
.mat-fab {
  max-height: 56px;
}
/* Rounded design */
.mat-button,
.mat-flat-button,
.mat-raised-button,
.mat-stroked-button {
  padding: 0 20px !important;
  border-radius: 9999px !important;
}
/* Target all buttons */
.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-fab,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  /* mat-progress-spinner inside buttons */
}
.mat-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-fab .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-flat-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-icon-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-fab .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-mini-fab .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-raised-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle,
.mat-stroked-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle {
  stroke: currentColor !important;
  animation-duration: 6000ms;
}
/* Colored background buttons */
.mat-flat-button,
.mat-raised-button,
.mat-fab,
.mat-mini-fab {
  /* Add hover and focus style on all buttons */
  /* On palette colored buttons, use a darker color */
}
.mat-flat-button .mat-icon,
.mat-raised-button .mat-icon,
.mat-fab .mat-icon,
.mat-mini-fab .mat-icon {
  color: currentColor !important;
}
.mat-flat-button .mat-button-focus-overlay, 
.mat-raised-button .mat-button-focus-overlay, 
.mat-fab .mat-button-focus-overlay, 
.mat-mini-fab .mat-button-focus-overlay{
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.2 !important;
}
.dark .mat-flat-button .mat-button-focus-overlay, .dark 
.mat-raised-button .mat-button-focus-overlay, .dark 
.mat-fab .mat-button-focus-overlay, .dark 
.mat-mini-fab .mat-button-focus-overlay{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.05 !important;
}
.mat-flat-button.mat-primary .mat-button-focus-overlay, .mat-flat-button.mat-accent .mat-button-focus-overlay, .mat-flat-button.mat-warn .mat-button-focus-overlay,
.mat-raised-button.mat-primary .mat-button-focus-overlay,
.mat-raised-button.mat-accent .mat-button-focus-overlay,
.mat-raised-button.mat-warn .mat-button-focus-overlay,
.mat-fab.mat-primary .mat-button-focus-overlay,
.mat-fab.mat-accent .mat-button-focus-overlay,
.mat-fab.mat-warn .mat-button-focus-overlay,
.mat-mini-fab.mat-primary .mat-button-focus-overlay,
.mat-mini-fab.mat-accent .mat-button-focus-overlay,
.mat-mini-fab.mat-warn .mat-button-focus-overlay {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.mat-flat-button:hover .mat-button-focus-overlay, .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-flat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-raised-button:hover .mat-button-focus-overlay,
.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-raised-button.cdk-program-focused .mat-button-focus-overlay,
.mat-fab:hover .mat-button-focus-overlay,
.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-fab.cdk-program-focused .mat-button-focus-overlay,
.mat-mini-fab:hover .mat-button-focus-overlay,
.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
  opacity: 1 !important;
}
@media (hover: none) {
  .mat-flat-button:hover .mat-button-focus-overlay,
.mat-raised-button:hover .mat-button-focus-overlay,
.mat-fab:hover .mat-button-focus-overlay,
.mat-mini-fab:hover .mat-button-focus-overlay {
    opacity: 0 !important;
  }
}
.mat-flat-button.mat-button-disabled .mat-button-focus-overlay,
.mat-raised-button.mat-button-disabled .mat-button-focus-overlay,
.mat-fab.mat-button-disabled .mat-button-focus-overlay,
.mat-mini-fab.mat-button-disabled .mat-button-focus-overlay {
  opacity: 0 !important;
}
/* Transparent background buttons */
.mat-button,
.mat-icon-button,
.mat-stroked-button {
  /* Apply primary color */
  /* Apply accent color */
  /* Apply warn color */
  /* Add hover and focus styles */
  /* On primary colored buttons, use the primary color as focus overlay */
  /* On accent colored buttons, use the accent color as focus overlay */
  /* On warn colored buttons, use the warn color as focus overlay */
}
.mat-button.mat-primary:not(.mat-button-disabled) .mat-icon, 
.mat-icon-button.mat-primary:not(.mat-button-disabled) .mat-icon, 
.mat-stroked-button.mat-primary:not(.mat-button-disabled) .mat-icon{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.mat-button.mat-accent:not(.mat-button-disabled) .mat-icon, 
.mat-icon-button.mat-accent:not(.mat-button-disabled) .mat-icon, 
.mat-stroked-button.mat-accent:not(.mat-button-disabled) .mat-icon{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-rgb), var(--tw-text-opacity)) !important;
}
.mat-button.mat-warn:not(.mat-button-disabled) .mat-icon, 
.mat-icon-button.mat-warn:not(.mat-button-disabled) .mat-icon, 
.mat-stroked-button.mat-warn:not(.mat-button-disabled) .mat-icon{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-button .mat-button-focus-overlay, 
.mat-icon-button .mat-button-focus-overlay, 
.mat-stroked-button .mat-button-focus-overlay{
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.2 !important;
}
.dark .mat-button .mat-button-focus-overlay, .dark 
.mat-icon-button .mat-button-focus-overlay, .dark 
.mat-stroked-button .mat-button-focus-overlay{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.05 !important;
}
.mat-button.mat-primary:not(.mat-button-disabled) .mat-button-focus-overlay, 
.mat-icon-button.mat-primary:not(.mat-button-disabled) .mat-button-focus-overlay, 
.mat-stroked-button.mat-primary:not(.mat-button-disabled) .mat-button-focus-overlay{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-rgb), var(--tw-bg-opacity)) !important;
}
.mat-button.mat-accent:not(.mat-button-disabled) .mat-button-focus-overlay, 
.mat-icon-button.mat-accent:not(.mat-button-disabled) .mat-button-focus-overlay, 
.mat-stroked-button.mat-accent:not(.mat-button-disabled) .mat-button-focus-overlay{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-rgb), var(--tw-bg-opacity)) !important;
}
.mat-button.mat-warn:not(.mat-button-disabled) .mat-button-focus-overlay, 
.mat-icon-button.mat-warn:not(.mat-button-disabled) .mat-button-focus-overlay, 
.mat-stroked-button.mat-warn:not(.mat-button-disabled) .mat-button-focus-overlay{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-rgb), var(--tw-bg-opacity)) !important;
}
.mat-button.mat-primary:not(.mat-button-disabled):hover .mat-button-focus-overlay, .mat-button.mat-primary:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.mat-primary:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay, .mat-button.mat-accent:not(.mat-button-disabled):hover .mat-button-focus-overlay, .mat-button.mat-accent:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.mat-accent:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay, .mat-button.mat-warn:not(.mat-button-disabled):hover .mat-button-focus-overlay, .mat-button.mat-warn:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.mat-warn:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.mat-primary:not(.mat-button-disabled):hover .mat-button-focus-overlay,
.mat-icon-button.mat-primary:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.mat-primary:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.mat-accent:not(.mat-button-disabled):hover .mat-button-focus-overlay,
.mat-icon-button.mat-accent:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.mat-accent:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.mat-warn:not(.mat-button-disabled):hover .mat-button-focus-overlay,
.mat-icon-button.mat-warn:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.mat-warn:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.mat-primary:not(.mat-button-disabled):hover .mat-button-focus-overlay,
.mat-stroked-button.mat-primary:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.mat-primary:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.mat-accent:not(.mat-button-disabled):hover .mat-button-focus-overlay,
.mat-stroked-button.mat-accent:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.mat-accent:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.mat-warn:not(.mat-button-disabled):hover .mat-button-focus-overlay,
.mat-stroked-button.mat-warn:not(.mat-button-disabled).cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.mat-warn:not(.mat-button-disabled).cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.1 !important;
}
.mat-button:hover .mat-button-focus-overlay, .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button:hover .mat-button-focus-overlay,
.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button:hover .mat-button-focus-overlay,
.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 1 !important;
}
@media (hover: none) {
  .mat-button:hover .mat-button-focus-overlay,
.mat-icon-button:hover .mat-button-focus-overlay,
.mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: 0 !important;
  }
}
.mat-button.mat-button-disabled .mat-button-focus-overlay,
.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  opacity: 0 !important;
}
/* Stroked buttons */
.mat-stroked-button {
  /* Border color */
}
.mat-stroked-button:not(.mat-button-disabled){
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.dark .mat-stroked-button:not(.mat-button-disabled){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.mat-stroked-button.mat-button-disabled{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.dark .mat-stroked-button.mat-button-disabled{
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Button Toggle
/* ----------------------------------------------------------------------------------------------------- */
.mat-button-toggle-group {
  border: none !important;
}
.mat-button-toggle-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  background-clip: padding-box;
}
.mat-button-toggle-group .mat-button-toggle {
  border-radius: 9999px;
  overflow: hidden;
  border: none !important;
  font-weight: 500;
}
.mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-label-content{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0 20px;
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-button-toggle-group .mat-button-toggle .mat-ripple {
  border-radius: 9999px;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Checkbox
/* ----------------------------------------------------------------------------------------------------- */
.mat-checkbox {
  display: inline-flex;
  /* Allow multiline text */
}
.mat-checkbox .mat-checkbox-layout {
  white-space: normal;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  display: inline-flex;
  align-items: center;
  margin: 0 8px 0 0;
  /* Add a zero-width space character to trick the container */
  /* into being the same height as a single line of the label */
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container:after {
  content: "​";
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  line-height: inherit;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Chip
/* ----------------------------------------------------------------------------------------------------- */
.mat-chip {
  font-weight: 500 !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Dialog
/* ----------------------------------------------------------------------------------------------------- */
.mat-dialog-container {
  border-radius: 16px !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Drawer
/* ----------------------------------------------------------------------------------------------------- */
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Form fields
/* ----------------------------------------------------------------------------------------------------- */
/* Fuse only uses 'fill' style form fields and therefore */
/* only provides fixes and tweaks for that style */
.mat-form-field.mat-form-field-appearance-fill {
  /* Disabled */
  /* Invalid */
  /* Focused */
  /* Focused and valid fields */
  /* Disable floating mat-label */
  /* Remove the default arrow for native select */
  /* Adjustments for mat-label */
  /* Default style tweaks and enhancements */
  /* Adds better alignment for textarea inputs */
  /* Removes subscript space */
  /* Rounded */
  /* Dense */
  /* Emphasized affix */
  /* Bolder border width */
}
.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper {
  /* Border color */
}
.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper {
  /* Background color */
}
.mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.dark .mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper {
  /* Border color */
}
.mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.dark .mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill.mat-form-field-has-label.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label-wrapper .mat-form-field-label {
  width: 100% !important;
  transform: none !important;
}
.mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
  top: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2364748B' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right -7px center;
  background-size: 24px;
}
.dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2397a6ba' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
}
.mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  display: none;
}
.mat-form-field.mat-form-field-appearance-fill.mat-form-field-has-label .mat-form-field-wrapper {
  margin-top: 24px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper {
  margin-bottom: 16px;
  padding-bottom: 0;
  /* Remove the underline */
  /* Subscript tweaks */
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 41px;
  border-radius: 6px;
  padding: 0 7px;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --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;
}
.dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex{
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.05 !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon {
  margin-right: 12px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
  margin: 0 4px 0 -10px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-select {
  margin-right: 10px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-datepicker-toggle {
  margin-left: -8px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > *:not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
  margin-right: 12px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon {
  margin-left: 12px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
  margin: 0 -10px 0 4px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-select {
  margin-left: 10px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-datepicker-toggle {
  margin-right: -8px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix,  .mat-toolbar.mat-primary 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix,  .mat-toolbar.mat-accent 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix,  .mat-toolbar.mat-warn 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  /* Remove the margins from the mat-icon if it's inside a button */
  /* Force the icon size to 24 */
  /* Datepicker default icon size */
  /* Make mat-select usable as prefix and suffix */
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button:not(.mat-button-disabled), 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button:not(.mat-button-disabled), 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon,  .mat-toolbar.mat-primary 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button:not(.mat-button-disabled),  .mat-toolbar.mat-primary 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value,  .mat-toolbar.mat-primary 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon,  .mat-toolbar.mat-primary 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button:not(.mat-button-disabled),  .mat-toolbar.mat-primary 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon,  .mat-toolbar.mat-accent 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button:not(.mat-button-disabled),  .mat-toolbar.mat-accent 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value,  .mat-toolbar.mat-accent 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon,  .mat-toolbar.mat-accent 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button:not(.mat-button-disabled),  .mat-toolbar.mat-accent 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon,  .mat-toolbar.mat-warn 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button:not(.mat-button-disabled),  .mat-toolbar.mat-warn 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value,  .mat-toolbar.mat-warn 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon,  .mat-toolbar.mat-warn 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button:not(.mat-button-disabled),  .mat-toolbar.mat-warn 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-raised-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-stroked-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-flat-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-fab .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-mini-fab .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-raised-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-stroked-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-flat-button .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-fab .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-mini-fab .mat-icon {
  margin: 0 !important;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-raised-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-stroked-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-flat-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-fab .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-mini-fab .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-raised-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-stroked-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-flat-button .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-fab .mat-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-mini-fab .mat-icon svg{
  width: 1.5rem;
  height: 1.5rem;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-datepicker-toggle-default-icon, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle-default-icon{
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-datepicker-toggle-default-icon svg, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle-default-icon svg{
  width: 1.5rem;
  height: 1.5rem;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select {
  display: flex;
  align-items: center;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select:focus .mat-select-trigger .mat-select-value, 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select:focus .mat-select-trigger .mat-select-value{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select:focus .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select:focus .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
  border-top-color: var(--fuse-primary) !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger {
  display: flex;
  align-items: center;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-value,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-value mat-select-trigger .mat-icon,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-value mat-select-trigger .mat-icon {
  margin: 0 !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-arrow-wrapper,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-arrow-wrapper {
  display: flex;
  align-items: center;
  transform: none;
  margin-left: 4px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
  min-height: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow, .dark 
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  position: static;
  display: flex;
  align-items: center;
  width: 88px;
  padding: 0;
  border: 0;
  /* Textarea */
  /* Select */
  /* Chips */
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-input-element {
  padding: 0px 0;
  margin-top: 0;
  line-height: 18px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix textarea.mat-input-element {
  display: flex;
  align-self: stretch;
  min-height: 41px;
  height: auto;
  margin: 0px 0;
  padding: 6px 6px 0 6px;
  transform: none;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select {
  display: inline-flex;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value {
  display: flex;
  position: relative;
  max-width: none;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text {
  display: inline-flex;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-arrow-wrapper {
  transform: translateY(0);
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  margin: 0 0 0 8px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-chip-list {
  width: 100%;
  margin: 0 -8px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-chip-list .mat-chip-input {
  margin: 0 0 0 8px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  top: -25px;
  height: auto;
  padding-top: 0;
  overflow: visible;
  pointer-events: auto;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  position: relative;
  top: 0;
  margin-top: 0;
  backface-visibility: hidden;
  transition: none;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  position: relative;
  top: auto;
  padding: 0;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper > div {
  display: contents; /* Remove the div from flow to stop the subscript animation */
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-error,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-hint {
  display: block;
  margin-top: 4px;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-hint{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-hint{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-hint{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-hint{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-textarea .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix,
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-textarea .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  align-items: flex-start;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-textarea .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
  padding-top: 12px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-textarea .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  padding-top: 12px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-no-subscript .mat-form-field-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-no-subscript .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  display: none !important;
  height: 0 !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded {
  /* Emphasized affix */
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded .mat-form-field-wrapper .mat-form-field-flex {
  border-radius: 24px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
  border-radius: 24px 0 0 24px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon {
  margin-right: 12px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
  margin-right: 2px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-select {
  margin-right: 8px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-datepicker-toggle {
  margin-right: 4px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > *:not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
  margin-right: 12px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  border-radius: 0 24px 24px 0;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon {
  margin-left: 12px !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
  margin-left: 2px !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-select {
  margin-left: 12px !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-datepicker-toggle {
  margin-left: 4px !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > *:not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
  margin-left: 12px !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense {
  /* Rounded */
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-form-field-wrapper .mat-form-field-flex {
  min-height: 40px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button,
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
  margin-left: -6px;
  margin-right: 12px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
  margin-left: 12px;
  margin-right: -6px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-input-element {
  padding: 7px 0;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded {
  /* Emphasized affix */
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded .mat-form-field-wrapper .mat-form-field-flex {
  border-radius: 20px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
  border-radius: 20px 0 0 20px !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  border-radius: 0 20px 20px 0 !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
  margin: 0 16px 0 -16px;
  padding-left: 16px;
  border-radius: 6px 0 0 6px;
  border-right-width: 1px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon {
  margin-right: 16px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
  margin: 0 6px 0 -10px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-select {
  margin-right: 12px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-datepicker-toggle {
  margin-right: 8px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > *:not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
  margin-right: 16px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  margin: 0 -16px 0 16px;
  padding-right: 16px;
  border-radius: 0 6px 6px 0;
  border-left-width: 1px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon {
  margin-left: 16px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
  margin: 0 -10px 0 6px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-select {
  margin: 0 -4px 0 16px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-datepicker-toggle {
  margin-left: 8px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > *:not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
  margin-left: 16px;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, 
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.dark .mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .dark 
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix{
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.mat-form-field.mat-form-field-appearance-fill.fuse-mat-bold .mat-form-field-wrapper .mat-form-field-flex {
  border-width: 2px !important;
}
/* Fix the outline appearance */
.mat-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline{
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.dark .mat-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline{
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Datepicker
/* ----------------------------------------------------------------------------------------------------- */
/* Hover and active cell content background opacity */
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), 
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), 
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  background-color: rgba(var(--fuse-primary-rgb), var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.3 !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Icon
/* ----------------------------------------------------------------------------------------------------- */
.mat-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  line-height: 24px;
  -webkit-appearance: none !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Inputs
/* ----------------------------------------------------------------------------------------------------- */
.mat-input-element::placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-input-element::placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-input-element::placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-input-element::placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-input-element::-moz-placeholder {
  -moz-transition: none !important;
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-input-element::-moz-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-input-element::-moz-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-input-element::-moz-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-input-element::-webkit-input-placeholder {
  -webkit-transition: none !important;
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-input-element::-webkit-input-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-input-element::-webkit-input-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-input-element::-webkit-input-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-input-element:-ms-input-placeholder {
  -ms-transition: none !important;
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-input-element:-ms-input-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-input-element:-ms-input-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-input-element:-ms-input-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
/* Invalid */
.mat-form-field-invalid .mat-input-element {
  /* Placeholder color */
}
.mat-form-field-invalid .mat-input-element::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-form-field-invalid .mat-input-element::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-form-field-invalid .mat-input-element::-webkit-input-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-form-field-invalid .mat-input-element:-ms-input-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Menu
/* ----------------------------------------------------------------------------------------------------- */
.mat-menu-panel {
  min-width: 144px !important;
}
.mat-menu-panel .mat-menu-content {
  /* Divider within mat-menu */
}
.mat-menu-panel .mat-menu-content .mat-menu-item {
  display: flex;
  align-items: center;
}
.mat-menu-panel .mat-menu-content .mat-menu-item.mat-menu-item-submenu-trigger {
  padding-right: 40px;
}
.mat-menu-panel .mat-menu-content .mat-menu-item .mat-icon {
  margin-right: 12px;
}
.mat-menu-panel .mat-menu-content mat-divider {
  margin: 8px 0;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Paginator
/* ----------------------------------------------------------------------------------------------------- */
.mat-paginator .mat-paginator-container {
  padding: 8px 16px;
  justify-content: space-between;
  /* Page size select */
  /* Range actions */
}
@media (min-width: 600px) {
  .mat-paginator .mat-paginator-container {
    justify-content: normal;
  }
}
.mat-paginator .mat-paginator-container .mat-paginator-page-size {
  align-items: center;
  min-height: 40px;
  margin: 8px;
}
.mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-label {
  display: none;
  margin-right: 12px;
}
@media (min-width: 600px) {
  .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-label {
    display: block;
  }
}
.mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  margin: 0;
}
.mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-wrapper {
  margin-bottom: 0;
}
.mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-wrapper .mat-form-field-flex {
  min-height: 32px;
  padding: 0 10px;
}
.mat-paginator .mat-paginator-container .mat-paginator-range-actions {
  margin: 8px 0;
}
.mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-range-label {
  margin-right: 16px;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Select
/* ----------------------------------------------------------------------------------------------------- */
.mat-select {
  display: inline-flex;
}
.mat-select .mat-select-placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-select .mat-select-placeholder{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-select .mat-select-placeholder{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-select .mat-select-placeholder{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-select .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.mat-select .mat-select-trigger .mat-select-value {
  display: flex;
  position: relative;
  max-width: none;
}
.mat-select .mat-select-trigger .mat-select-value .mat-select-value-text {
  display: inline-flex;
}
.mat-select .mat-select-trigger .mat-select-value .mat-select-value-text > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mat-select .mat-select-arrow-wrapper {
  transform: translateY(0);
}
.mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  margin: 0 4px 0 2px;
}
/* Invalid */
.mat-form-field-invalid .mat-select {
  /* Placeholder color */
}
.mat-form-field-invalid .mat-select .mat-select-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Slide Toggle
/* ----------------------------------------------------------------------------------------------------- */
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.54) !important;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.54) !important;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.54) !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Stepper
/* ----------------------------------------------------------------------------------------------------- */
.mat-step-icon {
  /* Do not override the mat-icon color */
}
.mat-step-icon .mat-icon {
  color: currentColor !important;
}
.mat-step-label,
.mat-step-label-selected {
  font-weight: 500 !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Tabs
/* ----------------------------------------------------------------------------------------------------- */
.mat-tab-group {
  /* No header */
}
.mat-tab-group.fuse-mat-no-header .mat-tab-header {
  height: 0 !important;
  max-height: 0 !important;
  border: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.mat-tab-group .mat-tab-header {
  border-bottom: none !important;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container {
  padding: 0 24px;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label {
  min-width: 0 !important;
  height: 40px !important;
  padding: 0 20px !important;
  border-radius: 9999px !important;
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active{
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.1 !important;
}
.dark .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active{
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.1 !important;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label + .mat-tab-label {
  margin-left: 4px;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  line-height: 20px;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-ink-bar {
  display: none !important;
}
.mat-tab-group .mat-tab-body-content {
  padding: 24px;
}
.mat-tab-label {
  opacity: 1 !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Textarea
/* ----------------------------------------------------------------------------------------------------- */
textarea.mat-input-element {
  box-sizing: content-box !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Toolbar
/* ----------------------------------------------------------------------------------------------------- */
.mat-toolbar {
  /* Apply primary contrast color */
  /* Apply accent contrast color */
  /* Apply warn contrast color */
}
.mat-toolbar.mat-primary .mat-icon{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .text-secondary{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-primary .text-hint{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-primary .text-disabled{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-primary .divider{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-toolbar.mat-accent .mat-icon{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-accent .text-secondary{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .text-hint{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .text-disabled{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .divider{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-toolbar.mat-warn .mat-icon{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-warn .text-secondary{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .text-hint{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .text-disabled{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .divider{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.12 !important;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Highlight.js overrides
/* ----------------------------------------------------------------------------------------------------- */
code[class*=language-] .hljs-comment,
code[class*=language-] .hljs-quote,
pre[class*=language-] .hljs-comment,
pre[class*=language-] .hljs-quote {
  color: #8B9FC1;
  font-style: italic;
}
code[class*=language-] .hljs-doctag,
code[class*=language-] .hljs-keyword,
code[class*=language-] .hljs-formula,
pre[class*=language-] .hljs-doctag,
pre[class*=language-] .hljs-keyword,
pre[class*=language-] .hljs-formula {
  color: #22D3EE;
}
code[class*=language-] .hljs-name,
pre[class*=language-] .hljs-name {
  color: #E879F9;
}
code[class*=language-] .hljs-tag,
pre[class*=language-] .hljs-tag {
  color: #BAE6FD;
}
code[class*=language-] .hljs-section,
code[class*=language-] .hljs-selector-tag,
code[class*=language-] .hljs-deletion,
code[class*=language-] .hljs-subst,
pre[class*=language-] .hljs-section,
pre[class*=language-] .hljs-selector-tag,
pre[class*=language-] .hljs-deletion,
pre[class*=language-] .hljs-subst {
  color: #F87F71;
}
code[class*=language-] .hljs-literal,
pre[class*=language-] .hljs-literal {
  color: #36BEFF;
}
code[class*=language-] .hljs-string,
code[class*=language-] .hljs-regexp,
code[class*=language-] .hljs-addition,
code[class*=language-] .hljs-attribute,
code[class*=language-] .hljs-meta-string,
pre[class*=language-] .hljs-string,
pre[class*=language-] .hljs-regexp,
pre[class*=language-] .hljs-addition,
pre[class*=language-] .hljs-attribute,
pre[class*=language-] .hljs-meta-string {
  color: #BEF264;
}
code[class*=language-] .hljs-built_in,
code[class*=language-] .hljs-class .hljs-title,
pre[class*=language-] .hljs-built_in,
pre[class*=language-] .hljs-class .hljs-title {
  color: #FFD374;
}
code[class*=language-] .hljs-attr,
code[class*=language-] .hljs-variable,
code[class*=language-] .hljs-template-variable,
code[class*=language-] .hljs-type,
code[class*=language-] .hljs-selector-class,
code[class*=language-] .hljs-selector-attr,
code[class*=language-] .hljs-selector-pseudo,
code[class*=language-] .hljs-number,
pre[class*=language-] .hljs-attr,
pre[class*=language-] .hljs-variable,
pre[class*=language-] .hljs-template-variable,
pre[class*=language-] .hljs-type,
pre[class*=language-] .hljs-selector-class,
pre[class*=language-] .hljs-selector-attr,
pre[class*=language-] .hljs-selector-pseudo,
pre[class*=language-] .hljs-number {
  color: #22D3EE;
}
code[class*=language-] .hljs-symbol,
code[class*=language-] .hljs-bullet,
code[class*=language-] .hljs-link,
code[class*=language-] .hljs-meta,
code[class*=language-] .hljs-selector-id,
code[class*=language-] .hljs-title,
pre[class*=language-] .hljs-symbol,
pre[class*=language-] .hljs-bullet,
pre[class*=language-] .hljs-link,
pre[class*=language-] .hljs-meta,
pre[class*=language-] .hljs-selector-id,
pre[class*=language-] .hljs-title {
  color: #E879F9;
}
code[class*=language-] .hljs-emphasis,
pre[class*=language-] .hljs-emphasis {
  font-style: italic;
}
code[class*=language-] .hljs-strong,
pre[class*=language-] .hljs-strong {
  font-weight: 700;
}
code[class*=language-] .hljs-link,
pre[class*=language-] .hljs-link {
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Perfect scrollbar overrides
/* ----------------------------------------------------------------------------------------------------- */
.ps {
  position: relative;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y, .ps.ps--focus > .ps__rail-x,
.ps.ps--focus > .ps__rail-y, .ps.ps--scrolling-x > .ps__rail-x,
.ps.ps--scrolling-x > .ps__rail-y, .ps.ps--scrolling-y > .ps__rail-x,
.ps.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps > .ps__rail-x,
.ps > .ps__rail-y {
  z-index: 99999;
}
.ps > .ps__rail-x {
  height: 14px;
  background: transparent !important;
  transition: none !important;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus, .ps > .ps__rail-x.ps--clicking {
  opacity: 1;
}
.ps > .ps__rail-x:hover .ps__thumb-x, .ps > .ps__rail-x:focus .ps__thumb-x, .ps > .ps__rail-x.ps--clicking .ps__thumb-x {
  height: 10px;
}
.ps > .ps__rail-x .ps__thumb-x {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  height: 6px;
  transition: height 225ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ps > .ps__rail-y {
  width: 14px;
  background: transparent !important;
  transition: none !important;
  left: auto !important;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus, .ps > .ps__rail-y.ps--clicking {
  opacity: 1;
}
.ps > .ps__rail-y:hover .ps__thumb-y, .ps > .ps__rail-y:focus .ps__thumb-y, .ps > .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 10px;
}
.ps > .ps__rail-y .ps__thumb-y {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  width: 6px;
  transition: width 225ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Quill editor overrides
/* ----------------------------------------------------------------------------------------------------- */
.ql-toolbar {
  border-radius: 6px 6px 0 0;
  padding: 0 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
}
.dark .ql-toolbar {
  background-color: rgba(0, 0, 0, 0.05);
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.ql-toolbar .ql-formats {
  margin: 11px 8px !important;
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-label{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-label{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  z-index: 10 !important;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-options{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.ql-toolbar .ql-picker .ql-picker-label{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity));
}
.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity));
}
.ql-toolbar .ql-stroke,
.ql-toolbar .ql-stroke-mitter {
  stroke: var(--fuse-icon);
}
.ql-toolbar .ql-fill {
  fill: var(--fuse-icon);
}
.ql-toolbar button:hover, 
.ql-toolbar button:focus, 
.ql-toolbar button.ql-active, 
.ql-toolbar .ql-picker-label:hover, 
.ql-toolbar .ql-picker-label.ql-active, 
.ql-toolbar .ql-picker-item:hover, 
.ql-toolbar .ql-picker-item.ql-selected{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.ql-toolbar button:hover .ql-stroke,
.ql-toolbar button:hover .ql-stroke-mitter,
.ql-toolbar button:focus .ql-stroke,
.ql-toolbar button:focus .ql-stroke-mitter,
.ql-toolbar button.ql-active .ql-stroke,
.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: var(--fuse-primary) !important;
}
.ql-toolbar button:hover .ql-fill,
.ql-toolbar button:focus .ql-fill,
.ql-toolbar button.ql-active .ql-fill,
.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: var(--fuse-primary) !important;
}
.ql-container {
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
  --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;
}
.dark .ql-container{
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.ql-container .ql-editor {
  min-height: 160px;
  max-height: 160px;
  height: 160px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
}
.dark .ql-container .ql-editor {
  background-color: rgba(0, 0, 0, 0.05);
}
.ql-container .ql-editor.ql-blank::before{
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .ql-container .ql-editor.ql-blank::before{
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .ql-container .ql-editor.ql-blank::before{
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .ql-container .ql-editor.ql-blank::before{
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
/**
 ****************************
 * Generic Styles
 ****************************
*/
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block; }
.ag-hidden {
  display: none !important; }
.ag-invisible {
  visibility: hidden !important; }
.ag-drag-handle {
  cursor: move;
  cursor: grab; }
.ag-column-drop-wrapper {
  display: flex; }
.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important; }
.ag-unselectable {
  -webkit-user-select: none;
  user-select: none; }
.ag-selectable {
  -webkit-user-select: text;
  user-select: text; }
.ag-tab {
  position: relative; }
.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block; }
.ag-select-agg-func-popup {
  position: absolute; }
.ag-input-wrapper, .ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative; }
.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right; }
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
.ag-root-wrapper.ag-layout-normal {
    height: 100%; }
.ag-watermark {
  position: absolute;
  bottom: 10px;
  right: 25px;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s; }
.ag-watermark:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
    filter: invert(50%);
    background-repeat: no-repeat;
    background-size: 110px 60px;
    display: block;
    height: 60px;
    width: 110px; }
.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px; }
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row; }
.ag-root-wrapper-body.ag-layout-normal {
    flex: 1 1 auto;
    height: 0;
    min-height: 0; }
.ag-root {
  position: relative;
  display: flex;
  flex-direction: column; }
.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
    overflow: hidden;
    flex: 1 1 auto;
    width: 0; }
.ag-root.ag-layout-normal {
    height: 100%; }
/**
 ****************************
 * Viewports
 ****************************
*/
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto; }
.ag-body-viewport.ag-layout-print {
  flex: none; }
@media print {
  .ag-root-wrapper.ag-layout-print,
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .ag-root-wrapper.ag-layout-print .ag-root,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important; }
  .ag-root-wrapper.ag-layout-print .ag-row {
    page-break-inside: avoid; } }
.ag-body-viewport {
  display: flex; }
.ag-body-viewport.ag-layout-normal {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto; }
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll; }
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%; }
/**
 ****************************
 * Containers
 ****************************
*/
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container {
  position: relative; }
.ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
  height: 100%;
  white-space: nowrap; }
.ag-center-cols-container {
  display: block; }
.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%; }
.ag-pinned-right-cols-container {
  display: block; }
.ag-body-horizontal-scroll-container {
  height: 100%; }
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none; }
.ag-full-width-container {
  width: 100%; }
.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%; }
.ag-virtual-list-container {
  overflow: hidden; }
/**
 ****************************
 * Scrollers
 ****************************
*/
.ag-center-cols-clipper {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 100%; }
.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative; }
.ag-layout-print .ag-body-horizontal-scroll {
  display: none; }
.ag-force-vertical-scroll {
  overflow-y: scroll !important; }
.ag-force-vertical-scroll.ag-layout-print {
    overflow-y: visible !important; }
.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll; }
.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
    overflow-x: hidden; }
/**
 ****************************
 * Headers
 ****************************
*/
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative; }
.ag-header-cell-sortable {
  cursor: pointer; }
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap; }
.ag-pinned-left-header {
  height: 100%; }
.ag-pinned-right-header {
  height: 100%; }
.ag-header-row {
  position: absolute;
  overflow: hidden; }
.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden; }
.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1; }
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0; }
.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch; }
.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse; }
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize; }
.ag-ltr .ag-header-cell-resize {
    right: -4px; }
.ag-rtl .ag-header-cell-resize {
    left: -4px; }
.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px; }
.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px; }
.ag-header-select-all {
  display: flex; }
/**
 ****************************
 * Columns
 ****************************
*/
.ag-column-moving .ag-cell {
  transition: left 0.2s; }
.ag-column-moving .ag-header-cell {
  transition: left 0.2s; }
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s; }
/**
 ****************************
 * Column Panel
 ****************************
*/
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto; }
.ag-column-select {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 0; }
.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none; }
.ag-column-select-header-icon {
  position: relative; }
.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto; }
.ag-column-select-header-filter {
  width: 100%; }
.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden; }
.ag-column-drop {
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%; }
.ag-column-drop-list {
  display: flex;
  align-items: center; }
.ag-column-drop-cell {
  display: flex;
  align-items: center; }
.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 0px;
  align-items: stretch; }
.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none; }
.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto; }
.ag-column-drop-vertical-list > * {
    flex: none; }
.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden; }
.ag-column-drop-vertical-empty-message {
  display: block; }
.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }
.ag-column-drop-cell-button {
  cursor: pointer; }
.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0; }
.ag-filter-toolpanel-header {
  position: relative; }
.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
  display: flex;
  align-items: center; }
.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
    display: flex;
    align-items: center; }
.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden; }
/**
 ****************************
 * Rows
 ****************************
*/
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s; }
.ag-row-no-animation .ag-row {
  transition: background-color 0.1s; }
.ag-row {
  white-space: nowrap;
  width: 100%; }
.ag-row-loading {
  display: flex;
  align-items: center; }
.ag-row-position-absolute {
  position: absolute; }
.ag-row-position-relative {
  position: relative; }
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }
.ag-row-inline-editing {
  z-index: 1; }
.ag-row-dragging {
  z-index: 2; }
.ag-stub-cell {
  display: flex;
  align-items: center; }
/**
 ****************************
 * Cells
 ****************************
*/
.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap; }
.ag-cell-value, .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis; }
.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all; }
.ag-cell-wrapper {
  display: flex;
  align-items: center;
  height: 100%; }
.ag-cell-wrapper.ag-row-group {
    align-items: flex-start; }
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  align-items: center; }
.ag-cell-auto-height {
  height: 100%; }
.ag-cell-inline-editing {
  z-index: 1; }
.ag-cell-inline-editing .ag-cell-edit-wrapper,
  .ag-cell-inline-editing .ag-cell-editor,
  .ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
  .ag-cell-inline-editing .ag-cell-editor input {
    height: 100%;
    width: 100%;
    line-height: normal; }
.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle; }
/**
 ****************************
 * Filters
 ****************************
*/
.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%; }
.ag-set-filter-item-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-set-filter-item-checkbox {
  display: flex; }
.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column; }
.ag-filter-filter {
  flex: 1 1 0px; }
.ag-filter-condition {
  display: flex;
  justify-content: center; }
/**
 ****************************
 * Floating Filter
 ****************************
*/
.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%; }
.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden; }
.ag-floating-filter-full-body > div {
  flex: 1 1 auto; }
.ag-floating-filter {
  display: inline-block;
  position: absolute; }
.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%; }
.ag-floating-filter-input > * {
    flex: 1 1 auto; }
.ag-floating-filter-button {
  display: flex;
  flex: none; }
/**
 ****************************
 * Drag & Drop
 ****************************
*/
.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap; }
/**
 ****************************
 * Overlay
 ****************************
*/
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }
.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%; }
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center; }
.ag-overlay-loading-wrapper {
  pointer-events: all; }
/**
 ****************************
 * Popup
 ****************************
*/
.ag-popup-child {
  z-index: 5; }
.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1; }
.ag-large-text-input {
  display: block; }
/**
 ****************************
 * Virtual Lists
 ****************************
*/
.ag-virtual-list-item {
  position: absolute;
  width: 100%; }
/**
 ****************************
 * Floating Top and Bottom
 ****************************
*/
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }
.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px; }
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px; }
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }
.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px; }
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px; }
/**
 ****************************
 * Dialog
 ****************************
*/
.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default; }
.ag-panel-title-bar-title {
  flex: 1 1 auto; }
.ag-panel-title-bar-buttons {
  display: flex; }
.ag-panel-title-bar-button {
  cursor: pointer; }
.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden; }
.ag-dialog {
  position: absolute; }
.ag-resizer {
  position: absolute;
  pointer-events: none;
  z-index: 1; }
.ag-resizer.ag-resizer-topLeft {
    top: 0;
    left: 0;
    height: 5px;
    width: 5px;
    cursor: nwse-resize; }
.ag-resizer.ag-resizer-top {
    top: 0;
    left: 5px;
    right: 5px;
    height: 5px;
    cursor: ns-resize; }
.ag-resizer.ag-resizer-topRight {
    top: 0;
    right: 0;
    height: 5px;
    width: 5px;
    cursor: nesw-resize; }
.ag-resizer.ag-resizer-right {
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 5px;
    cursor: ew-resize; }
.ag-resizer.ag-resizer-bottomRight {
    bottom: 0;
    right: 0;
    height: 5px;
    width: 5px;
    cursor: nwse-resize; }
.ag-resizer.ag-resizer-bottom {
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 5px;
    cursor: ns-resize; }
.ag-resizer.ag-resizer-bottomLeft {
    bottom: 0;
    left: 0;
    height: 5px;
    width: 5px;
    cursor: nesw-resize; }
.ag-resizer.ag-resizer-left {
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 5px;
    cursor: ew-resize; }
/**
 ****************************
 * Tooltip
 ****************************
*/
.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999; }
/**
 ****************************
 * Animations
 ****************************
*/
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear; }
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }
.ag-opacity-zero {
  opacity: 0 !important; }
/**
 ****************************
 * Menu
 ****************************
*/
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
          user-select: none; }
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto; }
.ag-menu-column-select-wrapper .ag-column-select {
    height: 100%; }
.ag-menu-list {
  display: table;
  width: 100%; }
.ag-menu-option, .ag-menu-separator {
  display: table-row; }
.ag-menu-option-part, .ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle; }
.ag-menu-option-text {
  white-space: nowrap; }
.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap; }
.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto; }
/**
 ****************************
 * Rich Select
 ****************************
*/
.ag-rich-select {
  cursor: default;
  outline: none; }
.ag-rich-select-value {
  display: flex;
  align-items: center; }
.ag-rich-select-value-icon {
  flex: 1 1 auto;
  order: 1; }
.ag-ltr .ag-rich-select-value-icon {
    text-align: right; }
.ag-rtl .ag-rich-select-value-icon {
    text-align: left; }
.ag-rich-select-list {
  position: relative; }
.ag-rich-select-virtual-list-item {
  display: flex; }
.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap; }
/**
 ****************************
 * Pagination
 ****************************
*/
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
.ag-paging-page-summary-panel {
  display: flex;
  align-items: center; }
.ag-paging-button {
  position: relative; }
.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none; }
/**
 ****************************
 * Tool Panel
 ****************************
*/
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  width: 200px; }
.ag-column-select-column,
.ag-column-select-column-group {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%; }
.ag-column-select-column > *,
  .ag-column-select-column-group > * {
    flex: none; }
.ag-column-select-checkbox {
  display: flex; }
.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px; }
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px; }
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px; }
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px; }
.ag-details-row {
  width: 100%; }
.ag-details-row-fixed-height {
  height: 100%; }
.ag-details-grid {
  width: 100%; }
.ag-details-grid-fixed-height {
  height: 100%; }
.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute; }
.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row; }
/**
 ****************************
 * Side Bar
 ****************************
*/
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse; }
.ag-side-bar-left {
  order: -1;
  flex-direction: row; }
.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer; }
.ag-side-button-label {
  writing-mode: vertical-lr; }
/**
 ****************************
 * Status Bar
 ****************************
*/
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden; }
.ag-status-panel {
  display: inline-flex; }
.ag-status-name-value {
  white-space: nowrap; }
.ag-status-bar-left {
  display: inline-flex; }
.ag-status-bar-center {
  display: inline-flex; }
.ag-status-bar-right {
  display: inline-flex; }
/**
 ****************************
 * Widgets
 ****************************
*/
.ag-icon {
  display: block;
  speak: none; }
.ag-group {
  position: relative;
  width: 100%; }
.ag-group-title-bar {
  display: flex;
  align-items: center; }
.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.ag-group-title-bar
.ag-group-title {
  cursor: default; }
.ag-group-toolbar {
  display: flex;
  align-items: center; }
.ag-group-container {
  display: flex; }
.ag-disabled .ag-group-container {
  pointer-events: none; }
.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap; }
.ag-group-container-vertical {
  flex-direction: column; }
.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between; }
.ag-column-group-icons {
  display: block; }
.ag-column-group-icons > * {
    cursor: pointer; }
.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch; }
.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start; }
.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end; }
.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px; }
.ag-input-field, .ag-select {
  display: flex;
  flex-direction: row;
  align-items: center; }
.ag-input-field-input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0; }
.ag-floating-filter-input .ag-input-field-input[type='date'] {
  width: 1px; }
.ag-range-field {
  display: flex;
  align-items: center; }
.ag-angle-select {
  display: flex;
  align-items: center; }
.ag-angle-select-wrapper {
  display: flex; }
.ag-angle-select-parent-circle {
  display: block;
  position: relative; }
.ag-angle-select-child-circle {
  position: absolute; }
.ag-slider-wrapper {
  display: flex; }
.ag-slider-wrapper .ag-input-field {
    flex: 1 1 auto; }
.ag-picker-field-display {
  flex: 1 1 auto; }
.ag-picker-field {
  display: flex;
  align-items: center; }
.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer; }
.ag-picker-field-wrapper {
  overflow: hidden; }
.ag-label-align-right .ag-label {
  order: 1; }
.ag-label-align-right > * {
  flex: none; }
.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start; }
.ag-label-align-top > * {
    align-self: stretch; }
.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center; }
.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default; }
.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.ag-spectrum-val {
  cursor: pointer; }
.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer; }
.ag-spectrum-hue {
  cursor: default;
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }
.ag-spectrum-alpha {
  cursor: default; }
.ag-spectrum-hue-background {
  width: 100%;
  height: 100%; }
.ag-spectrum-alpha-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 100%; }
.ag-spectrum-tool {
  cursor: pointer; }
.ag-spectrum-slider {
  position: absolute;
  pointer-events: none; }
.ag-recent-colors {
  display: flex; }
.ag-recent-color {
  cursor: pointer; }
.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px; }
.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px; }
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px; }
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px; }
.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px; }
.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px; }
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px; }
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px; }
.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px; }
.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px; }
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px; }
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px; }
.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px; }
.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px; }
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px; }
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px; }
.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px; }
.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px; }
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px; }
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px; }
.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px; }
.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px; }
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px; }
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px; }
.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px; }
.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px; }
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px; }
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px; }
.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px; }
.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px; }
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px; }
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px; }
.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px; }
.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px; }
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px; }
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px; }
.ag-ltr {
  direction: ltr; }
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
    flex-direction: row; }
.ag-rtl {
  direction: rtl; }
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
    flex-direction: row-reverse; }
.ag-rtl .ag-icon-contracted,
  .ag-rtl .ag-icon-tree-closed {
    display: block;
    transform: rotate(180deg); }
.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch; }
.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%; }
.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden; }
.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center; }
.ag-chart-title-edit.currently-editing {
  display: inline-block; }
.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden; }
.ag-charts-canvas {
  display: block; }
.ag-chart-menu {
  position: absolute;
  top: 10px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
.ag-ltr .ag-chart-menu {
    right: 20px; }
.ag-rtl .ag-chart-menu {
    left: 20px; }
.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s; }
.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden; }
.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
.ag-chart-tabbed-menu-header {
  flex: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: default; }
.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden; }
.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto; }
.ag-chart-settings {
  overflow-x: hidden; }
.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden; }
.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -webkit-user-select: none;
          user-select: none; }
.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px; }
.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative; }
.ag-chart-settings-card-item.ag-not-selected {
    opacity: 0.2; }
.ag-chart-settings-card-item:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: transparent;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px; }
.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none; }
.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto; }
.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }
.ag-chart-settings-mini-wrapper.ag-animating {
    transition: left 0.3s;
    transition-timing-function: ease-in-out; }
.ag-chart-mini-thumbnail {
  cursor: pointer; }
.ag-chart-mini-thumbnail-canvas {
  display: block; }
.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
          user-select: none; }
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0; }
.ag-charts-font-panel-controls {
  justify-content: space-between; }
.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }
.ag-chart .ag-chart-menu {
  opacity: 0;
  pointer-events: none; }
.ag-chart-menu-hidden:hover .ag-chart-menu {
  opacity: 1;
  pointer-events: all; }
.ag-date-time-list-page-title-bar {
  display: flex; }
.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex; }
.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1; }
.ag-date-time-list-page-entry {
  cursor: pointer; }
.ag-theme-material {
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.87);
  color: var(--ag-foreground-color, rgba(0, 0, 0, 0.87));
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: normal; }
@font-face {
  font-family: "agGridMaterial";
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal; }
.ag-theme-material .ag-icon {
    font-family: "agGridMaterial";
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.ag-theme-material .ag-icon-aggregation:before {
    content: "\f101"; }
.ag-theme-material .ag-icon-arrows:before {
    content: "\f102"; }
.ag-theme-material .ag-icon-asc:before {
    content: "\f103"; }
.ag-theme-material .ag-icon-cancel:before {
    content: "\f104"; }
.ag-theme-material .ag-icon-chart:before {
    content: "\f105"; }
.ag-theme-material .ag-icon-color-picker:before {
    content: "\f109"; }
.ag-theme-material .ag-icon-columns:before {
    content: "\f10a"; }
.ag-theme-material .ag-icon-contracted:before {
    content: "\f10b"; }
.ag-theme-material .ag-icon-copy:before {
    content: "\f10c"; }
.ag-theme-material .ag-icon-cross:before {
    content: "\f10d"; }
.ag-theme-material .ag-icon-desc:before {
    content: "\f10e"; }
.ag-theme-material .ag-icon-expanded:before {
    content: "\f10f"; }
.ag-theme-material .ag-icon-eye-slash:before {
    content: "\f110"; }
.ag-theme-material .ag-icon-eye:before {
    content: "\f111"; }
.ag-theme-material .ag-icon-filter:before {
    content: "\f112"; }
.ag-theme-material .ag-icon-first:before {
    content: "\f113"; }
.ag-theme-material .ag-icon-grip:before {
    content: "\f114"; }
.ag-theme-material .ag-icon-group:before {
    content: "\f115"; }
.ag-theme-material .ag-icon-last:before {
    content: "\f116"; }
.ag-theme-material .ag-icon-left:before {
    content: "\f117"; }
.ag-theme-material .ag-icon-linked:before {
    content: "\f118"; }
.ag-theme-material .ag-icon-loading:before {
    content: "\f119"; }
.ag-theme-material .ag-icon-maximize:before {
    content: "\f11a"; }
.ag-theme-material .ag-icon-menu:before {
    content: "\f11b"; }
.ag-theme-material .ag-icon-minimize:before {
    content: "\f11c"; }
.ag-theme-material .ag-icon-next:before {
    content: "\f11d"; }
.ag-theme-material .ag-icon-none:before {
    content: "\f11e"; }
.ag-theme-material .ag-icon-not-allowed:before {
    content: "\f11f"; }
.ag-theme-material .ag-icon-paste:before {
    content: "\f120"; }
.ag-theme-material .ag-icon-pin:before {
    content: "\f121"; }
.ag-theme-material .ag-icon-pivot:before {
    content: "\f122"; }
.ag-theme-material .ag-icon-previous:before {
    content: "\f123"; }
.ag-theme-material .ag-icon-right:before {
    content: "\f126"; }
.ag-theme-material .ag-icon-save:before {
    content: "\f127"; }
.ag-theme-material .ag-icon-small-down:before {
    content: "\f128"; }
.ag-theme-material .ag-icon-small-left:before {
    content: "\f129"; }
.ag-theme-material .ag-icon-small-right:before {
    content: "\f12a"; }
.ag-theme-material .ag-icon-small-up:before {
    content: "\f12b"; }
.ag-theme-material .ag-icon-tick:before {
    content: "\f12c"; }
.ag-theme-material .ag-icon-tree-closed:before {
    content: "\f12d"; }
.ag-theme-material .ag-icon-tree-indeterminate:before {
    content: "\f12e"; }
.ag-theme-material .ag-icon-tree-open:before {
    content: "\f12f"; }
.ag-theme-material .ag-icon-unlinked:before {
    content: "\f130"; }
.ag-theme-material .ag-icon-row-drag:before {
    content: "\f114"; }
.ag-theme-material .ag-left-arrow:before {
    content: "\f117"; }
.ag-theme-material .ag-right-arrow:before {
    content: "\f126"; }
.ag-theme-material .ag-root-wrapper {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-material [class^='ag-'], .ag-theme-material [class^='ag-']:focus, .ag-theme-material [class^='ag-']:after, .ag-theme-material [class^='ag-']:before {
    box-sizing: border-box;
    outline: none; }
.ag-theme-material [class^='ag-']::-ms-clear {
    display: none; }
.ag-theme-material .ag-checkbox .ag-input-wrapper,
  .ag-theme-material .ag-radio-button .ag-input-wrapper {
    overflow: visible; }
.ag-theme-material .ag-range-field .ag-input-wrapper {
    height: 100%; }
.ag-theme-material .ag-toggle-button {
    flex: none;
    width: unset;
    min-width: unset; }
.ag-theme-material .ag-ltr .ag-label-align-right .ag-label {
    margin-left: 8px; }
.ag-theme-material .ag-rtl .ag-label-align-right .ag-label {
    margin-right: 8px; }
.ag-theme-material input[class^='ag-'] {
    margin: 0;
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-material textarea[class^='ag-'],
  .ag-theme-material select[class^='ag-'] {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-material input[class^='ag-']:not([type]),
  .ag-theme-material input[class^='ag-'][type='text'],
  .ag-theme-material input[class^='ag-'][type='number'],
  .ag-theme-material input[class^='ag-'][type='tel'],
  .ag-theme-material input[class^='ag-'][type='date'],
  .ag-theme-material input[class^='ag-'][type='datetime-local'],
  .ag-theme-material textarea[class^='ag-'] {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
.ag-theme-material input[class^='ag-']:not([type]):disabled,
    .ag-theme-material input[class^='ag-'][type='text']:disabled,
    .ag-theme-material input[class^='ag-'][type='number']:disabled,
    .ag-theme-material input[class^='ag-'][type='tel']:disabled,
    .ag-theme-material input[class^='ag-'][type='date']:disabled,
    .ag-theme-material input[class^='ag-'][type='datetime-local']:disabled,
    .ag-theme-material textarea[class^='ag-']:disabled {
      color: rgba(0, 0, 0, 0.38);
      color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38));
      background-color: var(--ag-input-disabled-background-color);
      border-color: var(--ag-input-disabled-border-color); }
.ag-theme-material input[class^='ag-']:not([type]):focus,
    .ag-theme-material input[class^='ag-'][type='text']:focus,
    .ag-theme-material input[class^='ag-'][type='number']:focus,
    .ag-theme-material input[class^='ag-'][type='tel']:focus,
    .ag-theme-material input[class^='ag-'][type='date']:focus,
    .ag-theme-material input[class^='ag-'][type='datetime-local']:focus,
    .ag-theme-material textarea[class^='ag-']:focus {
      outline: none;
      box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material input[class^='ag-'][type='number'] {
    -moz-appearance: textfield; }
.ag-theme-material input[class^='ag-'][type='number']::-webkit-outer-spin-button, .ag-theme-material input[class^='ag-'][type='number']::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
.ag-theme-material input[class^='ag-'][type='range'] {
    padding: 0; }
.ag-theme-material input[class^='ag-'][type='button']:focus, .ag-theme-material button[class^='ag-']:focus {
    box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122); }
.ag-theme-material .ag-drag-handle {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-list-item, .ag-theme-material .ag-virtual-list-item {
    height: 32px; }
.ag-theme-material .ag-keyboard-focus .ag-virtual-list-item:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-virtual-list-item:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-select-list {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    overflow-y: auto;
    overflow-x: hidden; }
.ag-theme-material .ag-list-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.ag-theme-material .ag-list-item.ag-active-item {
      background-color: #fafafa;
      background-color: var(--ag-row-hover-color, #fafafa); }
.ag-theme-material .ag-select-list-item {
    padding-left: 4px;
    padding-right: 4px;
    cursor: default;
    -webkit-user-select: none;
    user-select: none; }
.ag-theme-material .ag-select-list-item span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
.ag-theme-material .ag-select .ag-picker-field-wrapper {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    min-height: 32px;
    cursor: default; }
.ag-theme-material .ag-select.ag-disabled .ag-picker-field-wrapper:focus {
    box-shadow: none; }
.ag-theme-material .ag-select:not(.ag-cell-editor) {
    height: 32px; }
.ag-theme-material .ag-select .ag-picker-field-display {
    margin: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.ag-theme-material .ag-select .ag-picker-field-icon {
    display: flex;
    align-items: center; }
.ag-theme-material .ag-select.ag-disabled {
    opacity: 0.5; }
.ag-theme-material .ag-rich-select {
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa); }
.ag-theme-material .ag-rich-select-list {
    width: 100%;
    min-width: 200px;
    height: 312px; }
.ag-theme-material .ag-rich-select-value {
    padding: 0 8px 0 24px;
    height: 48px; }
.ag-theme-material .ag-rich-select-virtual-list-item {
    cursor: default;
    height: 32px; }
.ag-theme-material .ag-rich-select-virtual-list-item:hover {
      background-color: #fafafa;
      background-color: var(--ag-row-hover-color, #fafafa); }
.ag-theme-material .ag-rich-select-row {
    padding-left: 24px; }
.ag-theme-material .ag-rich-select-row-selected {
    background-color: #eee;
    background-color: var(--ag-selected-row-background-color, #eee); }
.ag-theme-material .ag-row-drag,
  .ag-theme-material .ag-selection-checkbox,
  .ag-theme-material .ag-group-expanded,
  .ag-theme-material .ag-group-contracted {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-ltr .ag-row-drag, .ag-theme-material .ag-ltr .ag-selection-checkbox, .ag-theme-material .ag-ltr .ag-group-expanded, .ag-theme-material .ag-ltr .ag-group-contracted {
      margin-right: 24px; }
.ag-theme-material .ag-rtl .ag-row-drag, .ag-theme-material .ag-rtl .ag-selection-checkbox, .ag-theme-material .ag-rtl .ag-group-expanded, .ag-theme-material .ag-rtl .ag-group-contracted {
      margin-left: 24px; }
.ag-theme-material .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
    height: 46px;
    display: flex;
    align-items: center;
    flex: none; }
.ag-theme-material .ag-group-expanded,
  .ag-theme-material .ag-group-contracted {
    cursor: pointer; }
.ag-theme-material .ag-group-title-bar-icon {
    cursor: pointer;
    flex: none;
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-ltr .ag-group-child-count {
    margin-left: 2px; }
.ag-theme-material .ag-rtl .ag-group-child-count {
    margin-right: 2px; }
.ag-theme-material .ag-group-title-bar {
    background-color: #eee;
    background-color: var(--ag-subheader-background-color, #eee);
    padding: 8px; }
.ag-theme-material .ag-group-toolbar {
    padding: 8px; }
.ag-theme-material .ag-disabled-group-title-bar, .ag-theme-material .ag-disabled-group-container {
    opacity: 0.5; }
.ag-theme-material .group-item {
    margin: 4px 0; }
.ag-theme-material .ag-label {
    white-space: nowrap; }
.ag-theme-material .ag-ltr .ag-label {
      margin-right: 8px; }
.ag-theme-material .ag-rtl .ag-label {
      margin-left: 8px; }
.ag-theme-material .ag-label-align-top .ag-label {
    margin-bottom: 4px; }
.ag-theme-material .ag-ltr .ag-slider-field, .ag-theme-material .ag-ltr .ag-angle-select-field {
    margin-right: 16px; }
.ag-theme-material .ag-rtl .ag-slider-field, .ag-theme-material .ag-rtl .ag-angle-select-field {
    margin-left: 16px; }
.ag-theme-material .ag-angle-select-parent-circle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px;
    border-color: #e2e2e2;
    border-color: var(--ag-border-color, #e2e2e2);
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-material .ag-angle-select-child-circle {
    top: 4px;
    left: 12px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -4px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.54);
    background-color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-picker-field-wrapper {
    border: 1px solid;
    border-color: #e2e2e2;
    border-color: var(--ag-border-color, #e2e2e2);
    border-radius: 5px; }
.ag-theme-material .ag-picker-field-wrapper:focus {
      box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122); }
.ag-theme-material .ag-picker-field-button {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-dialog.ag-color-dialog {
    border-radius: 5px; }
.ag-theme-material .ag-color-picker .ag-picker-field-display {
    height: 18px; }
.ag-theme-material .ag-color-panel {
    padding: 8px; }
.ag-theme-material .ag-spectrum-color {
    background-color: red;
    border-radius: 2px; }
.ag-theme-material .ag-spectrum-tools {
    padding: 10px; }
.ag-theme-material .ag-spectrum-sat {
    background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0)); }
.ag-theme-material .ag-spectrum-val {
    background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0)); }
.ag-theme-material .ag-spectrum-dragger {
    border-radius: 12px;
    height: 12px;
    width: 12px;
    border: 1px solid white;
    background: black;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24); }
.ag-theme-material .ag-spectrum-hue-background {
    border-radius: 2px; }
.ag-theme-material .ag-spectrum-alpha-background {
    border-radius: 2px; }
.ag-theme-material .ag-spectrum-tool {
    margin-bottom: 10px;
    height: 11px;
    border-radius: 2px; }
.ag-theme-material .ag-spectrum-slider {
    margin-top: -12px;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #f8f8f8;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
.ag-theme-material .ag-recent-color {
    margin: 0 3px; }
.ag-theme-material .ag-recent-color:first-child {
      margin-left: 0; }
.ag-theme-material .ag-recent-color:last-child {
      margin-right: 0; }
.ag-theme-material.ag-dnd-ghost {
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54));
    height: 56px !important;
    line-height: 56px;
    margin: 0;
    padding: 0 16px;
    transform: translateY(16px); }
.ag-theme-material .ag-dnd-ghost-icon {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.87);
    color: var(--ag-foreground-color, rgba(0, 0, 0, 0.87)); }
.ag-theme-material .ag-popup-child:not(.ag-tooltip-custom) {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }
.ag-dragging-range-handle .ag-theme-material .ag-dialog,
  .ag-dragging-fill-handle .ag-theme-material .ag-dialog {
    opacity: 0.7;
    pointer-events: none; }
.ag-theme-material .ag-dialog {
    border-radius: 0px; }
.ag-theme-material .ag-panel {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-material .ag-panel-title-bar {
    background-color: #fff;
    background-color: var(--ag-header-background-color, #fff);
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)));
    height: 56px;
    padding: 8px 24px; }
.ag-theme-material .ag-ltr .ag-panel-title-bar-button {
    margin-left: 8px; }
.ag-theme-material .ag-rtl .ag-panel-title-bar-button {
    margin-right: 8px; }
.ag-theme-material .ag-tooltip {
    background-color: #fff;
    background-color: var(--ag-header-background-color, #fff);
    color: rgba(0, 0, 0, 0.87);
    color: var(--ag-foreground-color, rgba(0, 0, 0, 0.87));
    padding: 8px;
    border-radius: 2px;
    transition: opacity 1s; }
.ag-theme-material .ag-tooltip.ag-tooltip-hiding {
      opacity: 0; }
.ag-theme-material .ag-ltr .ag-column-select-indent-1 {
    padding-left: 26px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-1 {
    padding-right: 26px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-2 {
    padding-left: 52px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-2 {
    padding-right: 52px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-3 {
    padding-left: 78px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-3 {
    padding-right: 78px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-4 {
    padding-left: 104px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-4 {
    padding-right: 104px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-5 {
    padding-left: 130px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-5 {
    padding-right: 130px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-6 {
    padding-left: 156px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-6 {
    padding-right: 156px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-7 {
    padding-left: 182px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-7 {
    padding-right: 182px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-8 {
    padding-left: 208px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-8 {
    padding-right: 208px; }
.ag-theme-material .ag-ltr .ag-column-select-indent-9 {
    padding-left: 234px; }
.ag-theme-material .ag-rtl .ag-column-select-indent-9 {
    padding-right: 234px; }
.ag-theme-material .ag-column-select-header-icon {
    cursor: pointer; }
.ag-theme-material .ag-keyboard-focus .ag-column-select-header-icon:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-column-select-header-icon:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 0px;
      left: 0px;
      display: block;
      width: calc(100% - 0px);
      height: calc(100% - 0px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-ltr .ag-column-group-icons:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-header-icon:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-header-checkbox:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-checkbox:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-material .ag-ltr .ag-column-select-column-label:not(:last-child) {
    margin-right: 12px; }
.ag-theme-material .ag-rtl .ag-column-group-icons:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-header-icon:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-header-checkbox:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-checkbox:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-material .ag-rtl .ag-column-select-column-label:not(:last-child) {
    margin-left: 12px; }
.ag-theme-material .ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 1px;
      left: 1px;
      display: block;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-column-select-column-group:not(:last-child),
  .ag-theme-material .ag-column-select-column:not(:last-child) {
    margin-bottom: 14px; }
.ag-theme-material .ag-column-select-column-readonly,
  .ag-theme-material .ag-column-select-column-group-readonly {
    color: rgba(0, 0, 0, 0.38);
    color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38));
    pointer-events: none; }
.ag-theme-material .ag-ltr .ag-column-select-add-group-indent {
    margin-left: 34px; }
.ag-theme-material .ag-rtl .ag-column-select-add-group-indent {
    margin-right: 34px; }
.ag-theme-material .ag-column-select-virtual-list-viewport {
    padding: 8px 12px; }
.ag-theme-material .ag-rtl {
    text-align: right; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
    padding-left: 66px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
    padding-right: 66px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-1 {
    padding-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-1 {
    padding-right: 42px; }
.ag-theme-material .ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
    padding-left: 108px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
    padding-right: 108px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-2 {
    padding-left: 84px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-2 {
    padding-right: 84px; }
.ag-theme-material .ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
    padding-left: 150px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
    padding-right: 150px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-3 {
    padding-left: 126px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-3 {
    padding-right: 126px; }
.ag-theme-material .ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
    padding-left: 192px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
    padding-right: 192px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-4 {
    padding-left: 168px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-4 {
    padding-right: 168px; }
.ag-theme-material .ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
    padding-left: 234px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
    padding-right: 234px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-5 {
    padding-left: 210px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-5 {
    padding-right: 210px; }
.ag-theme-material .ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
    padding-left: 276px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
    padding-right: 276px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-6 {
    padding-left: 252px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-6 {
    padding-right: 252px; }
.ag-theme-material .ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
    padding-left: 318px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
    padding-right: 318px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-7 {
    padding-left: 294px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-7 {
    padding-right: 294px; }
.ag-theme-material .ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
    padding-left: 360px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
    padding-right: 360px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-8 {
    padding-left: 336px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-8 {
    padding-right: 336px; }
.ag-theme-material .ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
    padding-left: 402px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
    padding-right: 402px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-9 {
    padding-left: 378px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-9 {
    padding-right: 378px; }
.ag-theme-material .ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
    padding-left: 444px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
    padding-right: 444px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-10 {
    padding-left: 420px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-10 {
    padding-right: 420px; }
.ag-theme-material .ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
    padding-left: 486px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
    padding-right: 486px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-11 {
    padding-left: 462px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-11 {
    padding-right: 462px; }
.ag-theme-material .ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
    padding-left: 528px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
    padding-right: 528px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-12 {
    padding-left: 504px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-12 {
    padding-right: 504px; }
.ag-theme-material .ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
    padding-left: 570px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
    padding-right: 570px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-13 {
    padding-left: 546px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-13 {
    padding-right: 546px; }
.ag-theme-material .ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
    padding-left: 612px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
    padding-right: 612px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-14 {
    padding-left: 588px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-14 {
    padding-right: 588px; }
.ag-theme-material .ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
    padding-left: 654px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
    padding-right: 654px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-15 {
    padding-left: 630px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-15 {
    padding-right: 630px; }
.ag-theme-material .ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
    padding-left: 696px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
    padding-right: 696px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-16 {
    padding-left: 672px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-16 {
    padding-right: 672px; }
.ag-theme-material .ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
    padding-left: 738px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
    padding-right: 738px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-17 {
    padding-left: 714px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-17 {
    padding-right: 714px; }
.ag-theme-material .ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
    padding-left: 780px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
    padding-right: 780px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-18 {
    padding-left: 756px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-18 {
    padding-right: 756px; }
.ag-theme-material .ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
    padding-left: 822px; }
.ag-theme-material .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
    padding-right: 822px; }
.ag-theme-material .ag-ltr .ag-row-group-indent-19 {
    padding-left: 798px; }
.ag-theme-material .ag-rtl .ag-row-group-indent-19 {
    padding-right: 798px; }
.ag-theme-material .ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
    margin-right: 42px; }
.ag-theme-material .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 42px; }
.ag-theme-material .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 42px; }
.ag-theme-material .ag-value-change-delta {
    padding-right: 2px; }
.ag-theme-material .ag-value-change-delta-up {
    color: #43a047;
    color: var(--ag-value-change-delta-up-color, #43a047); }
.ag-theme-material .ag-value-change-delta-down {
    color: #e53935;
    color: var(--ag-value-change-delta-down-color, #e53935); }
.ag-theme-material .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
.ag-theme-material .ag-value-change-value-highlight {
    background-color: #00acc1;
    background-color: var(--ag-value-change-value-highlight-background-color, #00acc1);
    transition: background-color 0.1s; }
.ag-theme-material .ag-cell-data-changed {
    background-color: #00acc1 !important;
    background-color: var(--ag-value-change-value-highlight-background-color, #00acc1) !important; }
.ag-theme-material .ag-cell-data-changed-animation {
    background-color: transparent; }
.ag-theme-material .ag-cell-highlight {
    background-color: #fce4ec !important;
    background-color: var(--ag-range-selection-highlight-color, #fce4ec) !important; }
.ag-theme-material .ag-row {
    height: 48px;
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    color: rgba(0, 0, 0, 0.87);
    color: var(--ag-data-color, var(--ag-foreground-color, rgba(0, 0, 0, 0.87)));
    border-width: 1px;
    border-color: #e2e2e2;
    border-color: var(--ag-row-border-color, var(--ag-secondary-border-color, var(--ag-border-color, #e2e2e2)));
    border-bottom-style: solid; }
.ag-theme-material .ag-row-highlight-above::after, .ag-theme-material .ag-row-highlight-below::after {
    content: '';
    position: absolute;
    width: calc(100% - 1px);
    height: 1px;
    background-color: #3f51b5;
    background-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5));
    left: 1px; }
.ag-theme-material .ag-row-highlight-above::after {
    top: -1px; }
.ag-theme-material .ag-row-highlight-above.ag-row-first::after {
    top: 0; }
.ag-theme-material .ag-row-highlight-below::after {
    bottom: 0px; }
.ag-theme-material .ag-row-odd {
    background-color: var(--ag-odd-row-background-color); }
.ag-theme-material .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
    border-right: solid 1px;
    border-right-color: #e2e2e2;
    border-right-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
    border-left: solid 1px;
    border-left-color: #e2e2e2;
    border-left-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-row-hover {
    background-color: #fafafa;
    background-color: var(--ag-row-hover-color, #fafafa); }
.ag-theme-material .ag-ltr .ag-right-aligned-cell {
    text-align: right; }
.ag-theme-material .ag-rtl .ag-right-aligned-cell {
    text-align: left; }
.ag-theme-material .ag-ltr .ag-right-aligned-cell .ag-cell-value {
    margin-left: auto; }
.ag-theme-material .ag-rtl .ag-right-aligned-cell .ag-cell-value {
    margin-right: auto; }
.ag-theme-material .ag-cell, .ag-theme-material .ag-full-width-row .ag-cell-wrapper.ag-row-group {
    border: 1px solid transparent;
    line-height: 46px;
    padding-left: 23px;
    padding-right: 23px;
    -webkit-font-smoothing: subpixel-antialiased; }
.ag-theme-material .ag-row > .ag-cell-wrapper {
    padding-left: 23px;
    padding-right: 23px; }
.ag-theme-material .ag-row-dragging {
    cursor: move;
    opacity: 0.5; }
.ag-theme-material .ag-cell-inline-editing {
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    padding: 0;
    height: 48px;
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa); }
.ag-theme-material .ag-popup-editor {
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa);
    padding: 0; }
.ag-theme-material .ag-large-text-input {
    height: auto;
    padding: 24px; }
.ag-theme-material .ag-details-row {
    padding: 40px;
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-material .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material .ag-layout-print .ag-center-cols-clipper, .ag-theme-material .ag-layout-print .ag-center-cols-container {
    min-height: 50px; }
.ag-theme-material .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.66);
    background-color: var(--ag-modal-overlay-background-color, rgba(255, 255, 255, 0.66)); }
.ag-theme-material .ag-overlay-loading-center {
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px; }
.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
    padding-top: 30px; }
.ag-theme-material .ag-loading {
    padding-left: 24px;
    display: flex;
    height: 100%;
    align-items: center; }
.ag-theme-material .ag-loading-icon {
    padding-right: 24px; }
.ag-theme-material .ag-icon-loading {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.ag-theme-material .ag-floating-top {
    border-bottom: solid 1px;
    border-bottom-color: #e2e2e2;
    border-bottom-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-floating-bottom {
    border-top: solid 1px;
    border-top-color: #e2e2e2;
    border-top-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-ltr .ag-cell {
    border-right: solid transparent; }
.ag-theme-material .ag-rtl .ag-cell {
    border-left: solid transparent; }
.ag-theme-material .ag-ltr .ag-cell {
    border-right-width: 1px; }
.ag-theme-material .ag-rtl .ag-cell {
    border-left-width: 1px; }
.ag-theme-material .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
    border-left: solid 1px;
    border-left-color: #e2e2e2;
    border-left-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
    border-right: solid 1px;
    border-right-color: #e2e2e2;
    border-right-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-row-selected {
    background-color: #eee;
    background-color: var(--ag-selected-row-background-color, #eee); }
.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus),
  .ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
    background-color: rgba(122, 134, 203, 0.1);
    background-color: var(--ag-range-selection-background-color, rgba(122, 134, 203, 0.1)); }
.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
    .ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
      background-color: rgba(0, 88, 255, 0.1) !important;
      background-color: var(--ag-range-selection-chart-background-color, rgba(0, 88, 255, 0.1)) !important; }
.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
      .ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
        background-color: rgba(0, 255, 132, 0.1) !important;
        background-color: var(--ag-range-selection-chart-category-background-color, rgba(0, 255, 132, 0.1)) !important; }
.ag-theme-material .ag-cell-range-selected-1:not(.ag-cell-focus),
  .ag-theme-material .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
    background-color: rgba(122, 134, 203, 0.1);
    background-color: var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(122, 134, 203, 0.1))); }
.ag-theme-material .ag-cell-range-selected-2:not(.ag-cell-focus),
  .ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
    background-color: rgba(122, 134, 203, 0.19);
    background-color: var(--ag-range-selection-background-color-2, rgba(122, 134, 203, 0.19)); }
.ag-theme-material .ag-cell-range-selected-3:not(.ag-cell-focus),
  .ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
    background-color: rgba(122, 134, 203, 0.271);
    background-color: var(--ag-range-selection-background-color-3, rgba(122, 134, 203, 0.271)); }
.ag-theme-material .ag-cell-range-selected-4:not(.ag-cell-focus),
  .ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
    background-color: rgba(122, 134, 203, 0.3439);
    background-color: var(--ag-range-selection-background-color-4, rgba(122, 134, 203, 0.3439)); }
.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
    border-top-color: #3f51b5;
    border-top-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
    border-right-color: #3f51b5;
    border-right-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
    border-bottom-color: #3f51b5;
    border-bottom-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
    border-left-color: #3f51b5;
    border-left-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-material .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-material .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
  .ag-theme-material .ag-ltr .ag-cell-range-single-cell,
  .ag-theme-material .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-material .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-material .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-material .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
  .ag-theme-material .ag-rtl .ag-cell-range-single-cell,
  .ag-theme-material .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
    border: 1px solid;
    border-color: #3f51b5;
    border-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5));
    outline: initial; }
.ag-theme-material .ag-cell.ag-selection-fill-top,
  .ag-theme-material .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
    border-top: 1px dashed;
    border-top-color: #3f51b5;
    border-top-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-right, .ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
    border-right: 1px dashed;
    border-right-color: #3f51b5;
    border-right-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-right, .ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
    border-left: 1px dashed;
    border-left-color: #3f51b5;
    border-left-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-cell.ag-selection-fill-bottom,
  .ag-theme-material .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
    border-bottom: 1px dashed;
    border-bottom-color: #3f51b5;
    border-bottom-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-left, .ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
    border-left: 1px dashed;
    border-left-color: #3f51b5;
    border-left-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-left, .ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
    border-right: 1px dashed;
    border-right-color: #3f51b5;
    border-right-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-fill-handle, .ag-theme-material .ag-range-handle {
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: -1px;
    background-color: #3f51b5;
    background-color: var(--ag-range-selection-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-ltr .ag-fill-handle, .ag-theme-material .ag-ltr .ag-range-handle {
      right: -1px; }
.ag-theme-material .ag-rtl .ag-fill-handle, .ag-theme-material .ag-rtl .ag-range-handle {
      left: -1px; }
.ag-theme-material .ag-fill-handle {
    cursor: cell; }
.ag-theme-material .ag-range-handle {
    cursor: nwse-resize; }
.ag-theme-material .ag-cell-inline-editing {
    border-color: #3f51b5 !important;
    border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)) !important; }
.ag-theme-material .ag-menu {
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    padding: 0; }
.ag-theme-material .ag-menu-list {
    cursor: default;
    padding: 8px 0; }
.ag-theme-material .ag-menu-separator {
    height: 17px; }
.ag-theme-material .ag-menu-separator-part:after {
    content: "";
    display: block;
    border-top: solid 1px;
    border-top-color: #e2e2e2;
    border-top-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-menu-option-active, .ag-theme-material .ag-compact-menu-option-active {
    background-color: #fafafa;
    background-color: var(--ag-row-hover-color, #fafafa); }
.ag-theme-material .ag-menu-option-part, .ag-theme-material .ag-compact-menu-option-part {
    line-height: 18px;
    padding: 10px 0; }
.ag-theme-material .ag-menu-option-disabled, .ag-theme-material .ag-compact-menu-option-disabled {
    opacity: 0.5; }
.ag-theme-material .ag-menu-option-icon, .ag-theme-material .ag-compact-menu-option-icon {
    width: 18px; }
.ag-theme-material .ag-ltr .ag-menu-option-icon, .ag-theme-material .ag-ltr .ag-compact-menu-option-icon {
      padding-left: 16px; }
.ag-theme-material .ag-rtl .ag-menu-option-icon, .ag-theme-material .ag-rtl .ag-compact-menu-option-icon {
      padding-right: 16px; }
.ag-theme-material .ag-menu-option-text, .ag-theme-material .ag-compact-menu-option-text {
    padding-left: 16px;
    padding-right: 16px; }
.ag-theme-material .ag-ltr .ag-menu-option-shortcut, .ag-theme-material .ag-ltr .ag-compact-menu-option-shortcut {
    padding-right: 8px; }
.ag-theme-material .ag-rtl .ag-menu-option-shortcut, .ag-theme-material .ag-rtl .ag-compact-menu-option-shortcut {
    padding-left: 8px; }
.ag-theme-material .ag-menu-option-popup-pointer, .ag-theme-material .ag-compact-menu-option-popup-pointer {
    padding-right: 8px; }
.ag-theme-material .ag-tabs-header {
    min-width: 220px;
    width: 100%;
    display: flex; }
.ag-theme-material .ag-tab {
    border-bottom: 2px solid transparent;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 1 1 auto; }
.ag-theme-material .ag-keyboard-focus .ag-tab:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-tab:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-tab-selected {
    border-bottom-color: #3f51b5;
    border-bottom-color: var(--ag-selected-tab-underline-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-menu-header {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-filter-separator {
    border-top: solid 1px;
    border-top-color: #e2e2e2;
    border-top-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-filter-condition-operator {
    height: 17px; }
.ag-theme-material .ag-ltr .ag-filter-condition-operator-or {
    margin-left: 16px; }
.ag-theme-material .ag-rtl .ag-filter-condition-operator-or {
    margin-right: 16px; }
.ag-theme-material .ag-set-filter-select-all {
    padding-top: 16px; }
.ag-theme-material .ag-set-filter-list, .ag-theme-material .ag-filter-no-matches {
    height: 192px; }
.ag-theme-material .ag-set-filter-filter {
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px; }
.ag-theme-material .ag-filter-to {
    margin-top: 14px; }
.ag-theme-material .ag-mini-filter {
    margin: 16px 12px; }
.ag-theme-material .ag-set-filter-item {
    margin: 0px 12px; }
.ag-theme-material .ag-ltr .ag-set-filter-item-value {
    margin-left: 12px; }
.ag-theme-material .ag-rtl .ag-set-filter-item-value {
    margin-right: 12px; }
.ag-theme-material .ag-filter-apply-panel {
    padding: 16px 12px; }
.ag-theme-material .ag-filter-apply-panel-button {
    line-height: 1.5; }
.ag-theme-material .ag-ltr .ag-filter-apply-panel-button {
      margin-left: 16px; }
.ag-theme-material .ag-rtl .ag-filter-apply-panel-button {
      margin-right: 16px; }
.ag-theme-material .ag-simple-filter-body-wrapper {
    padding: 16px 12px;
    padding-bottom: 2px; }
.ag-theme-material .ag-simple-filter-body-wrapper > * {
      margin-bottom: 14px; }
.ag-theme-material .ag-filter-no-matches {
    padding: 16px 12px; }
.ag-theme-material .ag-multi-filter-menu-item {
    margin: 8px 0; }
.ag-theme-material .ag-multi-filter-group-title-bar {
    padding: 16px 8px;
    background-color: transparent; }
.ag-theme-material .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-side-bar {
    position: relative; }
.ag-theme-material .ag-tool-panel-wrapper {
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa); }
.ag-theme-material .ag-side-buttons {
    padding-top: 32px;
    width: 22px;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    color: var(--ag-foreground-color, rgba(0, 0, 0, 0.87));
    overflow: hidden; }
.ag-theme-material button.ag-side-button-button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: transparent;
    padding: 16px 0 16px 0;
    width: 100%;
    margin: 0;
    min-height: 144px;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    border: none; }
.ag-theme-material button.ag-side-button-button:focus {
      box-shadow: none; }
.ag-theme-material .ag-keyboard-focus .ag-side-button-button:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-side-button-button:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-side-button-icon-wrapper {
    margin-bottom: 3px; }
.ag-theme-material .ag-ltr .ag-side-bar-left .ag-side-button-button,
  .ag-theme-material .ag-rtl .ag-side-bar-right .ag-side-button-button {
    border-right: 2px solid transparent; }
.ag-theme-material .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
  .ag-theme-material .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
    border-right-color: #3f51b5;
    border-right-color: var(--ag-selected-tab-underline-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-rtl .ag-side-bar-left .ag-side-button-button,
  .ag-theme-material .ag-ltr .ag-side-bar-right .ag-side-button-button {
    border-left: 2px solid transparent; }
.ag-theme-material .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
  .ag-theme-material .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
    border-left-color: #3f51b5;
    border-left-color: var(--ag-selected-tab-underline-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-filter-toolpanel-header {
    height: 48px; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-header, .ag-theme-material .ag-ltr .ag-filter-toolpanel-search {
    padding-left: 8px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-header, .ag-theme-material .ag-rtl .ag-filter-toolpanel-search {
    padding-right: 8px; }
.ag-theme-material .ag-keyboard-focus .ag-filter-toolpanel-header:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
    font-family: "agGridMaterial";
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f112";
    position: absolute; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
      padding-left: 8px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
      padding-right: 8px; }
.ag-theme-material .ag-filter-toolpanel-group-level-0-header {
    height: 64px; }
.ag-theme-material .ag-filter-toolpanel-group-item {
    margin-top: 4px;
    margin-bottom: 4px; }
.ag-theme-material .ag-filter-toolpanel-search {
    height: 56px; }
.ag-theme-material .ag-filter-toolpanel-search-input {
    flex-grow: 1;
    height: 32px; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-search-input {
      margin-right: 8px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-search-input {
      margin-left: 8px; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-expand, .ag-theme-material .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
    margin-right: 8px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-expand, .ag-theme-material .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
    margin-left: 8px; }
.ag-theme-material .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
    padding-left: 24px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
    padding-right: 24px; }
.ag-theme-material .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
    padding-left: 40px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
    padding-right: 40px; }
.ag-theme-material .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
    padding-left: 56px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
    padding-right: 56px; }
.ag-theme-material .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
    padding-left: 72px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
    padding-right: 72px; }
.ag-theme-material .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
    padding-left: 88px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
    padding-right: 88px; }
.ag-theme-material .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
    padding-left: 104px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
    padding-right: 104px; }
.ag-theme-material .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
    padding-left: 120px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
    padding-right: 120px; }
.ag-theme-material .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
    padding-left: 136px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
    padding-right: 136px; }
.ag-theme-material .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
    padding-left: 152px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
    padding-right: 152px; }
.ag-theme-material .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
    padding-left: 168px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
    padding-right: 168px; }
.ag-theme-material .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
    padding-left: 8px; }
.ag-theme-material .ag-filter-toolpanel-instance-filter {
    margin-top: 8px; }
.ag-theme-material .ag-ltr .ag-filter-toolpanel-instance-header-icon {
    margin-left: 8px; }
.ag-theme-material .ag-rtl .ag-filter-toolpanel-instance-header-icon {
    margin-right: 8px; }
.ag-theme-material .ag-pivot-mode-panel {
    height: 56px;
    display: flex; }
.ag-theme-material .ag-pivot-mode-select {
    display: flex;
    align-items: center; }
.ag-theme-material .ag-ltr .ag-pivot-mode-select {
      margin-left: 12px; }
.ag-theme-material .ag-rtl .ag-pivot-mode-select {
      margin-right: 12px; }
.ag-theme-material .ag-keyboard-focus .ag-column-select-header:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-column-select-header:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-column-select-header {
    height: 56px;
    align-items: center;
    padding: 0 12px; }
.ag-theme-material .ag-column-group-icons,
  .ag-theme-material .ag-column-select-header-icon {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-header {
    background-color: #fff;
    background-color: var(--ag-header-background-color, #fff);
    border-bottom: solid 1px;
    border-bottom-color: #e2e2e2;
    border-bottom-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-header-row {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)));
    height: 56px; }
.ag-theme-material .ag-pinned-right-header {
    border-left: solid 1px;
    border-left-color: #e2e2e2;
    border-left-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-pinned-left-header {
    border-right: solid 1px;
    border-right-color: #e2e2e2;
    border-right-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
    margin-left: 8px; }
.ag-theme-material .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
    margin-right: 8px; }
.ag-theme-material .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
    margin-right: 8px; }
.ag-theme-material .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
    margin-left: 8px; }
.ag-theme-material .ag-header-cell,
  .ag-theme-material .ag-header-group-cell {
    padding-left: 24px;
    padding-right: 24px; }
.ag-theme-material .ag-header-cell.ag-header-cell-moving,
    .ag-theme-material .ag-header-group-cell.ag-header-cell-moving {
      background-color: #f2f2f2;
      background-color: var(--ag-header-cell-moving-background-color, var(--ag-header-cell-hover-background-color, #f2f2f2)); }
.ag-theme-material .ag-keyboard-focus .ag-header-cell:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-header-cell:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-keyboard-focus .ag-header-group-cell:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-header-group-cell:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-header-icon {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-header-expand-icon {
    cursor: pointer; }
.ag-theme-material .ag-ltr .ag-header-expand-icon {
      padding-left: 4px; }
.ag-theme-material .ag-rtl .ag-header-expand-icon {
      padding-right: 4px; }
.ag-theme-material .ag-header-row:not(:first-child) .ag-header-cell,
  .ag-theme-material .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
    border-top: solid 1px;
    border-top-color: #e2e2e2;
    border-top-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-header-cell-moving):hover, .ag-theme-material .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell.ag-column-resizing,
  .ag-theme-material .ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-header-cell-moving):hover,
  .ag-theme-material .ag-header-cell:not(.ag-column-resizing) + .ag-header-cell.ag-column-resizing,
  .ag-theme-material .ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
  .ag-theme-material .ag-header-group-cell:first-of-type.ag-column-resizing,
  .ag-theme-material .ag-header-cell:first-of-type:not(.ag-header-cell-moving):hover,
  .ag-theme-material .ag-header-cell:first-of-type.ag-column-resizing {
    background-color: #f2f2f2;
    background-color: var(--ag-header-cell-hover-background-color, #f2f2f2); }
.ag-theme-material .ag-ltr .ag-header-select-all {
    margin-right: 24px; }
.ag-theme-material .ag-rtl .ag-header-select-all {
    margin-left: 24px; }
.ag-theme-material .ag-ltr .ag-floating-filter-button {
    margin-left: 24px; }
.ag-theme-material .ag-rtl .ag-floating-filter-button {
    margin-right: 24px; }
.ag-theme-material .ag-floating-filter-button-button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    appearance: none;
    background: transparent;
    border: none;
    height: 18px;
    padding: 0;
    width: 18px; }
.ag-theme-material .ag-filter-loading {
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa);
    height: 100%;
    padding: 16px 12px;
    position: absolute;
    width: 100%;
    z-index: 1; }
.ag-theme-material .ag-paging-panel {
    border-top: 1px solid;
    border-top-color: #e2e2e2;
    border-top-color: var(--ag-border-color, #e2e2e2);
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54));
    height: 56px; }
.ag-theme-material .ag-paging-panel > * {
      margin: 0 24px; }
.ag-theme-material .ag-paging-button {
    cursor: pointer; }
.ag-theme-material .ag-paging-button.ag-disabled {
    cursor: default;
    color: rgba(0, 0, 0, 0.38);
    color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38)); }
.ag-theme-material .ag-keyboard-focus .ag-paging-button:focus {
    outline: none; }
.ag-theme-material .ag-keyboard-focus .ag-paging-button:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 0px;
      left: 0px;
      display: block;
      width: calc(100% - 0px);
      height: calc(100% - 0px);
      border: 1px solid;
      border-color: #3f51b5;
      border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material .ag-paging-button, .ag-theme-material .ag-paging-description {
    margin: 0 8px; }
.ag-theme-material .ag-status-bar {
    color: rgba(0, 0, 0, 0.38);
    color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38));
    padding-right: 32px;
    padding-left: 32px;
    line-height: 1.5; }
.ag-theme-material .ag-status-name-value-value {
    color: rgba(0, 0, 0, 0.87);
    color: var(--ag-foreground-color, rgba(0, 0, 0, 0.87)); }
.ag-theme-material .ag-status-bar-center {
    text-align: center; }
.ag-theme-material .ag-status-name-value {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px; }
.ag-theme-material .ag-column-drop-cell {
    background: #e2e2e2;
    background: var(--ag-chip-background-color, #e2e2e2);
    border-radius: 32px;
    height: 32px;
    padding: 0 4px; }
.ag-theme-material .ag-column-drop-cell-text {
    margin: 0 8px; }
.ag-theme-material .ag-column-drop-cell-button {
    min-width: 32px;
    margin: 0 4px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-column-drop-cell-drag-handle {
    margin-left: 16px; }
.ag-theme-material .ag-column-drop-cell-ghost {
    opacity: 0.5; }
.ag-theme-material .ag-column-drop-horizontal {
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa);
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54));
    height: 48px; }
.ag-theme-material .ag-ltr .ag-column-drop-horizontal {
      padding-left: 24px; }
.ag-theme-material .ag-rtl .ag-column-drop-horizontal {
      padding-right: 24px; }
.ag-theme-material .ag-column-drop-horizontal-cell-separator {
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-column-drop-horizontal-empty-message {
    color: rgba(0, 0, 0, 0.38);
    color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38)); }
.ag-theme-material .ag-ltr .ag-column-drop-horizontal-icon {
    margin-right: 24px; }
.ag-theme-material .ag-rtl .ag-column-drop-horizontal-icon {
    margin-left: 24px; }
.ag-theme-material .ag-column-drop-vertical-list {
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px; }
.ag-theme-material .ag-column-drop-vertical-cell {
    margin-top: 8px; }
.ag-theme-material .ag-column-drop-vertical {
    min-height: 50px;
    max-height: 150px; }
.ag-theme-material .ag-column-drop-vertical-icon {
    margin-left: 8px;
    margin-right: 8px; }
.ag-theme-material .ag-column-drop-vertical-empty-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.38);
    color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38));
    margin-top: 8px; }
.ag-theme-material .ag-select-agg-func-popup {
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    background: #fff;
    background: var(--ag-background-color, #fff);
    height: 140px;
    padding: 0; }
.ag-theme-material .ag-select-agg-func-virtual-list-item {
    cursor: default;
    line-height: 40px;
    padding-left: 16px; }
.ag-theme-material .ag-select-agg-func-virtual-list-item:hover {
      background-color: #eee;
      background-color: var(--ag-selected-row-background-color, #eee); }
.ag-theme-material .ag-chart-menu {
    border-radius: 2px;
    background: #fff;
    background: var(--ag-background-color, #fff); }
.ag-theme-material .ag-chart-menu-icon {
    opacity: 0.5;
    line-height: 24px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    margin: 2px 0;
    cursor: pointer;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-chart-menu-icon:hover {
      opacity: 1; }
.ag-theme-material .ag-chart-mini-thumbnail {
    border: 1px solid;
    border-color: #e2e2e2;
    border-color: var(--ag-secondary-border-color, var(--ag-border-color, #e2e2e2));
    border-radius: 5px;
    margin: 5px; }
.ag-theme-material .ag-chart-mini-thumbnail:nth-last-child(3),
    .ag-theme-material .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
      margin-left: auto;
      margin-right: auto; }
.ag-theme-material .ag-ltr .ag-chart-mini-thumbnail:first-child {
      margin-left: 0; }
.ag-theme-material .ag-rtl .ag-chart-mini-thumbnail:first-child {
      margin-right: 0; }
.ag-theme-material .ag-ltr .ag-chart-mini-thumbnail:last-child {
      margin-right: 0; }
.ag-theme-material .ag-rtl .ag-chart-mini-thumbnail:last-child {
      margin-left: 0; }
.ag-theme-material .ag-chart-mini-thumbnail.ag-selected {
      border-color: #ff4081;
      border-color: var(--ag-minichart-selected-chart-color, var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081))); }
.ag-theme-material .ag-chart-settings-card-item {
    background: rgba(0, 0, 0, 0.87);
    background: var(--ag-foreground-color, rgba(0, 0, 0, 0.87));
    width: 8px;
    height: 8px;
    border-radius: 4px; }
.ag-theme-material .ag-chart-settings-card-item.ag-selected {
      background-color: #ff4081;
      background-color: var(--ag-minichart-selected-page-color, var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081))); }
.ag-theme-material .ag-chart-data-column-drag-handle {
    margin-left: 8px; }
.ag-theme-material .ag-charts-settings-group-container {
    padding: 8px; }
.ag-theme-material .ag-charts-data-group-container {
    padding: 16px 12px;
    padding-bottom: 2px; }
.ag-theme-material .ag-charts-data-group-container > * {
      margin-bottom: 14px; }
.ag-theme-material .ag-charts-format-top-level-group-container {
    margin-left: 16px;
    padding: 8px; }
.ag-theme-material .ag-charts-format-top-level-group-item {
    margin: 8px 0; }
.ag-theme-material .ag-charts-format-sub-level-group-container {
    padding: 16px 12px;
    padding-bottom: 2px; }
.ag-theme-material .ag-charts-format-sub-level-group-container > * {
      margin-bottom: 14px; }
.ag-theme-material .ag-charts-group-container.ag-group-container-horizontal {
    padding: 8px; }
.ag-theme-material .ag-chart-data-section,
  .ag-theme-material .ag-chart-format-section {
    display: flex;
    margin: 0; }
.ag-theme-material .ag-chart-menu-panel {
    background-color: #fafafa;
    background-color: var(--ag-control-panel-background-color, #fafafa); }
.ag-theme-material .ag-ltr .ag-chart-menu-panel {
      border-left: solid 1px;
      border-left-color: #e2e2e2;
      border-left-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-rtl .ag-chart-menu-panel {
      border-right: solid 1px;
      border-right-color: #e2e2e2;
      border-right-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-date-time-list-page-title {
    flex-grow: 1;
    text-align: center; }
.ag-theme-material .ag-date-time-list-page-column-label {
    text-align: center; }
.ag-theme-material .ag-date-time-list-page-entry {
    text-align: center; }
.ag-theme-material .ag-checkbox-input-wrapper {
    font-family: "agGridMaterial";
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    background-color: var(--ag-checkbox-background-color);
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    flex: none; }
.ag-theme-material .ag-checkbox-input-wrapper input, .ag-theme-material .ag-checkbox-input-wrapper input {
      -webkit-appearance: none;
      opacity: 0;
      width: 100%;
      height: 100%; }
.ag-theme-material .ag-checkbox-input-wrapper:focus-within, .ag-theme-material .ag-checkbox-input-wrapper:active {
      outline: none;
      box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122); }
.ag-theme-material .ag-checkbox-input-wrapper.ag-disabled {
      opacity: 0.5; }
.ag-theme-material .ag-checkbox-input-wrapper::after {
      content: "\f108";
      color: #333;
      color: var(--ag-checkbox-unchecked-color, #333);
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-material .ag-checkbox-input-wrapper.ag-checked::after {
      content: "\f106";
      color: #ff4081;
      color: var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081));
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-material .ag-checkbox-input-wrapper.ag-indeterminate::after {
      content: "\f107";
      color: #333;
      color: var(--ag-checkbox-indeterminate-color, var(--ag-checkbox-unchecked-color, #333));
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-material .ag-toggle-button-input-wrapper {
    box-sizing: border-box;
    width: 36px;
    height: 18px;
    background-color: #333;
    background-color: var(--ag-toggle-button-off-background-color, var(--ag-checkbox-unchecked-color, #333));
    border-radius: 9px;
    position: relative;
    flex: none;
    border: 1px solid;
    border-color: #333;
    border-color: var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #333)); }
.ag-theme-material .ag-toggle-button-input-wrapper input {
      opacity: 0;
      height: 100%;
      width: 100%; }
.ag-theme-material .ag-toggle-button-input-wrapper:focus-within {
      outline: none;
      box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122); }
.ag-theme-material .ag-toggle-button-input-wrapper.ag-disabled {
      opacity: 0.5; }
.ag-theme-material .ag-toggle-button-input-wrapper.ag-checked {
      background-color: #ff4081;
      background-color: var(--ag-toggle-button-on-background-color, var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081)));
      border-color: #ff4081;
      border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081))); }
.ag-theme-material .ag-toggle-button-input-wrapper::before {
      content: ' ';
      position: absolute;
      top: -1px;
      left: -1px;
      display: block;
      box-sizing: border-box;
      height: 18px;
      width: 18px;
      background-color: #fff;
      background-color: var(--ag-toggle-button-switch-background-color, var(--ag-background-color, #fff));
      border-radius: 9px;
      transition: left 100ms;
      border: 1px solid;
      border-color: #333;
      border-color: var(--ag-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #333))); }
.ag-theme-material .ag-toggle-button-input-wrapper.ag-checked::before {
      left: calc(100% - 18px);
      border-color: #ff4081;
      border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081))); }
.ag-theme-material .ag-radio-button-input-wrapper {
    font-family: "agGridMaterial";
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    background-color: var(--ag-checkbox-background-color);
    display: inline-block;
    vertical-align: middle;
    flex: none;
    border-radius: 18px; }
.ag-theme-material .ag-radio-button-input-wrapper input, .ag-theme-material .ag-radio-button-input-wrapper input {
      -webkit-appearance: none;
      opacity: 0;
      width: 100%;
      height: 100%; }
.ag-theme-material .ag-radio-button-input-wrapper:focus-within, .ag-theme-material .ag-radio-button-input-wrapper:active {
      outline: none;
      box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122); }
.ag-theme-material .ag-radio-button-input-wrapper.ag-disabled {
      opacity: 0.5; }
.ag-theme-material .ag-radio-button-input-wrapper::after {
      content: "\f124";
      color: #333;
      color: var(--ag-checkbox-unchecked-color, #333);
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-material .ag-radio-button-input-wrapper.ag-checked::after {
      content: "\f125";
      color: #ff4081;
      color: var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081));
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-material input[class^='ag-'][type='range'] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background: none;
    overflow: visible; }
.ag-theme-material input[class^='ag-'][type='range']::-webkit-slider-runnable-track {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 3px;
      background-color: #e2e2e2;
      background-color: var(--ag-border-color, #e2e2e2);
      border-radius: 2px; }
.ag-theme-material input[class^='ag-'][type='range']::-moz-range-track {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 3px;
      background-color: #e2e2e2;
      background-color: var(--ag-border-color, #e2e2e2);
      border-radius: 2px; }
.ag-theme-material input[class^='ag-'][type='range']::-ms-track {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 3px;
      background-color: #e2e2e2;
      background-color: var(--ag-border-color, #e2e2e2);
      border-radius: 2px;
      color: transparent;
      width: calc(100% - 2px); }
.ag-theme-material input[class^='ag-'][type='range']::-webkit-slider-thumb {
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      background-color: #fff;
      background-color: var(--ag-background-color, #fff);
      border: 1px solid;
      border-color: #333;
      border-color: var(--ag-checkbox-unchecked-color, #333);
      border-radius: 18px;
      transform: translateY(-7.5px); }
.ag-theme-material input[class^='ag-'][type='range']::-ms-thumb {
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      background-color: #fff;
      background-color: var(--ag-background-color, #fff);
      border: 1px solid;
      border-color: #333;
      border-color: var(--ag-checkbox-unchecked-color, #333);
      border-radius: 18px; }
.ag-theme-material input[class^='ag-'][type='range']::-moz-ag-range-thumb {
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      background-color: #fff;
      background-color: var(--ag-background-color, #fff);
      border: 1px solid;
      border-color: #333;
      border-color: var(--ag-checkbox-unchecked-color, #333);
      border-radius: 18px; }
.ag-theme-material input[class^='ag-'][type='range']:focus {
      outline: none; }
.ag-theme-material input[class^='ag-'][type='range']:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
        border-color: #ff4081;
        border-color: var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081)); }
.ag-theme-material input[class^='ag-'][type='range']:focus::-ms-thumb {
        box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
        border-color: #ff4081;
        border-color: var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081)); }
.ag-theme-material input[class^='ag-'][type='range']:focus::-moz-ag-range-thumb {
        box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
        border-color: #ff4081;
        border-color: var(--ag-checkbox-checked-color, var(--ag-material-accent-color, #ff4081)); }
.ag-theme-material input[class^='ag-'][type='range']:active::-webkit-slider-runnable-track {
      background-color: #3f51b5;
      background-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material input[class^='ag-'][type='range']:active::-moz-ag-range-track {
      background-color: #3f51b5;
      background-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material input[class^='ag-'][type='range']:active::-ms-track {
      background-color: #3f51b5;
      background-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)); }
.ag-theme-material input[class^='ag-'][type='range']:disabled {
      opacity: 0.5; }
.ag-theme-material .ag-filter-toolpanel-header,
  .ag-theme-material .ag-filter-toolpanel-search,
  .ag-theme-material .ag-status-bar,
  .ag-theme-material .ag-header-row,
  .ag-theme-material .ag-panel-title-bar-title,
  .ag-theme-material .ag-side-button-button,
  .ag-theme-material .ag-multi-filter-group-title-bar {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54))); }
.ag-theme-material .ag-tab {
    height: 36px; }
.ag-theme-material .ag-tabs-header,
  .ag-theme-material .ag-column-drop-horizontal {
    background-color: #eee;
    background-color: var(--ag-subheader-background-color, #eee); }
.ag-theme-material .ag-tabs-body {
    padding: 4px 0; }
.ag-theme-material .ag-tabs-body .ag-menu-list {
    padding-top: 0;
    padding-bottom: 0; }
.ag-theme-material .ag-header-cell,
  .ag-theme-material .ag-header-group-cell {
    transition: background-color 0.5s; }
.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {
    bottom: 0; }
.ag-theme-material .ag-cell-inline-editing {
    padding: 8px;
    height: 72px;
    border-color: #e2e2e2 !important;
    border-color: var(--ag-border-color, #e2e2e2) !important; }
.ag-theme-material .ag-has-focus .ag-cell-inline-editing {
    border-color: #3f51b5 !important;
    border-color: var(--ag-input-focus-border-color, var(--ag-material-primary-color, #3f51b5)) !important; }
.ag-theme-material .ag-side-button-button {
    color: rgba(0, 0, 0, 0.54);
    color: var(--ag-secondary-foreground-color, rgba(0, 0, 0, 0.54)); }
.ag-theme-material .ag-column-drop-vertical {
    border-bottom: solid 1px;
    border-bottom-color: #e2e2e2;
    border-bottom-color: var(--ag-border-color, #e2e2e2);
    padding-top: 8px; }
.ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {
      border-bottom: none; }
.ag-theme-material .ag-column-drop-vertical-cell {
    margin-left: 0; }
.ag-theme-material .ag-column-drop-vertical-empty-message {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.38);
    color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38)); }
.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {
      padding-left: 34px;
      padding-right: 8px; }
.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {
      padding-right: 34px;
      padding-left: 8px; }
.ag-theme-material .ag-status-bar {
    border: solid 1px;
    border-color: #e2e2e2;
    border-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-column-panel-column-select {
    border-top: solid 1px;
    border-top-color: #e2e2e2;
    border-top-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-column-select, .ag-theme-material .ag-column-select-header {
    border-bottom: solid 1px;
    border-bottom-color: #e2e2e2;
    border-bottom-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-column-select-header {
    height: 56px; }
.ag-theme-material .ag-group-title-bar {
    padding: 6px 8px; }
.ag-theme-material .ag-charts-format-sub-level-group-title-bar {
    padding: 4px 8px; }
.ag-theme-material .ag-chart-data-section,
  .ag-theme-material .ag-chart-format-section {
    padding-bottom: 4px; }
.ag-theme-material .ag-group-toolbar {
    background-color: rgba(238, 238, 238, 0.5); }
.ag-theme-material input[class^='ag-']:not([type]),
  .ag-theme-material input[class^='ag-'][type='text'],
  .ag-theme-material input[class^='ag-'][type='number'],
  .ag-theme-material input[class^='ag-'][type='tel'],
  .ag-theme-material input[class^='ag-'][type='date'],
  .ag-theme-material input[class^='ag-'][type='datetime-local'],
  .ag-theme-material textarea[class^='ag-'] {
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
    color: var(--ag-foreground-color, rgba(0, 0, 0, 0.87));
    font-family: inherit;
    font-size: inherit;
    height: 40px;
    padding-bottom: 8px;
    border-width: 0;
    border-bottom: 2px solid;
    border-bottom-color: #e2e2e2;
    border-bottom-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material input:focus[class^='ag-']:not([type]),
    .ag-theme-material input:focus[class^='ag-'][type='text'],
    .ag-theme-material input:focus[class^='ag-'][type='number'],
    .ag-theme-material input:focus[class^='ag-'][type='tel'],
    .ag-theme-material input:focus[class^='ag-'][type='date'],
    .ag-theme-material input:focus[class^='ag-'][type='datetime-local'],
    .ag-theme-material textarea:focus[class^='ag-'] {
      border-bottom: 2px solid;
      border-bottom-color: #3f51b5;
      border-bottom-color: var(--ag-material-primary-color, #3f51b5);
      outline: none;
      box-shadow: none; }
.ag-theme-material input:not([type])[class^='ag-']::placeholder,
    .ag-theme-material input[type='text'][class^='ag-']::placeholder,
    .ag-theme-material input[type='number'][class^='ag-']::placeholder,
    .ag-theme-material input[type='tel'][class^='ag-']::placeholder,
    .ag-theme-material input[type='date'][class^='ag-']::placeholder,
    .ag-theme-material input[type='datetime-local'][class^='ag-']::placeholder,
    .ag-theme-material textarea[class^='ag-']::placeholder {
      color: rgba(0, 0, 0, 0.38);
      color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38)); }
.ag-theme-material input:disabled[class^='ag-']:not([type]),
    .ag-theme-material input:disabled[class^='ag-'][type='text'],
    .ag-theme-material input:disabled[class^='ag-'][type='number'],
    .ag-theme-material input:disabled[class^='ag-'][type='tel'],
    .ag-theme-material input:disabled[class^='ag-'][type='date'],
    .ag-theme-material input:disabled[class^='ag-'][type='datetime-local'],
    .ag-theme-material textarea:disabled[class^='ag-'] {
      border-bottom: 1px solid;
      border-bottom-color: #e2e2e2;
      border-bottom-color: var(--ag-border-color, #e2e2e2); }
.ag-theme-material .ag-standard-button {
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #3f51b5;
    color: var(--ag-material-primary-color, #3f51b5);
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
.ag-theme-material .ag-standard-button:disabled {
      color: rgba(0, 0, 0, 0.38);
      color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.38));
      background-color: var(--ag-input-disabled-background-color);
      border-color: var(--ag-input-disabled-border-color); }
.ag-theme-material .ag-dnd-ghost {
    font-size: 12px;
    font-weight: 600; }
.ag-theme-material .ag-filter-toolpanel-header {
    height: 32px; }
.ag-theme-material .ag-filter-toolpanel-group-level-0-header {
    height: 56px; }
.ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-material .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material .ag-layout-print .ag-center-cols-clipper, .ag-theme-material .ag-layout-print .ag-center-cols-container {
    min-height: 150px; }
.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
    padding-top: 60px; }
.ag-theme-material .ag-picker-field-wrapper:focus {
    box-shadow: 0 0 0 1px #3f51b5; }
.ag-theme-alpine {
  -webkit-font-smoothing: antialiased;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: normal; }
@font-face {
  font-family: "agGridAlpine";
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal; }
.ag-theme-alpine .ag-icon {
    font-family: "agGridAlpine";
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.ag-theme-alpine .ag-icon-aggregation:before {
    content: "\f101"; }
.ag-theme-alpine .ag-icon-arrows:before {
    content: "\f102"; }
.ag-theme-alpine .ag-icon-asc:before {
    content: "\f103"; }
.ag-theme-alpine .ag-icon-cancel:before {
    content: "\f104"; }
.ag-theme-alpine .ag-icon-chart:before {
    content: "\f105"; }
.ag-theme-alpine .ag-icon-color-picker:before {
    content: "\f109"; }
.ag-theme-alpine .ag-icon-columns:before {
    content: "\f10a"; }
.ag-theme-alpine .ag-icon-contracted:before {
    content: "\f10b"; }
.ag-theme-alpine .ag-icon-copy:before {
    content: "\f10c"; }
.ag-theme-alpine .ag-icon-cross:before {
    content: "\f10d"; }
.ag-theme-alpine .ag-icon-desc:before {
    content: "\f10e"; }
.ag-theme-alpine .ag-icon-expanded:before {
    content: "\f10f"; }
.ag-theme-alpine .ag-icon-eye-slash:before {
    content: "\f110"; }
.ag-theme-alpine .ag-icon-eye:before {
    content: "\f111"; }
.ag-theme-alpine .ag-icon-filter:before {
    content: "\f112"; }
.ag-theme-alpine .ag-icon-first:before {
    content: "\f113"; }
.ag-theme-alpine .ag-icon-grip:before {
    content: "\f114"; }
.ag-theme-alpine .ag-icon-group:before {
    content: "\f115"; }
.ag-theme-alpine .ag-icon-last:before {
    content: "\f116"; }
.ag-theme-alpine .ag-icon-left:before {
    content: "\f117"; }
.ag-theme-alpine .ag-icon-linked:before {
    content: "\f118"; }
.ag-theme-alpine .ag-icon-loading:before {
    content: "\f119"; }
.ag-theme-alpine .ag-icon-maximize:before {
    content: "\f11a"; }
.ag-theme-alpine .ag-icon-menu:before {
    content: "\f11b"; }
.ag-theme-alpine .ag-icon-minimize:before {
    content: "\f11c"; }
.ag-theme-alpine .ag-icon-next:before {
    content: "\f11d"; }
.ag-theme-alpine .ag-icon-none:before {
    content: "\f11e"; }
.ag-theme-alpine .ag-icon-not-allowed:before {
    content: "\f11f"; }
.ag-theme-alpine .ag-icon-paste:before {
    content: "\f120"; }
.ag-theme-alpine .ag-icon-pin:before {
    content: "\f121"; }
.ag-theme-alpine .ag-icon-pivot:before {
    content: "\f122"; }
.ag-theme-alpine .ag-icon-previous:before {
    content: "\f123"; }
.ag-theme-alpine .ag-icon-right:before {
    content: "\f126"; }
.ag-theme-alpine .ag-icon-save:before {
    content: "\f127"; }
.ag-theme-alpine .ag-icon-small-down:before {
    content: "\f128"; }
.ag-theme-alpine .ag-icon-small-left:before {
    content: "\f129"; }
.ag-theme-alpine .ag-icon-small-right:before {
    content: "\f12a"; }
.ag-theme-alpine .ag-icon-small-up:before {
    content: "\f12b"; }
.ag-theme-alpine .ag-icon-tick:before {
    content: "\f12c"; }
.ag-theme-alpine .ag-icon-tree-closed:before {
    content: "\f12d"; }
.ag-theme-alpine .ag-icon-tree-indeterminate:before {
    content: "\f12e"; }
.ag-theme-alpine .ag-icon-tree-open:before {
    content: "\f12f"; }
.ag-theme-alpine .ag-icon-unlinked:before {
    content: "\f130"; }
.ag-theme-alpine .ag-icon-row-drag:before {
    content: "\f114"; }
.ag-theme-alpine .ag-left-arrow:before {
    content: "\f117"; }
.ag-theme-alpine .ag-right-arrow:before {
    content: "\f126"; }
.ag-theme-alpine .ag-root-wrapper {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine [class^='ag-'], .ag-theme-alpine [class^='ag-']:focus, .ag-theme-alpine [class^='ag-']:after, .ag-theme-alpine [class^='ag-']:before {
    box-sizing: border-box;
    outline: none; }
.ag-theme-alpine [class^='ag-']::-ms-clear {
    display: none; }
.ag-theme-alpine .ag-checkbox .ag-input-wrapper,
  .ag-theme-alpine .ag-radio-button .ag-input-wrapper {
    overflow: visible; }
.ag-theme-alpine .ag-range-field .ag-input-wrapper {
    height: 100%; }
.ag-theme-alpine .ag-toggle-button {
    flex: none;
    width: unset;
    min-width: unset; }
.ag-theme-alpine .ag-ltr .ag-label-align-right .ag-label {
    margin-left: 6px; }
.ag-theme-alpine .ag-rtl .ag-label-align-right .ag-label {
    margin-right: 6px; }
.ag-theme-alpine input[class^='ag-'] {
    margin: 0;
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine textarea[class^='ag-'],
  .ag-theme-alpine select[class^='ag-'] {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine input[class^='ag-']:not([type]),
  .ag-theme-alpine input[class^='ag-'][type='text'],
  .ag-theme-alpine input[class^='ag-'][type='number'],
  .ag-theme-alpine input[class^='ag-'][type='tel'],
  .ag-theme-alpine input[class^='ag-'][type='date'],
  .ag-theme-alpine input[class^='ag-'][type='datetime-local'],
  .ag-theme-alpine textarea[class^='ag-'] {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #babfc7;
    border-color: var(--ag-input-border-color, var(--ag-border-color, #babfc7)); }
.ag-theme-alpine input[class^='ag-']:not([type]):disabled,
    .ag-theme-alpine input[class^='ag-'][type='text']:disabled,
    .ag-theme-alpine input[class^='ag-'][type='number']:disabled,
    .ag-theme-alpine input[class^='ag-'][type='tel']:disabled,
    .ag-theme-alpine input[class^='ag-'][type='date']:disabled,
    .ag-theme-alpine input[class^='ag-'][type='datetime-local']:disabled,
    .ag-theme-alpine textarea[class^='ag-']:disabled {
      color: rgba(24, 29, 31, 0.5);
      color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
      background-color: #f1f2f4;
      background-color: var(--ag-input-disabled-background-color, #f1f2f4);
      border-color: rgba(186, 191, 199, 0.3);
      border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3)); }
.ag-theme-alpine input[class^='ag-']:not([type]):focus,
    .ag-theme-alpine input[class^='ag-'][type='text']:focus,
    .ag-theme-alpine input[class^='ag-'][type='number']:focus,
    .ag-theme-alpine input[class^='ag-'][type='tel']:focus,
    .ag-theme-alpine input[class^='ag-'][type='date']:focus,
    .ag-theme-alpine input[class^='ag-'][type='datetime-local']:focus,
    .ag-theme-alpine textarea[class^='ag-']:focus {
      outline: none;
      box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine input[class^='ag-'][type='number'] {
    -moz-appearance: textfield; }
.ag-theme-alpine input[class^='ag-'][type='number']::-webkit-outer-spin-button, .ag-theme-alpine input[class^='ag-'][type='number']::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
.ag-theme-alpine input[class^='ag-'][type='range'] {
    padding: 0; }
.ag-theme-alpine input[class^='ag-'][type='button']:focus, .ag-theme-alpine button[class^='ag-']:focus {
    box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4); }
.ag-theme-alpine .ag-drag-handle {
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-list-item, .ag-theme-alpine .ag-virtual-list-item {
    height: 24px; }
.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-select-list {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    overflow-y: auto;
    overflow-x: hidden; }
.ag-theme-alpine .ag-list-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.ag-theme-alpine .ag-list-item.ag-active-item {
      background-color: rgba(33, 150, 243, 0.1);
      background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1)); }
.ag-theme-alpine .ag-select-list-item {
    padding-left: 4px;
    padding-right: 4px;
    cursor: default;
    -webkit-user-select: none;
    user-select: none; }
.ag-theme-alpine .ag-select-list-item span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
.ag-theme-alpine .ag-select .ag-picker-field-wrapper {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    min-height: 24px;
    cursor: default; }
.ag-theme-alpine .ag-select.ag-disabled .ag-picker-field-wrapper:focus {
    box-shadow: none; }
.ag-theme-alpine .ag-select:not(.ag-cell-editor) {
    height: 24px; }
.ag-theme-alpine .ag-select .ag-picker-field-display {
    margin: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.ag-theme-alpine .ag-select .ag-picker-field-icon {
    display: flex;
    align-items: center; }
.ag-theme-alpine .ag-select.ag-disabled {
    opacity: 0.5; }
.ag-theme-alpine .ag-rich-select {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8); }
.ag-theme-alpine .ag-rich-select-list {
    width: 100%;
    min-width: 200px;
    height: 273px; }
.ag-theme-alpine .ag-rich-select-value {
    padding: 0 6px 0 18px;
    height: 42px;
    border-bottom: solid 1px;
    border-bottom-color: #dde2eb;
    border-bottom-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-rich-select-virtual-list-item {
    cursor: default;
    height: 24px; }
.ag-theme-alpine .ag-rich-select-virtual-list-item:hover {
      background-color: rgba(33, 150, 243, 0.1);
      background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1)); }
.ag-theme-alpine .ag-rich-select-row {
    padding-left: 18px; }
.ag-theme-alpine .ag-rich-select-row-selected {
    background-color: rgba(33, 150, 243, 0.3);
    background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3)); }
.ag-theme-alpine .ag-row-drag,
  .ag-theme-alpine .ag-selection-checkbox,
  .ag-theme-alpine .ag-group-expanded,
  .ag-theme-alpine .ag-group-contracted {
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-ltr .ag-row-drag, .ag-theme-alpine .ag-ltr .ag-selection-checkbox, .ag-theme-alpine .ag-ltr .ag-group-expanded, .ag-theme-alpine .ag-ltr .ag-group-contracted {
      margin-right: 12px; }
.ag-theme-alpine .ag-rtl .ag-row-drag, .ag-theme-alpine .ag-rtl .ag-selection-checkbox, .ag-theme-alpine .ag-rtl .ag-group-expanded, .ag-theme-alpine .ag-rtl .ag-group-contracted {
      margin-left: 12px; }
.ag-theme-alpine .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
    height: 40px;
    display: flex;
    align-items: center;
    flex: none; }
.ag-theme-alpine .ag-group-expanded,
  .ag-theme-alpine .ag-group-contracted {
    cursor: pointer; }
.ag-theme-alpine .ag-group-title-bar-icon {
    cursor: pointer;
    flex: none;
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-ltr .ag-group-child-count {
    margin-left: 2px; }
.ag-theme-alpine .ag-rtl .ag-group-child-count {
    margin-right: 2px; }
.ag-theme-alpine .ag-group-title-bar {
    background-color: #fff;
    background-color: var(--ag-subheader-background-color, #fff);
    padding: 6px; }
.ag-theme-alpine .ag-group-toolbar {
    padding: 6px; }
.ag-theme-alpine .ag-disabled-group-title-bar, .ag-theme-alpine .ag-disabled-group-container {
    opacity: 0.5; }
.ag-theme-alpine .group-item {
    margin: 3px 0; }
.ag-theme-alpine .ag-label {
    white-space: nowrap; }
.ag-theme-alpine .ag-ltr .ag-label {
      margin-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-label {
      margin-left: 6px; }
.ag-theme-alpine .ag-label-align-top .ag-label {
    margin-bottom: 3px; }
.ag-theme-alpine .ag-ltr .ag-slider-field, .ag-theme-alpine .ag-ltr .ag-angle-select-field {
    margin-right: 12px; }
.ag-theme-alpine .ag-rtl .ag-slider-field, .ag-theme-alpine .ag-rtl .ag-angle-select-field {
    margin-left: 12px; }
.ag-theme-alpine .ag-angle-select-parent-circle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine .ag-angle-select-child-circle {
    top: 4px;
    left: 12px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -4px;
    border-radius: 3px;
    background-color: #181d1f;
    background-color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-picker-field-wrapper {
    border: 1px solid;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    border-radius: 5px; }
.ag-theme-alpine .ag-picker-field-wrapper:focus {
      box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4); }
.ag-theme-alpine .ag-picker-field-button {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-dialog.ag-color-dialog {
    border-radius: 5px; }
.ag-theme-alpine .ag-color-picker .ag-picker-field-display {
    height: 16px; }
.ag-theme-alpine .ag-color-panel {
    padding: 6px; }
.ag-theme-alpine .ag-spectrum-color {
    background-color: red;
    border-radius: 2px; }
.ag-theme-alpine .ag-spectrum-tools {
    padding: 10px; }
.ag-theme-alpine .ag-spectrum-sat {
    background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0)); }
.ag-theme-alpine .ag-spectrum-val {
    background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0)); }
.ag-theme-alpine .ag-spectrum-dragger {
    border-radius: 12px;
    height: 12px;
    width: 12px;
    border: 1px solid white;
    background: black;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24); }
.ag-theme-alpine .ag-spectrum-hue-background {
    border-radius: 2px; }
.ag-theme-alpine .ag-spectrum-alpha-background {
    border-radius: 2px; }
.ag-theme-alpine .ag-spectrum-tool {
    margin-bottom: 10px;
    height: 11px;
    border-radius: 2px; }
.ag-theme-alpine .ag-spectrum-slider {
    margin-top: -12px;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #f8f8f8;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
.ag-theme-alpine .ag-recent-color {
    margin: 0 3px; }
.ag-theme-alpine .ag-recent-color:first-child {
      margin-left: 0; }
.ag-theme-alpine .ag-recent-color:last-child {
      margin-right: 0; }
.ag-theme-alpine.ag-dnd-ghost {
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
    border: solid 1px;
    border-color: #dde2eb;
    border-color: var(--ag-secondary-border-color, #dde2eb);
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    height: 48px !important;
    line-height: 48px;
    margin: 0;
    padding: 0 12px;
    transform: translateY(12px); }
.ag-theme-alpine .ag-dnd-ghost-icon {
    margin-right: 6px;
    color: #181d1f;
    color: var(--ag-foreground-color, #181d1f); }
.ag-theme-alpine .ag-popup-child:not(.ag-tooltip-custom) {
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4); }
.ag-dragging-range-handle .ag-theme-alpine .ag-dialog,
  .ag-dragging-fill-handle .ag-theme-alpine .ag-dialog {
    opacity: 0.7;
    pointer-events: none; }
.ag-theme-alpine .ag-dialog {
    border-radius: 3px;
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-panel {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine .ag-panel-title-bar {
    background-color: #f8f8f8;
    background-color: var(--ag-header-background-color, #f8f8f8);
    color: #181d1f;
    color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
    height: 48px;
    padding: 6px 18px;
    border-bottom: solid 1px;
    border-bottom-color: #babfc7;
    border-bottom-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button {
    margin-left: 6px; }
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button {
    margin-right: 6px; }
.ag-theme-alpine .ag-tooltip {
    background-color: #f8f8f8;
    background-color: var(--ag-header-background-color, #f8f8f8);
    color: #181d1f;
    color: var(--ag-foreground-color, #181d1f);
    padding: 6px;
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    border-radius: 3px;
    transition: opacity 1s; }
.ag-theme-alpine .ag-tooltip.ag-tooltip-hiding {
      opacity: 0; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-1 {
    padding-left: 16px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-1 {
    padding-right: 16px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-2 {
    padding-left: 32px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-2 {
    padding-right: 32px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-3 {
    padding-left: 48px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-3 {
    padding-right: 48px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-4 {
    padding-left: 64px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-4 {
    padding-right: 64px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-5 {
    padding-left: 80px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-5 {
    padding-right: 80px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-6 {
    padding-left: 96px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-6 {
    padding-right: 96px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-7 {
    padding-left: 112px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-7 {
    padding-right: 112px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-8 {
    padding-left: 128px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-8 {
    padding-right: 128px; }
.ag-theme-alpine .ag-ltr .ag-column-select-indent-9 {
    padding-left: 144px; }
.ag-theme-alpine .ag-rtl .ag-column-select-indent-9 {
    padding-right: 144px; }
.ag-theme-alpine .ag-column-select-header-icon {
    cursor: pointer; }
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 0px;
      left: 0px;
      display: block;
      width: calc(100% - 0px);
      height: calc(100% - 0px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-ltr .ag-column-group-icons:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-header-icon:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-header-checkbox:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-checkbox:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-column-label:not(:last-child) {
    margin-right: 12px; }
.ag-theme-alpine .ag-rtl .ag-column-group-icons:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-header-icon:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-header-checkbox:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-checkbox:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-column-label:not(:last-child) {
    margin-left: 12px; }
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 1px;
      left: 1px;
      display: block;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-column-select-column-group:not(:last-child),
  .ag-theme-alpine .ag-column-select-column:not(:last-child) {
    margin-bottom: 9px; }
.ag-theme-alpine .ag-column-select-column-readonly,
  .ag-theme-alpine .ag-column-select-column-group-readonly {
    color: rgba(24, 29, 31, 0.5);
    color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
    pointer-events: none; }
.ag-theme-alpine .ag-ltr .ag-column-select-add-group-indent {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-column-select-add-group-indent {
    margin-right: 28px; }
.ag-theme-alpine .ag-column-select-virtual-list-viewport {
    padding: 6px 12px; }
.ag-theme-alpine .ag-rtl {
    text-align: right; }
.ag-theme-alpine .ag-root-wrapper {
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
    padding-left: 46px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
    padding-right: 46px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-1 {
    padding-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-1 {
    padding-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
    padding-left: 74px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
    padding-right: 74px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-2 {
    padding-left: 56px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-2 {
    padding-right: 56px; }
.ag-theme-alpine .ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
    padding-left: 102px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
    padding-right: 102px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-3 {
    padding-left: 84px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-3 {
    padding-right: 84px; }
.ag-theme-alpine .ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
    padding-left: 130px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
    padding-right: 130px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-4 {
    padding-left: 112px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-4 {
    padding-right: 112px; }
.ag-theme-alpine .ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
    padding-left: 158px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
    padding-right: 158px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-5 {
    padding-left: 140px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-5 {
    padding-right: 140px; }
.ag-theme-alpine .ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
    padding-left: 186px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
    padding-right: 186px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-6 {
    padding-left: 168px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-6 {
    padding-right: 168px; }
.ag-theme-alpine .ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
    padding-left: 214px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
    padding-right: 214px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-7 {
    padding-left: 196px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-7 {
    padding-right: 196px; }
.ag-theme-alpine .ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
    padding-left: 242px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
    padding-right: 242px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-8 {
    padding-left: 224px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-8 {
    padding-right: 224px; }
.ag-theme-alpine .ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
    padding-left: 270px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
    padding-right: 270px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-9 {
    padding-left: 252px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-9 {
    padding-right: 252px; }
.ag-theme-alpine .ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
    padding-left: 298px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
    padding-right: 298px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-10 {
    padding-left: 280px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-10 {
    padding-right: 280px; }
.ag-theme-alpine .ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
    padding-left: 326px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
    padding-right: 326px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-11 {
    padding-left: 308px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-11 {
    padding-right: 308px; }
.ag-theme-alpine .ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
    padding-left: 354px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
    padding-right: 354px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-12 {
    padding-left: 336px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-12 {
    padding-right: 336px; }
.ag-theme-alpine .ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
    padding-left: 382px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
    padding-right: 382px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-13 {
    padding-left: 364px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-13 {
    padding-right: 364px; }
.ag-theme-alpine .ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
    padding-left: 410px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
    padding-right: 410px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-14 {
    padding-left: 392px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-14 {
    padding-right: 392px; }
.ag-theme-alpine .ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
    padding-left: 438px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
    padding-right: 438px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-15 {
    padding-left: 420px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-15 {
    padding-right: 420px; }
.ag-theme-alpine .ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
    padding-left: 466px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
    padding-right: 466px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-16 {
    padding-left: 448px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-16 {
    padding-right: 448px; }
.ag-theme-alpine .ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
    padding-left: 494px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
    padding-right: 494px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-17 {
    padding-left: 476px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-17 {
    padding-right: 476px; }
.ag-theme-alpine .ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
    padding-left: 522px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
    padding-right: 522px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-18 {
    padding-left: 504px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-18 {
    padding-right: 504px; }
.ag-theme-alpine .ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
    padding-left: 550px; }
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
    padding-right: 550px; }
.ag-theme-alpine .ag-ltr .ag-row-group-indent-19 {
    padding-left: 532px; }
.ag-theme-alpine .ag-rtl .ag-row-group-indent-19 {
    padding-right: 532px; }
.ag-theme-alpine .ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
    margin-right: 28px; }
.ag-theme-alpine .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 28px; }
.ag-theme-alpine .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 28px; }
.ag-theme-alpine .ag-value-change-delta {
    padding-right: 2px; }
.ag-theme-alpine .ag-value-change-delta-up {
    color: #43a047;
    color: var(--ag-value-change-delta-up-color, #43a047); }
.ag-theme-alpine .ag-value-change-delta-down {
    color: #e53935;
    color: var(--ag-value-change-delta-down-color, #e53935); }
.ag-theme-alpine .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
.ag-theme-alpine .ag-value-change-value-highlight {
    background-color: rgba(22, 160, 133, 0.5);
    background-color: var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, 0.5));
    transition: background-color 0.1s; }
.ag-theme-alpine .ag-cell-data-changed {
    background-color: rgba(22, 160, 133, 0.5) !important;
    background-color: var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, 0.5)) !important; }
.ag-theme-alpine .ag-cell-data-changed-animation {
    background-color: transparent; }
.ag-theme-alpine .ag-cell-highlight {
    background-color: #2196f3 !important;
    background-color: var(--ag-range-selection-highlight-color, var(--ag-range-selection-border-color, #2196f3)) !important; }
.ag-theme-alpine .ag-row {
    height: 42px;
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    color: #181d1f;
    color: var(--ag-data-color, var(--ag-foreground-color, #181d1f));
    border-width: 1px;
    border-color: #dde2eb;
    border-color: var(--ag-row-border-color, var(--ag-secondary-border-color, #dde2eb));
    border-bottom-style: solid; }
.ag-theme-alpine .ag-row-highlight-above::after, .ag-theme-alpine .ag-row-highlight-below::after {
    content: '';
    position: absolute;
    width: calc(100% - 1px);
    height: 1px;
    background-color: #2196f3;
    background-color: var(--ag-range-selection-border-color, #2196f3);
    left: 1px; }
.ag-theme-alpine .ag-row-highlight-above::after {
    top: -1px; }
.ag-theme-alpine .ag-row-highlight-above.ag-row-first::after {
    top: 0; }
.ag-theme-alpine .ag-row-highlight-below::after {
    bottom: 0px; }
.ag-theme-alpine .ag-row-odd {
    background-color: #fcfcfc;
    background-color: var(--ag-odd-row-background-color, #fcfcfc); }
.ag-theme-alpine .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
    border-right: solid 1px;
    border-right-color: #babfc7;
    border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
    border-left: solid 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-row-hover {
    background-color: rgba(33, 150, 243, 0.1);
    background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1)); }
.ag-theme-alpine .ag-ltr .ag-right-aligned-cell {
    text-align: right; }
.ag-theme-alpine .ag-rtl .ag-right-aligned-cell {
    text-align: left; }
.ag-theme-alpine .ag-ltr .ag-right-aligned-cell .ag-cell-value {
    margin-left: auto; }
.ag-theme-alpine .ag-rtl .ag-right-aligned-cell .ag-cell-value {
    margin-right: auto; }
.ag-theme-alpine .ag-cell, .ag-theme-alpine .ag-full-width-row .ag-cell-wrapper.ag-row-group {
    border: 1px solid transparent;
    line-height: 40px;
    padding-left: 17px;
    padding-right: 17px;
    -webkit-font-smoothing: subpixel-antialiased; }
.ag-theme-alpine .ag-row > .ag-cell-wrapper {
    padding-left: 17px;
    padding-right: 17px; }
.ag-theme-alpine .ag-row-dragging {
    cursor: move;
    opacity: 0.5; }
.ag-theme-alpine .ag-cell-inline-editing {
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    padding: 6px;
    padding: 0;
    height: 42px;
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8); }
.ag-theme-alpine .ag-popup-editor {
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    padding: 6px;
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8);
    padding: 0; }
.ag-theme-alpine .ag-large-text-input {
    height: auto;
    padding: 18px; }
.ag-theme-alpine .ag-details-row {
    padding: 30px;
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container {
    min-height: 50px; }
.ag-theme-alpine .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.66);
    background-color: var(--ag-modal-overlay-background-color, rgba(255, 255, 255, 0.66)); }
.ag-theme-alpine .ag-overlay-loading-center {
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    padding: 6px; }
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
    padding-top: 30px; }
.ag-theme-alpine .ag-loading {
    padding-left: 18px;
    display: flex;
    height: 100%;
    align-items: center; }
.ag-theme-alpine .ag-loading-icon {
    padding-right: 12px; }
.ag-theme-alpine .ag-icon-loading {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.ag-theme-alpine .ag-floating-top {
    border-bottom: solid 1px;
    border-bottom-color: #babfc7;
    border-bottom-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-floating-bottom {
    border-top: solid 1px;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-cell {
    border-right: solid transparent; }
.ag-theme-alpine .ag-rtl .ag-cell {
    border-left: solid transparent; }
.ag-theme-alpine .ag-ltr .ag-cell {
    border-right-width: 1px; }
.ag-theme-alpine .ag-rtl .ag-cell {
    border-left-width: 1px; }
.ag-theme-alpine .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
    border-left: solid 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
    border-right: solid 1px;
    border-right-color: #babfc7;
    border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-row-selected {
    background-color: rgba(33, 150, 243, 0.3);
    background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3)); }
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus),
  .ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
    background-color: rgba(33, 150, 243, 0.2);
    background-color: var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2)); }
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
    .ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
      background-color: rgba(0, 88, 255, 0.1) !important;
      background-color: var(--ag-range-selection-chart-background-color, rgba(0, 88, 255, 0.1)) !important; }
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
      .ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
        background-color: rgba(0, 255, 132, 0.1) !important;
        background-color: var(--ag-range-selection-chart-category-background-color, rgba(0, 255, 132, 0.1)) !important; }
.ag-theme-alpine .ag-cell-range-selected-1:not(.ag-cell-focus),
  .ag-theme-alpine .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
    background-color: rgba(33, 150, 243, 0.2);
    background-color: var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2))); }
.ag-theme-alpine .ag-cell-range-selected-2:not(.ag-cell-focus),
  .ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
    background-color: rgba(33, 150, 243, 0.36);
    background-color: var(--ag-range-selection-background-color-2, rgba(33, 150, 243, 0.36)); }
.ag-theme-alpine .ag-cell-range-selected-3:not(.ag-cell-focus),
  .ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
    background-color: rgba(33, 150, 243, 0.488);
    background-color: var(--ag-range-selection-background-color-3, rgba(33, 150, 243, 0.488)); }
.ag-theme-alpine .ag-cell-range-selected-4:not(.ag-cell-focus),
  .ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
    background-color: rgba(33, 150, 243, 0.5904);
    background-color: var(--ag-range-selection-background-color-4, rgba(33, 150, 243, 0.5904)); }
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
    border-top-color: #2196f3;
    border-top-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
    border-right-color: #2196f3;
    border-right-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
    border-bottom-color: #2196f3;
    border-bottom-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
    border-left-color: #2196f3;
    border-left-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-alpine .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-alpine .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
  .ag-theme-alpine .ag-ltr .ag-cell-range-single-cell,
  .ag-theme-alpine .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-alpine .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-alpine .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-alpine .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
  .ag-theme-alpine .ag-rtl .ag-cell-range-single-cell,
  .ag-theme-alpine .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
    border: 1px solid;
    border-color: #2196f3;
    border-color: var(--ag-range-selection-border-color, #2196f3);
    outline: initial; }
.ag-theme-alpine .ag-cell.ag-selection-fill-top,
  .ag-theme-alpine .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
    border-top: 1px dashed;
    border-top-color: #2196f3;
    border-top-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right, .ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
    border-right: 1px dashed;
    border-right-color: #2196f3;
    border-right-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right, .ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
    border-left: 1px dashed;
    border-left-color: #2196f3;
    border-left-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-cell.ag-selection-fill-bottom,
  .ag-theme-alpine .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
    border-bottom: 1px dashed;
    border-bottom-color: #2196f3;
    border-bottom-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left, .ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
    border-left: 1px dashed;
    border-left-color: #2196f3;
    border-left-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left, .ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
    border-right: 1px dashed;
    border-right-color: #2196f3;
    border-right-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-fill-handle, .ag-theme-alpine .ag-range-handle {
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: -1px;
    background-color: #2196f3;
    background-color: var(--ag-range-selection-border-color, #2196f3); }
.ag-theme-alpine .ag-ltr .ag-fill-handle, .ag-theme-alpine .ag-ltr .ag-range-handle {
      right: -1px; }
.ag-theme-alpine .ag-rtl .ag-fill-handle, .ag-theme-alpine .ag-rtl .ag-range-handle {
      left: -1px; }
.ag-theme-alpine .ag-fill-handle {
    cursor: cell; }
.ag-theme-alpine .ag-range-handle {
    cursor: nwse-resize; }
.ag-theme-alpine .ag-cell-inline-editing {
    border-color: rgba(33, 150, 243, 0.4) !important;
    border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)) !important; }
.ag-theme-alpine .ag-menu {
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    padding: 6px;
    padding: 0; }
.ag-theme-alpine .ag-menu-list {
    cursor: default;
    padding: 6px 0; }
.ag-theme-alpine .ag-menu-separator {
    height: 13px; }
.ag-theme-alpine .ag-menu-separator-part:after {
    content: "";
    display: block;
    border-top: solid 1px;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-menu-option-active, .ag-theme-alpine .ag-compact-menu-option-active {
    background-color: rgba(33, 150, 243, 0.1);
    background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1)); }
.ag-theme-alpine .ag-menu-option-part, .ag-theme-alpine .ag-compact-menu-option-part {
    line-height: 16px;
    padding: 8px 0; }
.ag-theme-alpine .ag-menu-option-disabled, .ag-theme-alpine .ag-compact-menu-option-disabled {
    opacity: 0.5; }
.ag-theme-alpine .ag-menu-option-icon, .ag-theme-alpine .ag-compact-menu-option-icon {
    width: 16px; }
.ag-theme-alpine .ag-ltr .ag-menu-option-icon, .ag-theme-alpine .ag-ltr .ag-compact-menu-option-icon {
      padding-left: 12px; }
.ag-theme-alpine .ag-rtl .ag-menu-option-icon, .ag-theme-alpine .ag-rtl .ag-compact-menu-option-icon {
      padding-right: 12px; }
.ag-theme-alpine .ag-menu-option-text, .ag-theme-alpine .ag-compact-menu-option-text {
    padding-left: 12px;
    padding-right: 12px; }
.ag-theme-alpine .ag-ltr .ag-menu-option-shortcut, .ag-theme-alpine .ag-ltr .ag-compact-menu-option-shortcut {
    padding-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-menu-option-shortcut, .ag-theme-alpine .ag-rtl .ag-compact-menu-option-shortcut {
    padding-left: 6px; }
.ag-theme-alpine .ag-menu-option-popup-pointer, .ag-theme-alpine .ag-compact-menu-option-popup-pointer {
    padding-right: 6px; }
.ag-theme-alpine .ag-tabs-header {
    min-width: 220px;
    width: 100%;
    display: flex; }
.ag-theme-alpine .ag-tab {
    border-bottom: 2px solid transparent;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 1 1 auto;
    transition: border-bottom 0.3s; }
.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-tab-selected {
    border-bottom-color: #2196f3;
    border-bottom-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3)); }
.ag-theme-alpine .ag-menu-header {
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-filter-separator {
    border-top: solid 1px;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-filter-condition-operator {
    height: 17px; }
.ag-theme-alpine .ag-ltr .ag-filter-condition-operator-or {
    margin-left: 12px; }
.ag-theme-alpine .ag-rtl .ag-filter-condition-operator-or {
    margin-right: 12px; }
.ag-theme-alpine .ag-set-filter-select-all {
    padding-top: 12px; }
.ag-theme-alpine .ag-set-filter-list, .ag-theme-alpine .ag-filter-no-matches {
    height: 144px; }
.ag-theme-alpine .ag-set-filter-filter {
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px; }
.ag-theme-alpine .ag-filter-to {
    margin-top: 9px; }
.ag-theme-alpine .ag-mini-filter {
    margin: 12px 12px; }
.ag-theme-alpine .ag-set-filter-item {
    margin: 0px 12px; }
.ag-theme-alpine .ag-ltr .ag-set-filter-item-value {
    margin-left: 12px; }
.ag-theme-alpine .ag-rtl .ag-set-filter-item-value {
    margin-right: 12px; }
.ag-theme-alpine .ag-filter-apply-panel {
    padding: 12px 12px;
    border-top: solid 1px;
    border-top-color: #dde2eb;
    border-top-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-filter-apply-panel-button {
    line-height: 1.5; }
.ag-theme-alpine .ag-ltr .ag-filter-apply-panel-button {
      margin-left: 12px; }
.ag-theme-alpine .ag-rtl .ag-filter-apply-panel-button {
      margin-right: 12px; }
.ag-theme-alpine .ag-simple-filter-body-wrapper {
    padding: 12px 12px;
    padding-bottom: 3px; }
.ag-theme-alpine .ag-simple-filter-body-wrapper > * {
      margin-bottom: 9px; }
.ag-theme-alpine .ag-filter-no-matches {
    padding: 12px 12px; }
.ag-theme-alpine .ag-multi-filter-menu-item {
    margin: 6px 0; }
.ag-theme-alpine .ag-multi-filter-group-title-bar {
    padding: 12px 6px;
    background-color: transparent; }
.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-side-bar {
    position: relative; }
.ag-theme-alpine .ag-tool-panel-wrapper {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8); }
.ag-theme-alpine .ag-side-buttons {
    padding-top: 24px;
    width: 20px;
    position: relative;
    color: #181d1f;
    color: var(--ag-foreground-color, #181d1f);
    overflow: hidden; }
.ag-theme-alpine button.ag-side-button-button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: transparent;
    padding: 12px 0 12px 0;
    width: 100%;
    margin: 0;
    min-height: 108px;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    border: none; }
.ag-theme-alpine button.ag-side-button-button:focus {
      box-shadow: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-side-button-icon-wrapper {
    margin-bottom: 3px; }
.ag-theme-alpine .ag-ltr .ag-side-bar-left,
  .ag-theme-alpine .ag-rtl .ag-side-bar-right {
    border-right: solid 1px;
    border-right-color: #babfc7;
    border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
    .ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
      border-left: solid 1px;
      border-left-color: #babfc7;
      border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-side-button-button,
    .ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-side-button-button {
      border-right: 2px solid transparent;
      transition: border-right 0.3s; }
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
    .ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
      border-right-color: #2196f3;
      border-right-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3)); }
.ag-theme-alpine .ag-rtl .ag-side-bar-left,
  .ag-theme-alpine .ag-ltr .ag-side-bar-right {
    border-left: solid 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
    .ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
      border-right: solid 1px;
      border-right-color: #babfc7;
      border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-side-button-button,
    .ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-side-button-button {
      border-left: 2px solid transparent;
      transition: border-left 0.3s; }
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
    .ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
      border-left-color: #2196f3;
      border-left-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3)); }
.ag-theme-alpine .ag-filter-toolpanel-header {
    height: 36px; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-header, .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search {
    padding-left: 6px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-header, .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search {
    padding-right: 6px; }
.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
    font-family: "agGridAlpine";
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f112";
    position: absolute; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
      padding-left: 6px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title:after {
      padding-right: 6px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-0-header {
    height: 48px; }
.ag-theme-alpine .ag-filter-toolpanel-group-item {
    margin-top: 3px;
    margin-bottom: 3px; }
.ag-theme-alpine .ag-filter-toolpanel-search {
    height: 48px; }
.ag-theme-alpine .ag-filter-toolpanel-search-input {
    flex-grow: 1;
    height: 24px; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search-input {
      margin-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search-input {
      margin-left: 6px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-0 {
    border-top: solid 1px;
    border-top-color: #dde2eb;
    border-top-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-expand, .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
    margin-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-expand, .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
    margin-left: 6px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
    padding-left: 22px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
    padding-right: 22px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
    padding-left: 38px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
    padding-right: 38px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
    padding-left: 54px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
    padding-right: 54px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
    padding-left: 70px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
    padding-right: 70px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
    padding-left: 86px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
    padding-right: 86px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
    padding-left: 102px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
    padding-right: 102px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
    padding-left: 118px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
    padding-right: 118px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
    padding-left: 134px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
    padding-right: 134px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
    padding-left: 150px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
    padding-right: 150px; }
.ag-theme-alpine .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
    background-color: transparent; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
    padding-left: 166px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
    padding-right: 166px; }
.ag-theme-alpine .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
    padding-left: 6px; }
.ag-theme-alpine .ag-filter-toolpanel-instance-filter {
    border-top: solid 1px;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7);
    border-bottom: solid 1px;
    border-bottom-color: #babfc7;
    border-bottom-color: var(--ag-border-color, #babfc7);
    margin-top: 6px; }
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-header-icon {
    margin-left: 6px; }
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-header-icon {
    margin-right: 6px; }
.ag-theme-alpine .ag-pivot-mode-panel {
    height: 48px;
    display: flex; }
.ag-theme-alpine .ag-pivot-mode-select {
    display: flex;
    align-items: center; }
.ag-theme-alpine .ag-ltr .ag-pivot-mode-select {
      margin-left: 12px; }
.ag-theme-alpine .ag-rtl .ag-pivot-mode-select {
      margin-right: 12px; }
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-column-select-header {
    height: 48px;
    align-items: center;
    padding: 0 12px;
    border-bottom: solid 1px;
    border-bottom-color: #dde2eb;
    border-bottom-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-column-panel-column-select {
    border-bottom: solid 1px;
    border-bottom-color: #dde2eb;
    border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
    border-top: solid 1px;
    border-top-color: #dde2eb;
    border-top-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-column-group-icons,
  .ag-theme-alpine .ag-column-select-header-icon {
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-header {
    background-color: #f8f8f8;
    background-color: var(--ag-header-background-color, #f8f8f8);
    border-bottom: solid 1px;
    border-bottom-color: #babfc7;
    border-bottom-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-header-row {
    color: #181d1f;
    color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
    height: 48px; }
.ag-theme-alpine .ag-pinned-right-header {
    border-left: solid 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-pinned-left-header {
    border-right: solid 1px;
    border-right-color: #babfc7;
    border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
    margin-left: 6px; }
.ag-theme-alpine .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
    margin-right: 6px; }
.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
    margin-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
    margin-left: 6px; }
.ag-theme-alpine .ag-header-cell,
  .ag-theme-alpine .ag-header-group-cell {
    padding-left: 18px;
    padding-right: 18px; }
.ag-theme-alpine .ag-header-cell.ag-header-cell-moving,
    .ag-theme-alpine .ag-header-group-cell.ag-header-cell-moving {
      background-color: #fff;
      background-color: var(--ag-header-cell-moving-background-color, var(--ag-background-color, #fff)); }
.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 4px;
      left: 4px;
      display: block;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-header-icon {
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-header-expand-icon {
    cursor: pointer; }
.ag-theme-alpine .ag-ltr .ag-header-expand-icon {
      padding-left: 4px; }
.ag-theme-alpine .ag-rtl .ag-header-expand-icon {
      padding-right: 4px; }
.ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-cell,
  .ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
    border-top: solid 1px;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-header-cell-resize {
    display: flex;
    align-items: center; }
.ag-theme-alpine .ag-header-cell-resize::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    left: calc(50% - 1px);
    width: 2px;
    height: 30%;
    top: calc(50% - 15%);
    background-color: rgba(186, 191, 199, 0.5);
    background-color: var(--ag-header-column-resize-handle-color, rgba(186, 191, 199, 0.5)); }
.ag-theme-alpine .ag-pinned-right-header .ag-header-cell-resize::after {
    left: calc(50% - 2px); }
.ag-theme-alpine .ag-ltr .ag-header-select-all {
    margin-right: 18px; }
.ag-theme-alpine .ag-rtl .ag-header-select-all {
    margin-left: 18px; }
.ag-theme-alpine .ag-ltr .ag-floating-filter-button {
    margin-left: 18px; }
.ag-theme-alpine .ag-rtl .ag-floating-filter-button {
    margin-right: 18px; }
.ag-theme-alpine .ag-floating-filter-button-button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    appearance: none;
    background: transparent;
    border: none;
    height: 16px;
    padding: 0;
    width: 16px; }
.ag-theme-alpine .ag-filter-loading {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8);
    height: 100%;
    padding: 12px 12px;
    position: absolute;
    width: 100%;
    z-index: 1; }
.ag-theme-alpine .ag-paging-panel {
    border-top: 1px solid;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7);
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    height: 48px; }
.ag-theme-alpine .ag-paging-panel > * {
      margin: 0 18px; }
.ag-theme-alpine .ag-paging-button {
    cursor: pointer; }
.ag-theme-alpine .ag-paging-button.ag-disabled {
    cursor: default;
    color: rgba(24, 29, 31, 0.5);
    color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5)); }
.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus {
    outline: none; }
.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus:after {
      content: '';
      position: absolute;
      background-color: transparent;
      pointer-events: none;
      top: 0px;
      left: 0px;
      display: block;
      width: calc(100% - 0px);
      height: calc(100% - 0px);
      border: 1px solid;
      border-color: rgba(33, 150, 243, 0.4);
      border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine .ag-paging-button, .ag-theme-alpine .ag-paging-description {
    margin: 0 6px; }
.ag-theme-alpine .ag-status-bar {
    border-top: solid 1px;
    border-top-color: #babfc7;
    border-top-color: var(--ag-border-color, #babfc7);
    color: rgba(24, 29, 31, 0.5);
    color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
    padding-right: 24px;
    padding-left: 24px;
    line-height: 1.5; }
.ag-theme-alpine .ag-status-name-value-value {
    color: #181d1f;
    color: var(--ag-foreground-color, #181d1f); }
.ag-theme-alpine .ag-status-bar-center {
    text-align: center; }
.ag-theme-alpine .ag-status-name-value {
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px; }
.ag-theme-alpine .ag-column-drop-cell {
    background: rgba(24, 29, 31, 0.07);
    background: var(--ag-chip-background-color, rgba(24, 29, 31, 0.07));
    border-radius: 24px;
    height: 24px;
    padding: 0 3px; }
.ag-theme-alpine .ag-column-drop-cell-text {
    margin: 0 6px; }
.ag-theme-alpine .ag-column-drop-cell-button {
    min-width: 24px;
    margin: 0 3px;
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-column-drop-cell-drag-handle {
    margin-left: 12px; }
.ag-theme-alpine .ag-column-drop-cell-ghost {
    opacity: 0.5; }
.ag-theme-alpine .ag-column-drop-horizontal {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8);
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
    height: 42px;
    border-bottom: solid 1px;
    border-bottom-color: #babfc7;
    border-bottom-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal {
      padding-left: 18px; }
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal {
      padding-right: 18px; }
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
    border-right: solid 1px;
    border-right-color: #babfc7;
    border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
    border-left: solid 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-column-drop-horizontal-cell-separator {
    margin: 0 6px;
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-column-drop-horizontal-empty-message {
    color: rgba(24, 29, 31, 0.5);
    color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5)); }
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-icon {
    margin-right: 18px; }
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-icon {
    margin-left: 18px; }
.ag-theme-alpine .ag-column-drop-vertical-list {
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 6px; }
.ag-theme-alpine .ag-column-drop-vertical-cell {
    margin-top: 6px; }
.ag-theme-alpine .ag-column-drop-vertical {
    min-height: 50px;
    max-height: 150px;
    border-bottom: solid 1px;
    border-bottom-color: #dde2eb;
    border-bottom-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-column-drop-vertical.ag-last-column-drop {
      border-bottom: none; }
.ag-theme-alpine .ag-column-drop-vertical-icon {
    margin-left: 6px;
    margin-right: 6px; }
.ag-theme-alpine .ag-column-drop-vertical-empty-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: rgba(24, 29, 31, 0.5);
    color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
    margin-top: 6px; }
.ag-theme-alpine .ag-select-agg-func-popup {
    border: solid 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    background: #fff;
    background: var(--ag-background-color, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    padding: 6px;
    background: #fff;
    background: var(--ag-background-color, #fff);
    height: 105px;
    padding: 0; }
.ag-theme-alpine .ag-select-agg-func-virtual-list-item {
    cursor: default;
    line-height: 30px;
    padding-left: 12px; }
.ag-theme-alpine .ag-select-agg-func-virtual-list-item:hover {
      background-color: rgba(33, 150, 243, 0.3);
      background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3)); }
.ag-theme-alpine .ag-chart-menu {
    border-radius: 3px;
    background: #fff;
    background: var(--ag-background-color, #fff); }
.ag-theme-alpine .ag-chart-menu-icon {
    opacity: 0.5;
    line-height: 24px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    margin: 2px 0;
    cursor: pointer;
    border-radius: 3px;
    color: #181d1f;
    color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)); }
.ag-theme-alpine .ag-chart-menu-icon:hover {
      opacity: 1; }
.ag-theme-alpine .ag-chart-mini-thumbnail {
    border: 1px solid;
    border-color: #dde2eb;
    border-color: var(--ag-secondary-border-color, #dde2eb);
    border-radius: 5px;
    margin: 5px; }
.ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3),
    .ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
      margin-left: auto;
      margin-right: auto; }
.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:first-child {
      margin-left: 0; }
.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:first-child {
      margin-right: 0; }
.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:last-child {
      margin-right: 0; }
.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:last-child {
      margin-left: 0; }
.ag-theme-alpine .ag-chart-mini-thumbnail.ag-selected {
      border-color: #2196f3;
      border-color: var(--ag-minichart-selected-chart-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))); }
.ag-theme-alpine .ag-chart-settings-card-item {
    background: #181d1f;
    background: var(--ag-foreground-color, #181d1f);
    width: 8px;
    height: 8px;
    border-radius: 4px; }
.ag-theme-alpine .ag-chart-settings-card-item.ag-selected {
      background-color: #2196f3;
      background-color: var(--ag-minichart-selected-page-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))); }
.ag-theme-alpine .ag-chart-data-column-drag-handle {
    margin-left: 6px; }
.ag-theme-alpine .ag-charts-settings-group-title-bar,
  .ag-theme-alpine .ag-charts-data-group-title-bar,
  .ag-theme-alpine .ag-charts-format-top-level-group-title-bar {
    border-top: solid 1px;
    border-top-color: #dde2eb;
    border-top-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-charts-settings-group-container {
    padding: 6px; }
.ag-theme-alpine .ag-charts-data-group-container {
    padding: 12px 12px;
    padding-bottom: 3px; }
.ag-theme-alpine .ag-charts-data-group-container > * {
      margin-bottom: 9px; }
.ag-theme-alpine .ag-charts-format-top-level-group-container {
    margin-left: 12px;
    padding: 6px; }
.ag-theme-alpine .ag-charts-format-top-level-group-item {
    margin: 6px 0; }
.ag-theme-alpine .ag-charts-format-sub-level-group-container {
    padding: 12px 12px;
    padding-bottom: 3px; }
.ag-theme-alpine .ag-charts-format-sub-level-group-container > * {
      margin-bottom: 9px; }
.ag-theme-alpine .ag-charts-group-container.ag-group-container-horizontal {
    padding: 6px; }
.ag-theme-alpine .ag-chart-data-section,
  .ag-theme-alpine .ag-chart-format-section {
    display: flex;
    margin: 0; }
.ag-theme-alpine .ag-chart-menu-panel {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8); }
.ag-theme-alpine .ag-ltr .ag-chart-menu-panel {
      border-left: solid 1px;
      border-left-color: #babfc7;
      border-left-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-rtl .ag-chart-menu-panel {
      border-right: solid 1px;
      border-right-color: #babfc7;
      border-right-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-date-time-list-page-title {
    flex-grow: 1;
    text-align: center; }
.ag-theme-alpine .ag-date-time-list-page-column-label {
    text-align: center; }
.ag-theme-alpine .ag-date-time-list-page-entry {
    text-align: center; }
.ag-theme-alpine .ag-checkbox-input-wrapper {
    font-family: "agGridAlpine";
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    background-color: #fff;
    background-color: var(--ag-checkbox-background-color, var(--ag-background-color, #fff));
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    flex: none; }
.ag-theme-alpine .ag-checkbox-input-wrapper input, .ag-theme-alpine .ag-checkbox-input-wrapper input {
      -webkit-appearance: none;
      opacity: 0;
      width: 100%;
      height: 100%; }
.ag-theme-alpine .ag-checkbox-input-wrapper:focus-within, .ag-theme-alpine .ag-checkbox-input-wrapper:active {
      outline: none;
      box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4); }
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-disabled {
      opacity: 0.5; }
.ag-theme-alpine .ag-checkbox-input-wrapper::after {
      content: "\f108";
      color: #999;
      color: var(--ag-checkbox-unchecked-color, #999);
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-checked::after {
      content: "\f106";
      color: #2196f3;
      color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-indeterminate::after {
      content: "\f107";
      color: #999;
      color: var(--ag-checkbox-indeterminate-color, var(--ag-checkbox-unchecked-color, #999));
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-alpine .ag-toggle-button-input-wrapper {
    box-sizing: border-box;
    width: 28px;
    height: 18px;
    background-color: #999;
    background-color: var(--ag-toggle-button-off-background-color, var(--ag-checkbox-unchecked-color, #999));
    border-radius: 9px;
    position: relative;
    flex: none;
    border: 1px solid;
    border-color: #999;
    border-color: var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #999)); }
.ag-theme-alpine .ag-toggle-button-input-wrapper input {
      opacity: 0;
      height: 100%;
      width: 100%; }
.ag-theme-alpine .ag-toggle-button-input-wrapper:focus-within {
      outline: none;
      box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4); }
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-disabled {
      opacity: 0.5; }
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked {
      background-color: #2196f3;
      background-color: var(--ag-toggle-button-on-background-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
      border-color: #2196f3;
      border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))); }
.ag-theme-alpine .ag-toggle-button-input-wrapper::before {
      content: ' ';
      position: absolute;
      top: -1px;
      left: -1px;
      display: block;
      box-sizing: border-box;
      height: 18px;
      width: 18px;
      background-color: #fff;
      background-color: var(--ag-toggle-button-switch-background-color, var(--ag-background-color, #fff));
      border-radius: 9px;
      transition: left 100ms;
      border: 1px solid;
      border-color: #999;
      border-color: var(--ag-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #999))); }
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked::before {
      left: calc(100% - 18px);
      border-color: #2196f3;
      border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3))); }
.ag-theme-alpine .ag-radio-button-input-wrapper {
    font-family: "agGridAlpine";
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    background-color: #fff;
    background-color: var(--ag-checkbox-background-color, var(--ag-background-color, #fff));
    display: inline-block;
    vertical-align: middle;
    flex: none;
    border-radius: 16px; }
.ag-theme-alpine .ag-radio-button-input-wrapper input, .ag-theme-alpine .ag-radio-button-input-wrapper input {
      -webkit-appearance: none;
      opacity: 0;
      width: 100%;
      height: 100%; }
.ag-theme-alpine .ag-radio-button-input-wrapper:focus-within, .ag-theme-alpine .ag-radio-button-input-wrapper:active {
      outline: none;
      box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4); }
.ag-theme-alpine .ag-radio-button-input-wrapper.ag-disabled {
      opacity: 0.5; }
.ag-theme-alpine .ag-radio-button-input-wrapper::after {
      content: "\f124";
      color: #999;
      color: var(--ag-checkbox-unchecked-color, #999);
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-alpine .ag-radio-button-input-wrapper.ag-checked::after {
      content: "\f125";
      color: #2196f3;
      color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
.ag-theme-alpine input[class^='ag-'][type='range'] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background: none;
    overflow: visible; }
.ag-theme-alpine input[class^='ag-'][type='range']::-webkit-slider-runnable-track {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 3px;
      background-color: #babfc7;
      background-color: var(--ag-border-color, #babfc7);
      border-radius: 3px; }
.ag-theme-alpine input[class^='ag-'][type='range']::-moz-range-track {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 3px;
      background-color: #babfc7;
      background-color: var(--ag-border-color, #babfc7);
      border-radius: 3px; }
.ag-theme-alpine input[class^='ag-'][type='range']::-ms-track {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 3px;
      background-color: #babfc7;
      background-color: var(--ag-border-color, #babfc7);
      border-radius: 3px;
      color: transparent;
      width: calc(100% - 2px); }
.ag-theme-alpine input[class^='ag-'][type='range']::-webkit-slider-thumb {
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      background-color: #fff;
      background-color: var(--ag-background-color, #fff);
      border: 1px solid;
      border-color: #999;
      border-color: var(--ag-checkbox-unchecked-color, #999);
      border-radius: 16px;
      transform: translateY(-6.5px); }
.ag-theme-alpine input[class^='ag-'][type='range']::-ms-thumb {
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      background-color: #fff;
      background-color: var(--ag-background-color, #fff);
      border: 1px solid;
      border-color: #999;
      border-color: var(--ag-checkbox-unchecked-color, #999);
      border-radius: 16px; }
.ag-theme-alpine input[class^='ag-'][type='range']::-moz-ag-range-thumb {
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      background-color: #fff;
      background-color: var(--ag-background-color, #fff);
      border: 1px solid;
      border-color: #999;
      border-color: var(--ag-checkbox-unchecked-color, #999);
      border-radius: 16px; }
.ag-theme-alpine input[class^='ag-'][type='range']:focus {
      outline: none; }
.ag-theme-alpine input[class^='ag-'][type='range']:focus::-webkit-slider-thumb {
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
        border-color: #2196f3;
        border-color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)); }
.ag-theme-alpine input[class^='ag-'][type='range']:focus::-ms-thumb {
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
        border-color: #2196f3;
        border-color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)); }
.ag-theme-alpine input[class^='ag-'][type='range']:focus::-moz-ag-range-thumb {
        box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
        border-color: #2196f3;
        border-color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)); }
.ag-theme-alpine input[class^='ag-'][type='range']:active::-webkit-slider-runnable-track {
      background-color: rgba(33, 150, 243, 0.4);
      background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine input[class^='ag-'][type='range']:active::-moz-ag-range-track {
      background-color: rgba(33, 150, 243, 0.4);
      background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine input[class^='ag-'][type='range']:active::-ms-track {
      background-color: rgba(33, 150, 243, 0.4);
      background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)); }
.ag-theme-alpine input[class^='ag-'][type='range']:disabled {
      opacity: 0.5; }
.ag-theme-alpine .ag-filter-toolpanel-header,
  .ag-theme-alpine .ag-filter-toolpanel-search,
  .ag-theme-alpine .ag-status-bar,
  .ag-theme-alpine .ag-header-row,
  .ag-theme-alpine .ag-panel-title-bar-title,
  .ag-theme-alpine .ag-multi-filter-group-title-bar {
    font-weight: 700;
    color: #181d1f;
    color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f))); }
.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row:after, .ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row:before {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    top: 10px;
    width: 1px;
    background-color: #babfc7;
    background-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row:after {
    right: 0; }
.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row:before {
    left: 0; }
.ag-theme-alpine .ag-row {
    font-size: 14px; }
.ag-theme-alpine input[class^='ag-']:not([type]),
  .ag-theme-alpine input[class^='ag-'][type='text'],
  .ag-theme-alpine input[class^='ag-'][type='number'],
  .ag-theme-alpine input[class^='ag-'][type='tel'],
  .ag-theme-alpine input[class^='ag-'][type='date'],
  .ag-theme-alpine input[class^='ag-'][type='datetime-local'],
  .ag-theme-alpine textarea[class^='ag-'] {
    min-height: 24px;
    border-radius: 3px; }
.ag-theme-alpine .ag-ltr input[class^='ag-']:not([type]),
    .ag-theme-alpine .ag-ltr input[class^='ag-'][type='text'],
    .ag-theme-alpine .ag-ltr input[class^='ag-'][type='number'],
    .ag-theme-alpine .ag-ltr input[class^='ag-'][type='tel'],
    .ag-theme-alpine .ag-ltr input[class^='ag-'][type='date'],
    .ag-theme-alpine .ag-ltr input[class^='ag-'][type='datetime-local'],
    .ag-theme-alpine .ag-ltr textarea[class^='ag-'] {
      padding-left: 6px; }
.ag-theme-alpine .ag-rtl input[class^='ag-']:not([type]),
    .ag-theme-alpine .ag-rtl input[class^='ag-'][type='text'],
    .ag-theme-alpine .ag-rtl input[class^='ag-'][type='number'],
    .ag-theme-alpine .ag-rtl input[class^='ag-'][type='tel'],
    .ag-theme-alpine .ag-rtl input[class^='ag-'][type='date'],
    .ag-theme-alpine .ag-rtl input[class^='ag-'][type='datetime-local'],
    .ag-theme-alpine .ag-rtl textarea[class^='ag-'] {
      padding-right: 6px; }
.ag-theme-alpine .ag-tab {
    padding: 9px;
    transition: color 0.4s; }
.ag-theme-alpine .ag-tab-selected {
    color: #2196f3;
    color: var(--ag-alpine-active-color, #2196f3); }
.ag-theme-alpine .ag-menu {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8); }
.ag-theme-alpine .ag-menu-header {
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8);
    padding-top: 1px;
    min-width: 240px; }
.ag-theme-alpine .ag-tabs-header {
    border-bottom: solid 1px;
    border-bottom-color: #babfc7;
    border-bottom-color: var(--ag-border-color, #babfc7); }
.ag-theme-alpine .ag-charts-settings-group-title-bar,
  .ag-theme-alpine .ag-charts-data-group-title-bar,
  .ag-theme-alpine .ag-charts-format-top-level-group-title-bar {
    padding: 6px 12px;
    line-height: 20px; }
.ag-theme-alpine .ag-chart-mini-thumbnail {
    background-color: #fff;
    background-color: var(--ag-background-color, #fff); }
.ag-theme-alpine .ag-chart-settings-nav-bar {
    border-top: solid 1px;
    border-top-color: #dde2eb;
    border-top-color: var(--ag-secondary-border-color, #dde2eb); }
.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon {
    margin-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon {
    margin-left: 6px; }
.ag-theme-alpine .ag-charts-format-top-level-group-toolbar {
    margin-top: 6px; }
.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar {
      padding-left: 20px; }
.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar {
      padding-right: 20px; }
.ag-theme-alpine .ag-charts-format-sub-level-group {
    border-left: dashed 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7);
    padding-left: 6px;
    margin-bottom: 12px; }
.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    font-weight: 700; }
.ag-theme-alpine .ag-charts-format-sub-level-group-container {
    padding-bottom: 0; }
.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child {
    margin-bottom: 0; }
.ag-theme-alpine .ag-dnd-ghost {
    font-size: 12px;
    font-weight: 700; }
.ag-theme-alpine .ag-side-buttons {
    width: 30px; }
.ag-theme-alpine .ag-standard-button {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid;
    border-color: #2196f3;
    border-color: var(--ag-alpine-active-color, #2196f3);
    color: #2196f3;
    color: var(--ag-alpine-active-color, #2196f3);
    background-color: #fff;
    background-color: var(--ag-background-color, #fff);
    font-weight: 600;
    padding: 6px 12px; }
.ag-theme-alpine .ag-standard-button:hover {
      border-color: #2196f3;
      border-color: var(--ag-alpine-active-color, #2196f3);
      background-color: rgba(33, 150, 243, 0.1);
      background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1)); }
.ag-theme-alpine .ag-standard-button:active {
      border-color: #2196f3;
      border-color: var(--ag-alpine-active-color, #2196f3);
      background-color: #2196f3;
      background-color: var(--ag-alpine-active-color, #2196f3);
      color: #fff;
      color: var(--ag-background-color, #fff); }
.ag-theme-alpine .ag-standard-button:disabled {
      color: rgba(24, 29, 31, 0.5);
      color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
      background-color: #f1f2f4;
      background-color: var(--ag-input-disabled-background-color, #f1f2f4);
      border-color: rgba(186, 191, 199, 0.3);
      border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3)); }
.ag-theme-alpine .ag-column-drop-vertical {
    min-height: 75px;
    max-height: 175px; }
.ag-theme-alpine .ag-tool-panel-wrapper {
    width: 250px; }
.ag-theme-alpine .ag-column-drop-vertical-title-bar {
    padding: 12px;
    padding-bottom: 0px; }
.ag-theme-alpine .ag-column-drop-vertical-empty-message {
    display: flex;
    align-items: center;
    border: dashed 1px;
    border-color: #babfc7;
    border-color: var(--ag-border-color, #babfc7);
    margin: 12px;
    padding: 12px; }
.ag-theme-alpine .ag-column-drop-empty-message {
    color: #181d1f;
    color: var(--ag-foreground-color, #181d1f);
    opacity: 0.75; }
.ag-theme-alpine .ag-status-bar {
    font-weight: normal; }
.ag-theme-alpine .ag-status-name-value-value {
    font-weight: 700; }
.ag-theme-alpine .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number {
    font-weight: 700; }
.ag-theme-alpine .ag-column-drop-cell-button {
    opacity: 0.5; }
.ag-theme-alpine .ag-column-drop-cell-button:hover {
      opacity: 0.75; }
.ag-theme-alpine .ag-header-cell-menu-button:hover,
  .ag-theme-alpine .ag-side-button-button:hover,
  .ag-theme-alpine .ag-tab:hover,
  .ag-theme-alpine .ag-panel-title-bar-button:hover,
  .ag-theme-alpine .ag-header-expand-icon:hover,
  .ag-theme-alpine .ag-column-group-icons:hover,
  .ag-theme-alpine .ag-group-expanded .ag-icon:hover,
  .ag-theme-alpine .ag-group-contracted .ag-icon:hover,
  .ag-theme-alpine .ag-chart-settings-prev:hover,
  .ag-theme-alpine .ag-chart-settings-next:hover,
  .ag-theme-alpine .ag-group-title-bar-icon:hover,
  .ag-theme-alpine .ag-column-select-header-icon:hover,
  .ag-theme-alpine .ag-floating-filter-button-button:hover,
  .ag-theme-alpine .ag-filter-toolpanel-expand:hover,
  .ag-theme-alpine .ag-chart-menu-icon:hover {
    color: #2196f3;
    color: var(--ag-alpine-active-color, #2196f3); }
.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover {
    opacity: 0.35; }
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button {
    margin-left: 12px;
    margin-right: 6px; }
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button {
    margin-right: 12px;
    margin-left: 6px; }
.ag-theme-alpine .ag-filter-toolpanel-group-container {
    padding-left: 6px; }
.ag-theme-alpine .ag-filter-toolpanel-instance-filter {
    border: none;
    background-color: #f8f8f8;
    background-color: var(--ag-control-panel-background-color, #f8f8f8);
    border-left: dashed 1px;
    border-left-color: #babfc7;
    border-left-color: var(--ag-border-color, #babfc7);
    margin-left: 8px;
    padding-left: 8px;
    margin-right: 12px; }
.ag-theme-alpine .ag-set-filter-list {
    padding-top: 3px;
    padding-bottom: 3px; }
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container {
    min-height: 150px; }
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
    padding-top: 60px; }
.ag-theme-alpine .ag-date-time-list-page-entry-is-current {
    background-color: #2196f3;
    background-color: var(--ag-alpine-active-color, #2196f3); }
html,
body {
    width: 100%;
    height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
}
[tabindex="-1"]:focus {
    outline: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 500;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}
address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
    -webkit-appearance: none;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1em;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
        monospace;
}
pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}
figure {
    margin: 0 0 1em;
}
img {
    vertical-align: middle;
    border-style: none;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    text-align: left;
    caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
mark {
    padding: 0.2em;
    background-color: #feffe6;
}
.react-grid-layout {
    position: relative;
    transition: height 0.2s ease;
}
.react-grid-item {
    transition: all 0.2s ease;
    transition-property: left, top, width, height;
}
.react-grid-item img {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.react-grid-item.cssTransforms {
    transition-property: transform, width, height;
}
.react-grid-item.resizing {
    transition: none;
    z-index: 1;
    will-change: width, height;
}
.react-grid-item.react-draggable-dragging {
    transition: none;
    z-index: 3;
    will-change: transform;
}
.react-grid-item.dropping {
    visibility: hidden;
}
.react-grid-item.react-grid-placeholder {
    background: red;
    opacity: 0.2;
    transition-duration: 0.1s;
    z-index: 2;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.react-grid-item.react-grid-placeholder.placeholder-resizing {
    transition: none;
}
.react-grid-item>.react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
}
.react-grid-item>.react-resizable-handle:after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 5px;
    height: 5px;
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.react-resizable-hide>.react-resizable-handle {
    display: none;
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-sw {
    bottom: 0;
    left: 0;
    cursor: sw-resize;
    transform: rotate(90deg);
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-se {
    bottom: 0;
    right: 0;
    cursor: se-resize;
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-nw {
    top: 0;
    left: 0;
    cursor: nw-resize;
    transform: rotate(180deg);
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-ne {
    top: 0;
    right: 0;
    cursor: ne-resize;
    transform: rotate(270deg);
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-w,
.react-grid-item>.react-resizable-handle.react-resizable-handle-e {
    top: 50%;
    margin-top: -10px;
    cursor: ew-resize;
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-w {
    left: 0;
    transform: rotate(135deg);
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-e {
    right: 0;
    transform: rotate(315deg);
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-n,
.react-grid-item>.react-resizable-handle.react-resizable-handle-s {
    left: 50%;
    margin-left: -10px;
    cursor: ns-resize;
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-n {
    top: 0;
    transform: rotate(225deg);
}
.react-grid-item>.react-resizable-handle.react-resizable-handle-s {
    bottom: 0;
    transform: rotate(45deg);
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    color: #1f2328;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica,
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}
.markdown-body .octicon {
    display: inline-block;
    fill: currentColor;
    vertical-align: text-bottom;
}
.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}
.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
    display: block;
}
.markdown-body summary {
    display: list-item;
}
.markdown-body [hidden] {
    display: none !important;
}
.markdown-body a {
    background-color: transparent;
    color: #0969da;
    text-decoration: none;
}
.markdown-body abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
.markdown-body b,
.markdown-body strong {
    font-weight: 600;
}
.markdown-body dfn {
    font-style: italic;
}
.markdown-body h1 {
    margin: 0.67em 0;
    font-weight: 600;
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid hsla(210, 18%, 87%, 1);
}
.markdown-body mark {
    background-color: #fff8c5;
    color: #1f2328;
}
.markdown-body small {
    font-size: 90%;
}
.markdown-body sub,
.markdown-body sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.markdown-body sub {
    bottom: -0.25em;
}
.markdown-body sup {
    top: -0.5em;
}
.markdown-body img {
    border-style: none;
    max-width: 100%;
    box-sizing: content-box;
    background-color: #fff;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
    font-family: monospace;
    font-size: 1em;
}
.markdown-body figure {
    margin: 1em 40px;
}
.markdown-body hr {
    box-sizing: content-box;
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid hsla(210, 18%, 87%, 1);
    height: 0.25em;
    padding: 0;
    margin: 24px 0;
    background-color: #d0d7de;
    border: 0;
}
.markdown-body input {
    font: inherit;
    margin: 0;
    overflow: visible;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.markdown-body [type="button"],
.markdown-body [type="reset"],
.markdown-body [type="submit"] {
    appearance: button;
}
.markdown-body [type="checkbox"],
.markdown-body [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.markdown-body [type="number"]::-webkit-inner-spin-button,
.markdown-body [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.markdown-body [type="search"]::-webkit-search-cancel-button,
.markdown-body [type="search"]::-webkit-search-decoration {
    appearance: none;
}
.markdown-body ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
.markdown-body ::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}
.markdown-body a:hover {
    text-decoration: underline;
}
.markdown-body ::placeholder {
    color: #6e7781;
    opacity: 1;
}
.markdown-body hr:before {
    display: table;
    content: "";
}
.markdown-body hr:after {
    display: table;
    clear: both;
    content: "";
}
.markdown-body table {
    border-spacing: 0;
    border-collapse: collapse;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
}
.markdown-body td,
.markdown-body th {
    padding: 0;
}
.markdown-body details summary {
    cursor: pointer;
}
.markdown-body details:not([open])>*:not(summary) {
    display: none !important;
}
.markdown-body a:focus,
.markdown-body [role="button"]:focus,
.markdown-body input[type="radio"]:focus,
.markdown-body input[type="checkbox"]:focus {
    outline: 2px solid #0969da;
    outline-offset: -2px;
    box-shadow: none;
}
.markdown-body a:focus:not(:focus-visible),
.markdown-body [role="button"]:focus:not(:focus-visible),
.markdown-body input[type="radio"]:focus:not(:focus-visible),
.markdown-body input[type="checkbox"]:focus:not(:focus-visible) {
    outline: solid 1px transparent;
}
.markdown-body a:focus-visible,
.markdown-body [role="button"]:focus-visible,
.markdown-body input[type="radio"]:focus-visible,
.markdown-body input[type="checkbox"]:focus-visible {
    outline: 2px solid #0969da;
    outline-offset: -2px;
    box-shadow: none;
}
.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type="radio"]:focus,
.markdown-body input[type="radio"]:focus-visible,
.markdown-body input[type="checkbox"]:focus,
.markdown-body input[type="checkbox"]:focus-visible {
    outline-offset: 0;
}
.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
        Liberation Mono, monospace;
    line-height: 10px;
    color: #1f2328;
    vertical-align: middle;
    background-color: #f6f8fa;
    border: solid 1px rgba(175, 184, 193, 0.2);
    border-bottom-color: #afb8c133;
    border-radius: 6px;
    box-shadow: inset 0 -1px #afb8c133;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}
.markdown-body h2 {
    font-weight: 600;
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid hsla(210, 18%, 87%, 1);
}
.markdown-body h3 {
    font-weight: 600;
    font-size: 1.25em;
}
.markdown-body h4 {
    font-weight: 600;
    font-size: 1em;
}
.markdown-body h5 {
    font-weight: 600;
    font-size: 0.875em;
}
.markdown-body h6 {
    font-weight: 600;
    font-size: 0.85em;
    color: #656d76;
}
.markdown-body p {
    margin-top: 0;
    margin-bottom: 10px;
}
.markdown-body blockquote {
    margin: 0;
    padding: 0 1em;
    color: #656d76;
    border-left: 0.25em solid #d0d7de;
}
.markdown-body ul,
.markdown-body ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ul ol {
    list-style-type: lower-roman;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
    list-style-type: lower-alpha;
}
.markdown-body dd {
    margin-left: 0;
}
.markdown-body tt,
.markdown-body code,
.markdown-body samp {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
        Liberation Mono, monospace;
    font-size: 12px;
}
.markdown-body pre {
    margin-top: 0;
    margin-bottom: 0;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
        Liberation Mono, monospace;
    font-size: 12px;
    word-wrap: normal;
}
.markdown-body .octicon {
    display: inline-block;
    overflow: visible !important;
    vertical-align: text-bottom;
    fill: currentColor;
}
.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}
.markdown-body .mr-2 {
    margin-right: 8px !important;
}
.markdown-body:before {
    display: table;
    content: "";
}
.markdown-body:after {
    display: table;
    clear: both;
    content: "";
}
.markdown-body>*:first-child {
    margin-top: 0 !important;
}
.markdown-body>*:last-child {
    margin-bottom: 0 !important;
}
.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none;
}
.markdown-body .absent {
    color: #d1242f;
}
.markdown-body .anchor {
    float: left;
    padding-right: 4px;
    margin-left: -20px;
    line-height: 1;
}
.markdown-body .anchor:focus {
    outline: none;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
    margin-top: 0;
    margin-bottom: 16px;
}
.markdown-body blockquote> :first-child {
    margin-top: 0;
}
.markdown-body blockquote> :last-child {
    margin-bottom: 0;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
    color: #1f2328;
    vertical-align: middle;
    visibility: hidden;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
    text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
    visibility: visible;
}
.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
    padding: 0 0.2em;
    font-size: inherit;
}
.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
    display: inline-block;
}
.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
    margin-left: -40px;
}
.markdown-body summary h1,
.markdown-body summary h2 {
    padding-bottom: 0;
    border-bottom: 0;
}
.markdown-body ul.no-list,
.markdown-body ol.no-list {
    padding: 0;
    list-style-type: none;
}
.markdown-body ol[type="a s"] {
    list-style-type: lower-alpha;
}
.markdown-body ol[type="A s"] {
    list-style-type: upper-alpha;
}
.markdown-body ol[type="i s"] {
    list-style-type: lower-roman;
}
.markdown-body ol[type="I s"] {
    list-style-type: upper-roman;
}
.markdown-body ol[type="1"] {
    list-style-type: decimal;
}
.markdown-body div>ol:not([type]) {
    list-style-type: decimal;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
.markdown-body li>p {
    margin-top: 16px;
}
.markdown-body li+li {
    margin-top: 0.25em;
}
.markdown-body dl {
    padding: 0;
}
.markdown-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
}
.markdown-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}
.markdown-body table th {
    font-weight: 600;
}
.markdown-body table th,
.markdown-body table td {
    padding: 6px 13px;
    border: 1px solid #d0d7de;
}
.markdown-body table td> :last-child {
    margin-bottom: 0;
}
.markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid hsla(210, 18%, 87%, 1);
}
.markdown-body table tr:nth-child(2n) {
    background-color: #f6f8fa;
}
.markdown-body table img {
    background-color: transparent;
}
.markdown-body img[align="right"] {
    padding-left: 20px;
}
.markdown-body img[align="left"] {
    padding-right: 20px;
}
.markdown-body .emoji {
    max-width: none;
    vertical-align: text-top;
    background-color: transparent;
}
.markdown-body span.frame {
    display: block;
    overflow: hidden;
}
.markdown-body span.frame>span {
    display: block;
    float: left;
    width: auto;
    padding: 7px;
    margin: 13px 0 0;
    overflow: hidden;
    border: 1px solid #d0d7de;
}
.markdown-body span.frame span img {
    display: block;
    float: left;
}
.markdown-body span.frame span span {
    display: block;
    padding: 5px 0 0;
    clear: both;
    color: #1f2328;
}
.markdown-body span.align-center {
    display: block;
    overflow: hidden;
    clear: both;
}
.markdown-body span.align-center>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: center;
}
.markdown-body span.align-center span img {
    margin: 0 auto;
    text-align: center;
}
.markdown-body span.align-right {
    display: block;
    overflow: hidden;
    clear: both;
}
.markdown-body span.align-right>span {
    display: block;
    margin: 13px 0 0;
    overflow: hidden;
    text-align: right;
}
.markdown-body span.align-right span img {
    margin: 0;
    text-align: right;
}
.markdown-body span.float-left {
    display: block;
    float: left;
    margin-right: 13px;
    overflow: hidden;
}
.markdown-body span.float-left span {
    margin: 13px 0 0;
}
.markdown-body span.float-right {
    display: block;
    float: right;
    margin-left: 13px;
    overflow: hidden;
}
.markdown-body span.float-right>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: right;
}
.markdown-body code,
.markdown-body tt {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    white-space: break-spaces;
    background-color: #afb8c133;
    border-radius: 6px;
}
.markdown-body code br,
.markdown-body tt br {
    display: none;
}
.markdown-body del code {
    text-decoration: inherit;
}
.markdown-body samp {
    font-size: 85%;
}
.markdown-body pre code {
    font-size: 100%;
}
.markdown-body pre>code {
    padding: 0;
    margin: 0;
    word-break: normal;
    white-space: pre;
    background: transparent;
    border: 0;
}
.markdown-body .highlight {
    margin-bottom: 16px;
}
.markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal;
}
.markdown-body .highlight pre,
.markdown-body pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    color: #1f2328;
    background-color: #f6f8fa;
    border-radius: 6px;
}
.markdown-body pre code,
.markdown-body pre tt {
    display: inline;
    max-width: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}
.markdown-body .csv-data td,
.markdown-body .csv-data th {
    padding: 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}
.markdown-body .csv-data .blob-num {
    padding: 10px 8px 9px;
    text-align: right;
    background: #ffffff;
    border: 0;
}
.markdown-body .csv-data tr {
    border-top: 0;
}
.markdown-body .csv-data th {
    font-weight: 600;
    background: #f6f8fa;
    border-top: 0;
}
.markdown-body [data-footnote-ref]:before {
    content: "[";
}
.markdown-body [data-footnote-ref]:after {
    content: "]";
}
.markdown-body .footnotes {
    font-size: 12px;
    color: #656d76;
    border-top: 1px solid #d0d7de;
}
.markdown-body .footnotes ol {
    padding-left: 16px;
}
.markdown-body .footnotes ol ul {
    display: inline-block;
    padding-left: 16px;
    margin-top: 16px;
}
.markdown-body .footnotes li {
    position: relative;
}
.markdown-body .footnotes li:target:before {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -24px;
    pointer-events: none;
    content: "";
    border: 2px solid #0969da;
    border-radius: 6px;
}
.markdown-body .footnotes li:target {
    color: #1f2328;
}
.markdown-body .footnotes .data-footnote-backref g-emoji {
    font-family: monospace;
}
.markdown-body .pl-c {
    color: #57606a;
}
.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
    color: #0550ae;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
    color: #6639ba;
}
.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
    color: #24292f;
}
.markdown-body .pl-ent {
    color: #116329;
}
.markdown-body .pl-k {
    color: #cf222e;
}
.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
    color: #0a3069;
}
.markdown-body .pl-v,
.markdown-body .pl-smw {
    color: #953800;
}
.markdown-body .pl-bu {
    color: #82071e;
}
.markdown-body .pl-ii {
    color: #f6f8fa;
    background-color: #82071e;
}
.markdown-body .pl-c2 {
    color: #f6f8fa;
    background-color: #cf222e;
}
.markdown-body .pl-sr .pl-cce {
    font-weight: 700;
    color: #116329;
}
.markdown-body .pl-ml {
    color: #3b2300;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
    font-weight: 700;
    color: #0550ae;
}
.markdown-body .pl-mi {
    font-style: italic;
    color: #24292f;
}
.markdown-body .pl-mb {
    font-weight: 700;
    color: #24292f;
}
.markdown-body .pl-md {
    color: #82071e;
    background-color: #ffebe9;
}
.markdown-body .pl-mi1 {
    color: #116329;
    background-color: #dafbe1;
}
.markdown-body .pl-mc {
    color: #953800;
    background-color: #ffd8b5;
}
.markdown-body .pl-mi2 {
    color: #eaeef2;
    background-color: #0550ae;
}
.markdown-body .pl-mdr {
    font-weight: 700;
    color: #8250df;
}
.markdown-body .pl-ba {
    color: #57606a;
}
.markdown-body .pl-sg {
    color: #8c959f;
}
.markdown-body .pl-corl {
    text-decoration: underline;
    color: #0a3069;
}
.markdown-body g-emoji {
    display: inline-block;
    min-width: 1ch;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    font-size: 1em;
    font-style: normal !important;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.075em;
}
.markdown-body g-emoji img {
    width: 1em;
    height: 1em;
}
.markdown-body .task-list-item {
    list-style-type: none;
}
.markdown-body .task-list-item label {
    font-weight: 400;
}
.markdown-body .task-list-item.enabled label {
    cursor: pointer;
}
.markdown-body .task-list-item+.task-list-item {
    margin-top: 4px;
}
.markdown-body .task-list-item .handle {
    display: none;
}
.markdown-body .task-list-item-checkbox {
    margin: 0 0.2em 0.25em -1.4em;
    vertical-align: middle;
}
.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
    margin: 0 -1.6em 0.25em 0.2em;
}
.markdown-body .contains-task-list {
    position: relative;
}
.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
    display: block;
    width: auto;
    height: 24px;
    overflow: visible;
    clip: auto;
}
.markdown-body ::-webkit-calendar-picker-indicator {
    filter: invert(50%);
}
.markdown-body .markdown-alert {
    padding: 8px 16px;
    margin-bottom: 16px;
    color: inherit;
    border-left: 0.25em solid #d0d7de;
}
.markdown-body .markdown-alert> :first-child {
    margin-top: 0;
}
.markdown-body .markdown-alert> :last-child {
    margin-bottom: 0;
}
.markdown-body .markdown-alert .markdown-alert-title {
    display: flex;
    font-weight: 500;
    align-items: center;
    line-height: 1;
}
.markdown-body .markdown-alert.markdown-alert-note {
    border-left-color: #0969da;
}
.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
    color: #0969da;
}
.markdown-body .markdown-alert.markdown-alert-important {
    border-left-color: #8250df;
}
.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
    color: #8250df;
}
.markdown-body .markdown-alert.markdown-alert-warning {
    border-left-color: #9a6700;
}
.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
    color: #9a6700;
}
.markdown-body .markdown-alert.markdown-alert-tip {
    border-left-color: #1f883d;
}
.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
    color: #1a7f37;
}
.markdown-body .markdown-alert.markdown-alert-caution {
    border-left-color: #cf222e;
}
.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
    color: #d1242f;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none;
}
.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}
.ql-clipboard p {
    margin: 0;
    padding: 0;
}
.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.ql-editor>* {
    cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}
.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none;
}
.ql-editor ul>li:before {
    content: "•";
}
.ql-editor ul[data-checked="true"],
.ql-editor ul[data-checked="false"] {
    pointer-events: none;
}
.ql-editor ul[data-checked="true"]>li *,
.ql-editor ul[data-checked="false"]>li * {
    pointer-events: all;
}
.ql-editor ul[data-checked="true"]>li:before,
.ql-editor ul[data-checked="false"]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}
.ql-editor ul[data-checked="true"]>li:before {
    content: "☑";
}
.ql-editor ul[data-checked="false"]>li:before {
    content: "☐";
}
.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
}
.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}
.ql-editor ol li:before {
    content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}
.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
    background-color: #000;
}
.ql-editor .ql-bg-red {
    background-color: #e60000;
}
.ql-editor .ql-bg-orange {
    background-color: #f90;
}
.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}
.ql-editor .ql-bg-green {
    background-color: #008a00;
}
.ql-editor .ql-bg-blue {
    background-color: #06c;
}
.ql-editor .ql-bg-purple {
    background-color: #93f;
}
.ql-editor .ql-color-white {
    color: #fff;
}
.ql-editor .ql-color-red {
    color: #e60000;
}
.ql-editor .ql-color-orange {
    color: #f90;
}
.ql-editor .ql-color-yellow {
    color: #ff0;
}
.ql-editor .ql-color-green {
    color: #008a00;
}
.ql-editor .ql-color-blue {
    color: #06c;
}
.ql-editor .ql-color-purple {
    color: #93f;
}
.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
    font-size: 0.75em;
}
.ql-editor .ql-size-large {
    font-size: 1.5em;
}
.ql-editor .ql-size-huge {
    font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}
.ql-editor .ql-align-center {
    text-align: center;
}
.ql-editor .ql-align-justify {
    text-align: justify;
}
.ql-editor .ql-align-right {
    text-align: right;
}
.ql-editor.ql-blank:before {
    color: #0009;
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
    display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c;
}
@media (pointer: coarse) {

    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444;
    }
}
.ql-snow,
.ql-snow * {
    box-sizing: border-box;
}
.ql-snow .ql-hidden {
    display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden;
}
.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
}
.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
}
.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table;
}
.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444;
}
.ql-snow .ql-empty {
    fill: none;
}
.ql-snow .ql-even {
    fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
}
.ql-snow .ql-transparent {
    opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
    display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
}
.ql-snow .ql-editor h1 {
    font-size: 2em;
}
.ql-snow .ql-editor h2 {
    font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
    font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
    font-size: 1em;
}
.ql-snow .ql-editor h5 {
    font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
    font-size: 0.67em;
}
.ql-snow .ql-editor a {
    text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px;
}
.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}
.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}
.ql-snow .ql-editor img {
    max-width: 100%;
}
.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
}
.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
}
.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px;
}
.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before {
    content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
    width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label:before,
.ql-snow .ql-picker.ql-header .ql-picker-item:before {
    content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
    width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label:before,
.ql-snow .ql-picker.ql-font .ql-picker-item:before {
    content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
    content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
    content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
    font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
    font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
    width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label:before,
.ql-snow .ql-picker.ql-size .ql-picker-item:before {
    content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
    content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
    content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
    content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
    font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
    font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
    font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
}
.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: #0003 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
}
.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0px;
}
.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px;
}
.ql-snow .ql-tooltip a {
    line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
    display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0px;
    content: "Save";
    padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]:before {
    content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]:before {
    content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]:before {
    content: "Enter video:";
}
.ql-snow a {
    color: #06c;
}
.ql-container.ql-snow {
    border: 1px solid #ccc;
}
/*!
 * TOAST UI ImageEditor
 * @version 3.15.3
 * @license MIT
 */
body>textarea {
    position: fixed !important;
}
.tui-image-editor-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 300px;
    height: 100%;
    position: relative;
    background-color: #282828;
    overflow: hidden;
    letter-spacing: 0.3px;
}
.tui-image-editor-container div,
.tui-image-editor-container ul,
.tui-image-editor-container label,
.tui-image-editor-container input,
.tui-image-editor-container li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
}
.tui-image-editor-container .tui-image-editor-header {
    min-width: 533px;
    position: absolute;
    background-color: #151515;
    top: 0;
    width: 100%;
}
.tui-image-editor-container .tui-image-editor-header-buttons,
.tui-image-editor-container .tui-image-editor-controls-buttons {
    float: right;
    margin: 8px;
}
.tui-image-editor-container .tui-image-editor-header-logo,
.tui-image-editor-container .tui-image-editor-controls-logo {
    float: left;
    width: 30%;
    padding: 17px;
}
.tui-image-editor-container .tui-image-editor-controls-logo,
.tui-image-editor-container .tui-image-editor-controls-buttons {
    width: 270px;
    height: 100%;
    display: none;
}
.tui-image-editor-container .tui-image-editor-header-buttons button,
.tui-image-editor-container .tui-image-editor-header-buttons div,
.tui-image-editor-container .tui-image-editor-controls-buttons button,
.tui-image-editor-container .tui-image-editor-controls-buttons div {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    outline: none;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 0.3px;
    text-align: center;
}
.tui-image-editor-container .tui-image-editor-download-btn {
    background-color: #fdba3b;
    border-color: #fdba3b;
    color: #fff;
}
.tui-image-editor-container .tui-image-editor-load-btn {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.tui-image-editor-container .tui-image-editor-main-container {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 64px;
}
.tui-image-editor-container .tui-image-editor-main {
    position: absolute;
    text-align: center;
    top: 64px;
    bottom: 0;
    right: 0;
    left: 0;
}
.tui-image-editor-container .tui-image-editor-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: auto;
}
.tui-image-editor-container .tui-image-editor-wrap .tui-image-editor-size-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.tui-image-editor-container .tui-image-editor-wrap .tui-image-editor-size-wrap .tui-image-editor-align-wrap {
    display: table-cell;
    vertical-align: middle;
}
.tui-image-editor-container .tui-image-editor {
    position: relative;
    display: inline-block;
}
.tui-image-editor-container .tui-image-editor-menu,
.tui-image-editor-container .tui-image-editor-help-menu {
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item,
.tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    padding: 7px 8px 3px;
    cursor: pointer;
    margin: 0 4px;
}
.tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:hover:before,
.tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item[tooltip-content]:hover:before {
    content: "";
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid #2f2f2f;
    border-left: 7px solid transparent;
    left: 13px;
    top: -2px;
}
.tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:hover:after,
.tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item[tooltip-content]:hover:after {
    content: attr(tooltip-content);
    position: absolute;
    display: inline-block;
    background-color: #2f2f2f;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: lighter;
    border-radius: 3px;
    max-height: 23px;
    top: -25px;
    left: 0;
    min-width: 24px;
}
.tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item.active,
.tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item.active {
    background-color: #fff;
    transition: all 0.3s ease;
}
.tui-image-editor-container .tui-image-editor-wrap {
    position: absolute;
}
.tui-image-editor-container .tui-image-editor-grid-visual {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-flip .tui-image-editor,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-rotate .tui-image-editor {
    transition: none;
}
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-flip .tui-image-editor-grid-visual,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-rotate .tui-image-editor-grid-visual,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-resize .tui-image-editor-grid-visual {
    display: block;
}
.tui-image-editor-container .tui-image-editor-grid-visual table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.tui-image-editor-container .tui-image-editor-grid-visual table td {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.tui-image-editor-container .tui-image-editor-grid-visual table td.dot:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 0;
    box-shadow: 0 0 1px #0000004d;
    border-radius: 100%;
    background-color: #fff;
}
.tui-image-editor-container .tui-image-editor-grid-visual table td.dot.left-top:before {
    top: -5px;
    left: -5px;
}
.tui-image-editor-container .tui-image-editor-grid-visual table td.dot.right-top:before {
    top: -5px;
    right: -5px;
}
.tui-image-editor-container .tui-image-editor-grid-visual table td.dot.left-bottom:before {
    bottom: -5px;
    left: -5px;
}
.tui-image-editor-container .tui-image-editor-grid-visual table td.dot.right-bottom:before {
    bottom: -5px;
    right: -5px;
}
.tui-image-editor-container .tui-image-editor-submenu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    white-space: nowrap;
    z-index: 2;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-button:hover svg>use.active {
    display: block;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item li {
    display: inline-block;
    vertical-align: top;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-newline {
    display: block;
    margin-top: 0;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    margin: 0 9px;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button.preset {
    margin: 0 9px 20px 5px;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item label>span {
    display: inline-block;
    cursor: pointer;
    padding-top: 5px;
    font-family: Noto Sans, sans-serif;
    font-size: 11px;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button.apply label,
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button.cancel label {
    vertical-align: 7px;
}
.tui-image-editor-container .tui-image-editor-submenu>div {
    display: none;
    vertical-align: bottom;
}
.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-style {
    opacity: 0.95;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.tui-image-editor-container .tui-image-editor-partition>div {
    width: 1px;
    height: 52px;
    border-left: 1px solid #3c3c3c;
    margin: 0 8px;
}
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-filter .tui-image-editor-partition>div {
    height: 108px;
    margin: 0 29px 0 0;
}
.tui-image-editor-container .tui-image-editor-submenu-align {
    text-align: left;
    margin-right: 30px;
}
.tui-image-editor-container .tui-image-editor-submenu-align label>span {
    width: 55px;
    white-space: nowrap;
}
.tui-image-editor-container .tui-image-editor-submenu-align:first-child {
    margin-right: 0;
}
.tui-image-editor-container .tui-image-editor-submenu-align:first-child label>span {
    width: 70px;
}
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-crop .tui-image-editor-submenu>div.tui-image-editor-menu-crop,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-resize .tui-image-editor-submenu>div.tui-image-editor-menu-resize,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-flip .tui-image-editor-submenu>div.tui-image-editor-menu-flip,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-rotate .tui-image-editor-submenu>div.tui-image-editor-menu-rotate,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-shape .tui-image-editor-submenu>div.tui-image-editor-menu-shape,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-text .tui-image-editor-submenu>div.tui-image-editor-menu-text,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-mask .tui-image-editor-submenu>div.tui-image-editor-menu-mask,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-icon .tui-image-editor-submenu>div.tui-image-editor-menu-icon,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-draw .tui-image-editor-submenu>div.tui-image-editor-menu-draw,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-filter .tui-image-editor-submenu>div.tui-image-editor-menu-filter,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-zoom .tui-image-editor-submenu>div.tui-image-editor-menu-zoom {
    display: table-cell;
}
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-crop .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-resize .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-flip .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-rotate .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-shape .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-text .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-mask .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-icon .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-draw .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-filter .tui-image-editor-submenu,
.tui-image-editor-container .tui-image-editor-main.tui-image-editor-menu-zoom .tui-image-editor-submenu {
    display: table;
}
.tui-image-editor-container .tui-image-editor-help-menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    background-color: #ffffff0f;
    z-index: 2;
    position: absolute;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history {
    display: none;
    background-color: #fff;
    color: #444;
    position: absolute;
    width: 196px;
    height: 276px;
    padding: 4px 2px;
    box-shadow: 0 2px 6px #00000026;
    cursor: auto;
    transform: translate(calc(-50% + 12px));
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list {
    height: 268px;
    padding: 0;
    overflow: hidden scroll;
    list-style: none;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item {
    height: 24px;
    font-size: 11px;
    line-height: 24px;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item .tui-image-editor-history-item {
    position: relative;
    height: 24px;
    cursor: pointer;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item .tui-image-editor-history-item svg {
    width: 24px;
    height: 24px;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item .tui-image-editor-history-item span {
    display: inline-block;
    width: 128px;
    height: 24px;
    text-align: left;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item .tui-image-editor-history-item .history-item-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item .tui-image-editor-history-item .history-item-checkbox {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: -6px;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item.selected-item {
    background-color: #7777771f;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item.selected-item .history-item-checkbox {
    display: inline-block;
}
.tui-image-editor-container .tui-image-editor-help-menu .tie-panel-history .history-list .history-item.disabled-item {
    color: #333;
    opacity: 0.3;
}
.tui-image-editor-container .tui-image-editor-help-menu .opened .tie-panel-history {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu .opened .tie-panel-history:before {
    content: "";
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    width: 0;
    height: 0;
}
.tui-image-editor-container .filter-color-item {
    display: inline-block;
}
.tui-image-editor-container .filter-color-item .tui-image-editor-checkbox {
    display: block;
}
.tui-image-editor-container .tui-image-editor-checkbox-wrap {
    display: inline-block !important;
    text-align: left;
}
.tui-image-editor-container .tui-image-editor-checkbox-wrap.fixed-width {
    width: 187px;
    white-space: normal;
}
.tui-image-editor-container .tui-image-editor-checkbox {
    display: inline-block;
    margin: 1px 0;
}
.tui-image-editor-container .tui-image-editor-checkbox input {
    width: 14px;
    height: 14px;
    opacity: 0;
}
.tui-image-editor-container .tui-image-editor-checkbox>label>span {
    color: #fff;
    height: 14px;
    position: relative;
}
.tui-image-editor-container .tui-image-editor-checkbox input+label:before,
.tui-image-editor-container .tui-image-editor-checkbox>label>span:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    top: 6px;
    left: -19px;
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 11px;
    border: 0;
    border-radius: 2px;
    padding-top: 1px;
    box-sizing: border-box;
}
.tui-image-editor-container .tui-image-editor-checkbox input[type="checkbox"]:checked+span:before {
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==);
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap {
    position: relative;
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap select {
    width: 100%;
    height: 28px;
    margin-top: 4px;
    border: 0;
    outline: 0;
    border-radius: 0;
    border: 1px solid #cbdbdb;
    background-color: #fff;
    appearance: none;
    padding: 0 7px 0 10px;
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap .tui-image-editor-selectlist {
    display: none;
    position: relative;
    top: -1px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-top: 0;
    padding: 4px 0;
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap .tui-image-editor-selectlist li {
    display: block;
    text-align: left;
    padding: 7px 10px;
    font-family: Noto Sans, sans-serif;
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap .tui-image-editor-selectlist li:hover {
    background-color: #515ce60d;
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    right: 5px;
    top: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=);
    background-size: cover;
}
.tui-image-editor-container .tui-image-editor-selectlist-wrap select::-ms-expand {
    display: none;
}
.tui-image-editor-container .tui-image-editor-virtual-range-bar .tui-image-editor-disabled,
.tui-image-editor-container .tui-image-editor-virtual-range-subbar .tui-image-editor-disabled,
.tui-image-editor-container .tui-image-editor-virtual-range-pointer .tui-image-editor-disabled {
    background-color: #f00;
}
.tui-image-editor-container .tui-image-editor-range {
    position: relative;
    top: 5px;
    width: 166px;
    height: 17px;
    display: inline-block;
}
.tui-image-editor-container .tui-image-editor-virtual-range-bar {
    top: 7px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #666;
}
.tui-image-editor-container .tui-image-editor-virtual-range-subbar {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #d1d1d1;
}
.tui-image-editor-container .tui-image-editor-virtual-range-pointer {
    position: absolute;
    cursor: pointer;
    top: -5px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
}
.tui-image-editor-container .tui-image-editor-range-wrap {
    display: inline-block;
    margin-left: 4px;
}
.tui-image-editor-container .tui-image-editor-range-wrap.short .tui-image-editor-range {
    width: 100px;
}
.tui-image-editor-container .color-picker-control .tui-image-editor-range {
    width: 108px;
    margin-left: 10px;
}
.tui-image-editor-container .color-picker-control .tui-image-editor-virtual-range-pointer {
    background-color: #333;
}
.tui-image-editor-container .color-picker-control .tui-image-editor-virtual-range-bar {
    background-color: #ccc;
}
.tui-image-editor-container .color-picker-control .tui-image-editor-virtual-range-subbar {
    background-color: #606060;
}
.tui-image-editor-container .tui-image-editor-range-wrap.tui-image-editor-newline.short {
    margin-top: -2px;
    margin-left: 19px;
}
.tui-image-editor-container .tui-image-editor-range-wrap.tui-image-editor-newline.short label {
    color: #8e8e8e;
    font-weight: 400;
}
.tui-image-editor-container .tui-image-editor-range-wrap label {
    vertical-align: baseline;
    font-size: 11px;
    margin-right: 7px;
    color: #fff;
}
.tui-image-editor-container .tui-image-editor-range-value {
    cursor: default;
    width: 40px;
    height: 24px;
    outline: none;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    text-align: center;
    background-color: #1c1c1c;
    color: #fff;
    font-weight: lighter;
    vertical-align: baseline;
    font-family: Noto Sans, sans-serif;
    margin-top: 15px;
    margin-left: 4px;
}
.tui-image-editor-container .tui-image-editor-controls {
    position: absolute;
    background-color: #151515;
    width: 100%;
    height: 64px;
    display: table;
    bottom: 0;
    z-index: 2;
}
.tui-image-editor-container .tui-image-editor-icpartition {
    display: inline-block;
    background-color: #444;
    width: 1px;
    height: 24px;
}
.tui-image-editor-container.left .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:before {
    left: 28px;
    top: 11px;
    border-right: 7px solid #2f2f2f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.tui-image-editor-container.left .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:after {
    top: 7px;
    left: 42px;
    white-space: nowrap;
}
.tui-image-editor-container.left .tui-image-editor-submenu {
    left: 0;
    height: 100%;
    width: 248px;
}
.tui-image-editor-container.left .tui-image-editor-main-container {
    left: 64px;
    width: calc(100% - 64px);
    height: 100%;
}
.tui-image-editor-container.left .tui-image-editor-controls {
    width: 64px;
    height: 100%;
    display: table;
}
.tui-image-editor-container.left .tui-image-editor-menu,
.tui-image-editor-container.right .tui-image-editor-menu {
    white-space: inherit;
}
.tui-image-editor-container.left .tui-image-editor-submenu,
.tui-image-editor-container.right .tui-image-editor-submenu {
    white-space: normal;
}
.tui-image-editor-container.left .tui-image-editor-submenu>div,
.tui-image-editor-container.right .tui-image-editor-submenu>div {
    vertical-align: middle;
}
.tui-image-editor-container.left .tui-image-editor-controls li,
.tui-image-editor-container.right .tui-image-editor-controls li {
    display: inline-block;
    margin: 4px auto;
}
.tui-image-editor-container.left .tui-image-editor-icpartition,
.tui-image-editor-container.right .tui-image-editor-icpartition {
    position: relative;
    top: -7px;
    width: 24px;
    height: 1px;
}
.tui-image-editor-container.left .tui-image-editor-submenu .tui-image-editor-partition,
.tui-image-editor-container.right .tui-image-editor-submenu .tui-image-editor-partition {
    display: block;
    width: 75%;
    margin: auto;
}
.tui-image-editor-container.left .tui-image-editor-submenu .tui-image-editor-partition>div,
.tui-image-editor-container.right .tui-image-editor-submenu .tui-image-editor-partition>div {
    border-left: 0;
    height: 10px;
    border-bottom: 1px solid #3c3c3c;
    width: 100%;
    margin: 0;
}
.tui-image-editor-container.left .tui-image-editor-submenu .tui-image-editor-submenu-align,
.tui-image-editor-container.right .tui-image-editor-submenu .tui-image-editor-submenu-align {
    margin-right: 0;
}
.tui-image-editor-container.left .tui-image-editor-submenu .tui-image-editor-submenu-item li,
.tui-image-editor-container.right .tui-image-editor-submenu .tui-image-editor-submenu-item li {
    margin-top: 15px;
}
.tui-image-editor-container.left .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-colorpicker-clearfix li,
.tui-image-editor-container.right .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-colorpicker-clearfix li {
    margin-top: 0;
}
.tui-image-editor-container.left .tui-image-editor-checkbox-wrap.fixed-width,
.tui-image-editor-container.right .tui-image-editor-checkbox-wrap.fixed-width {
    width: 182px;
    white-space: normal;
}
.tui-image-editor-container.left .tui-image-editor-range-wrap.tui-image-editor-newline label.range,
.tui-image-editor-container.right .tui-image-editor-range-wrap.tui-image-editor-newline label.range {
    display: block;
    text-align: left;
    width: 75%;
    margin: auto;
}
.tui-image-editor-container.left .tui-image-editor-range,
.tui-image-editor-container.right .tui-image-editor-range {
    width: 136px;
}
.tui-image-editor-container.right .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:before {
    left: -3px;
    top: 11px;
    border-left: 7px solid #2f2f2f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.tui-image-editor-container.right .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:after {
    top: 7px;
    left: unset;
    right: 43px;
    white-space: nowrap;
}
.tui-image-editor-container.right .tui-image-editor-submenu {
    right: 0;
    height: 100%;
    width: 248px;
}
.tui-image-editor-container.right .tui-image-editor-main-container {
    right: 64px;
    width: calc(100% - 64px);
    height: 100%;
}
.tui-image-editor-container.right .tui-image-editor-controls {
    right: 0;
    width: 64px;
    height: 100%;
    display: table;
}
.tui-image-editor-container.top .tui-image-editor-submenu .tui-image-editor-partition.only-left-right,
.tui-image-editor-container.bottom .tui-image-editor-submenu .tui-image-editor-partition.only-left-right {
    display: none;
}
.tui-image-editor-container.bottom .tui-image-editor-submenu>div {
    padding-bottom: 24px;
}
.tui-image-editor-container.top .color-picker-control .triangle {
    top: -8px;
    border-right: 7px solid transparent;
    border-top: 0;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #fff;
}
.tui-image-editor-container.top .tui-image-editor-size-wrap {
    height: 100%;
}
.tui-image-editor-container.top .tui-image-editor-main-container {
    bottom: 0;
}
.tui-image-editor-container.top .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:before {
    left: 13px;
    border-top: 0;
    border-bottom: 7px solid #2f2f2f;
    top: 33px;
}
.tui-image-editor-container.top .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:after {
    top: 38px;
}
.tui-image-editor-container.top .tui-image-editor-submenu {
    top: 0;
    bottom: auto;
}
.tui-image-editor-container.top .tui-image-editor-submenu>div {
    padding-top: 24px;
    vertical-align: top;
}
.tui-image-editor-container.top .tui-image-editor-controls-logo,
.tui-image-editor-container.top .tui-image-editor-controls-buttons {
    display: table-cell;
}
.tui-image-editor-container.top .tui-image-editor-main {
    top: 64px;
    height: calc(100% - 64px);
}
.tui-image-editor-container.top .tui-image-editor-controls {
    top: 0;
    bottom: inherit;
}
.tui-image-editor-container .tui-image-editor-help-menu.top {
    white-space: nowrap;
    width: 506px;
    height: 40px;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
}
.tui-image-editor-container .tui-image-editor-help-menu.top .tie-panel-history {
    top: 45px;
}
.tui-image-editor-container .tui-image-editor-help-menu.top .opened .tie-panel-history:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 90px;
    top: -8px;
}
.tui-image-editor-container .tui-image-editor-help-menu.top>.tui-image-editor-item[tooltip-content]:before {
    left: 13px;
    top: 35px;
    border: none;
    border-bottom: 7px solid #2f2f2f;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.tui-image-editor-container .tui-image-editor-help-menu.top>.tui-image-editor-item[tooltip-content]:after {
    top: 41px;
    left: -4px;
    white-space: nowrap;
}
.tui-image-editor-container .tui-image-editor-help-menu.top>.tui-image-editor-item[tooltip-content].opened:before,
.tui-image-editor-container .tui-image-editor-help-menu.top>.tui-image-editor-item[tooltip-content].opened:after {
    content: none;
}
.tui-image-editor-container .tui-image-editor-help-menu.bottom {
    white-space: nowrap;
    width: 506px;
    height: 40px;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
}
.tui-image-editor-container .tui-image-editor-help-menu.bottom .tie-panel-history {
    bottom: 45px;
}
.tui-image-editor-container .tui-image-editor-help-menu.bottom .opened .tie-panel-history:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 90px;
    bottom: -8px;
}
.tui-image-editor-container .tui-image-editor-help-menu.bottom>.tui-image-editor-item[tooltip-content]:before {
    left: 13px;
    top: auto;
    bottom: 36px;
    border: none;
    border-top: 7px solid #2f2f2f;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.tui-image-editor-container .tui-image-editor-help-menu.bottom>.tui-image-editor-item[tooltip-content]:after {
    top: auto;
    left: -4px;
    bottom: 41px;
    white-space: nowrap;
}
.tui-image-editor-container .tui-image-editor-help-menu.bottom>.tui-image-editor-item[tooltip-content].opened:before,
.tui-image-editor-container .tui-image-editor-help-menu.bottom>.tui-image-editor-item[tooltip-content].opened:after {
    content: none;
}
.tui-image-editor-container .tui-image-editor-help-menu.left {
    white-space: inherit;
    width: 40px;
    height: 506px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.tui-image-editor-container .tui-image-editor-help-menu.left .tie-panel-history {
    left: 140px;
    top: -4px;
}
.tui-image-editor-container .tui-image-editor-help-menu.left .opened .tie-panel-history:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    left: -8px;
    top: 14px;
}
.tui-image-editor-container .tui-image-editor-help-menu.left .tui-image-editor-item {
    margin: 4px auto;
    padding: 6px 8px;
}
.tui-image-editor-container .tui-image-editor-help-menu.left>.tui-image-editor-item[tooltip-content]:before {
    left: 27px;
    top: 11px;
    border: none;
    border-right: 7px solid #2f2f2f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.tui-image-editor-container .tui-image-editor-help-menu.left>.tui-image-editor-item[tooltip-content]:after {
    top: 7px;
    left: 40px;
    white-space: nowrap;
}
.tui-image-editor-container .tui-image-editor-help-menu.left>.tui-image-editor-item[tooltip-content].opened:before,
.tui-image-editor-container .tui-image-editor-help-menu.left>.tui-image-editor-item[tooltip-content].opened:after {
    content: none;
}
.tui-image-editor-container .tui-image-editor-help-menu.right {
    white-space: inherit;
    width: 40px;
    height: 506px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.tui-image-editor-container .tui-image-editor-help-menu.right .tie-panel-history {
    right: -30px;
    top: -4px;
}
.tui-image-editor-container .tui-image-editor-help-menu.right .opened .tie-panel-history:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    right: -8px;
    top: 14px;
}
.tui-image-editor-container .tui-image-editor-help-menu.right .tui-image-editor-item {
    margin: 4px auto;
    padding: 6px 8px;
}
.tui-image-editor-container .tui-image-editor-help-menu.right>.tui-image-editor-item[tooltip-content]:before {
    left: -6px;
    top: 11px;
    border: none;
    border-left: 7px solid #2f2f2f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.tui-image-editor-container .tui-image-editor-help-menu.right>.tui-image-editor-item[tooltip-content]:after {
    top: 7px;
    left: auto;
    right: 39px;
    white-space: nowrap;
}
.tui-image-editor-container .tui-image-editor-help-menu.right>.tui-image-editor-item[tooltip-content].opened:before,
.tui-image-editor-container .tui-image-editor-help-menu.right>.tui-image-editor-item[tooltip-content].opened:after {
    content: none;
}
.tui-image-editor-container .tie-icon-add-button .tui-image-editor-button {
    min-width: 42px;
}
.tui-image-editor-container .svg_ic-menu,
.tui-image-editor-container .svg_ic-helpmenu {
    width: 24px;
    height: 24px;
}
.tui-image-editor-container .svg_ic-submenu {
    width: 32px;
    height: 32px;
}
.tui-image-editor-container .svg_img-bi {
    width: 257px;
    height: 26px;
}
.tui-image-editor-container .tui-image-editor-help-menu svg>use,
.tui-image-editor-container .tui-image-editor-controls svg>use {
    display: none;
}
.tui-image-editor-container .tui-image-editor-help-menu .enabled svg:hover>use.hover,
.tui-image-editor-container .tui-image-editor-controls .enabled svg:hover>use.hover,
.tui-image-editor-container .tui-image-editor-help-menu .normal svg:hover>use.hover,
.tui-image-editor-container .tui-image-editor-controls .normal svg:hover>use.hover {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu .active svg:hover>use.hover,
.tui-image-editor-container .tui-image-editor-controls .active svg:hover>use.hover {
    display: none;
}
.tui-image-editor-container .tui-image-editor-help-menu .on svg>use.hover,
.tui-image-editor-container .tui-image-editor-controls .on svg>use.hover,
.tui-image-editor-container .tui-image-editor-help-menu .opened svg>use.hover,
.tui-image-editor-container .tui-image-editor-controls .opened svg>use.hover {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu svg>use.normal,
.tui-image-editor-container .tui-image-editor-controls svg>use.normal {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu .active svg>use.active,
.tui-image-editor-container .tui-image-editor-controls .active svg>use.active {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu .enabled svg>use.enabled,
.tui-image-editor-container .tui-image-editor-controls .enabled svg>use.enabled {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu .active svg>use.normal,
.tui-image-editor-container .tui-image-editor-controls .active svg>use.normal,
.tui-image-editor-container .tui-image-editor-help-menu .enabled svg>use.normal,
.tui-image-editor-container .tui-image-editor-controls .enabled svg>use.normal {
    display: none;
}
.tui-image-editor-container .tui-image-editor-help-menu .help svg>use.disabled,
.tui-image-editor-container .tui-image-editor-controls .help svg>use.disabled,
.tui-image-editor-container .tui-image-editor-help-menu .help.enabled svg>use.normal,
.tui-image-editor-container .tui-image-editor-controls .help.enabled svg>use.normal {
    display: block;
}
.tui-image-editor-container .tui-image-editor-help-menu .help.enabled svg>use.disabled,
.tui-image-editor-container .tui-image-editor-controls .help.enabled svg>use.disabled {
    display: none;
}
.tui-image-editor-container .tui-image-editor-controls:hover {
    z-index: 3;
}
.tui-image-editor-container div.tui-colorpicker-clearfix {
    width: 159px;
    height: 28px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    background-color: #f5f5f5;
    margin-top: 6px;
    padding: 4px 7px;
}
.tui-image-editor-container .tui-colorpicker-palette-hex {
    width: 114px;
    background-color: #f5f5f5;
    border: 0;
    font-size: 11px;
    margin-top: 2px;
    font-family: Noto Sans, sans-serif;
}
.tui-image-editor-container .tui-colorpicker-palette-hex[value="#ffffff"]+.tui-colorpicker-palette-preview,
.tui-image-editor-container .tui-colorpicker-palette-hex[value=""]+.tui-colorpicker-palette-preview {
    border: 1px solid #ccc;
}
.tui-image-editor-container .tui-colorpicker-palette-hex[value=""]+.tui-colorpicker-palette-preview {
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAdBJREFUWAnFl0FuwjAQRZ0ukiugHqFSOQNdseuKW3ALzkA4BateICvUGyCxrtRFd4WuunH/TzykaYJrnLEYaTJJsP2+x8GZZCbQrLU5mj7Bn+EP8HvnCObd+R7xBV5lWfaNON4AnsA38E94qLEt+0yiFaBzAV/Bv+Cxxr4co7hKCDpw1q9wLeNYYdlAwyn8TYt8Hme3+8D5ozcTaMCZ68PXa2tnM2sbEcOZAJhrrpl2DAcTOGNjZPSfCdzkw6JrfbiMv+osBe4y9WOedhm4jZfhbENWuxS44H9Wz/xw4WzqLOAqh1+zycgAwzEMzr5k5gaHOa9ULBwuuDkFlHI1Kl4PJ66kgIpnoywOTmRFAYcbwYk9UMApWkD8zAV5ihcwHk4Rx7gl0IFTQL0EFc+CTQ9OZHWH3YhlVJiVpTHbrTGLhTHLZVgff6s9lyBsI9KduSS83oj+34rTwJutmBmCnMsvozRwZqB5GTkBw6/jdPDu69iJ6BYk6eCcfbcgcQIK/MByaaiMqm8rHcjol2TnpWDhyAKSGdA3FrxtJUToX0ODqatetfGE+8tyEUOV8GY5dGRwLP/MBS4RHQr4bT7NRAQjlcOTfZxmv2G+c4hI8nn+Ax5PG/zhI393AAAAAElFTkSuQmCC);
}
.tui-image-editor-container .tui-colorpicker-palette-preview {
    border-radius: 100%;
    float: left;
    width: 17px;
    height: 17px;
    border: 0;
}
.tui-image-editor-container .color-picker-control {
    position: absolute;
    display: none;
    z-index: 99;
    width: 192px;
    background-color: #fff;
    box-shadow: 0 3px 22px 6px #00000026;
    padding: 16px;
    border-radius: 2px;
}
.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-toggle-slider {
    display: none;
}
.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-button {
    border: 0;
    border-radius: 100%;
    margin: 2px;
    background-size: cover;
    font-size: 1px;
}
.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-button[title="#ffffff"],
.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-button[title=""] {
    border: 1px solid #ccc;
}
.tui-image-editor-container .color-picker-control .triangle {
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 84px;
}
.tui-image-editor-container .color-picker-control .tui-colorpicker-container,
.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-container ul,
.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-container {
    width: 100%;
    height: auto;
}
.tui-image-editor-container .filter-color-item .color-picker-control label {
    font-color: #333;
    font-weight: 400;
    margin-right: 7pxleft;
}
.tui-image-editor-container .filter-color-item .tui-image-editor-checkbox {
    margin-top: 0;
}
.tui-image-editor-container .filter-color-item .tui-image-editor-checkbox input+label:before,
.tui-image-editor-container .filter-color-item .tui-image-editor-checkbox>label:before {
    left: -16px;
}
.tui-image-editor-container .color-picker {
    width: 100%;
    height: auto;
}
.tui-image-editor-container .color-picker-value {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 100%;
    margin: auto auto 1px;
}
.tui-image-editor-container .color-picker-value.transparent {
    border: 1px solid #cbcbcb;
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAdBJREFUWAnFl0FuwjAQRZ0ukiugHqFSOQNdseuKW3ALzkA4BateICvUGyCxrtRFd4WuunH/TzykaYJrnLEYaTJJsP2+x8GZZCbQrLU5mj7Bn+EP8HvnCObd+R7xBV5lWfaNON4AnsA38E94qLEt+0yiFaBzAV/Bv+Cxxr4co7hKCDpw1q9wLeNYYdlAwyn8TYt8Hme3+8D5ozcTaMCZ68PXa2tnM2sbEcOZAJhrrpl2DAcTOGNjZPSfCdzkw6JrfbiMv+osBe4y9WOedhm4jZfhbENWuxS44H9Wz/xw4WzqLOAqh1+zycgAwzEMzr5k5gaHOa9ULBwuuDkFlHI1Kl4PJ66kgIpnoywOTmRFAYcbwYk9UMApWkD8zAV5ihcwHk4Rx7gl0IFTQL0EFc+CTQ9OZHWH3YhlVJiVpTHbrTGLhTHLZVgff6s9lyBsI9KduSS83oj+34rTwJutmBmCnMsvozRwZqB5GTkBw6/jdPDu69iJ6BYk6eCcfbcgcQIK/MByaaiMqm8rHcjol2TnpWDhyAKSGdA3FrxtJUToX0ODqatetfGE+8tyEUOV8GY5dGRwLP/MBS4RHQr4bT7NRAQjlcOTfZxmv2G+c4hI8nn+Ax5PG/zhI393AAAAAElFTkSuQmCC);
}
.tui-image-editor-container .color-picker-value+label {
    color: #fff;
}
.tui-image-editor-container .tui-image-editor-submenu svg>use {
    display: none;
}
.tui-image-editor-container .tui-image-editor-submenu svg>use.normal {
    display: block;
}
.tie-icon-add-button.icon-bubble .tui-image-editor-button[data-icontype="icon-bubble"] svg>use.active,
.tie-icon-add-button.icon-heart .tui-image-editor-button[data-icontype="icon-heart"] svg>use.active,
.tie-icon-add-button.icon-location .tui-image-editor-button[data-icontype="icon-location"] svg>use.active,
.tie-icon-add-button.icon-polygon .tui-image-editor-button[data-icontype="icon-polygon"] svg>use.active,
.tie-icon-add-button.icon-star .tui-image-editor-button[data-icontype="icon-star"] svg>use.active,
.tie-icon-add-button.icon-star-2 .tui-image-editor-button[data-icontype="icon-star-2"] svg>use.active,
.tie-icon-add-button.icon-arrow-3 .tui-image-editor-button[data-icontype="icon-arrow-3"] svg>use.active,
.tie-icon-add-button.icon-arrow-2 .tui-image-editor-button[data-icontype="icon-arrow-2"] svg>use.active,
.tie-icon-add-button.icon-arrow .tui-image-editor-button[data-icontype="icon-arrow"] svg>use.active {
    display: block;
}
.tie-draw-line-select-button.line .tui-image-editor-button.line svg>use.normal,
.tie-draw-line-select-button.free .tui-image-editor-button.free svg>use.normal {
    display: none;
}
.tie-draw-line-select-button.line .tui-image-editor-button.line svg>use.active,
.tie-draw-line-select-button.free .tui-image-editor-button.free svg>use.active {
    display: block;
}
.tie-flip-button.resetFlip .tui-image-editor-button.resetFlip svg>use.normal,
.tie-flip-button.flipX .tui-image-editor-button.flipX svg>use.normal,
.tie-flip-button.flipY .tui-image-editor-button.flipY svg>use.normal {
    display: none;
}
.tie-flip-button.resetFlip .tui-image-editor-button.resetFlip svg>use.active,
.tie-flip-button.flipX .tui-image-editor-button.flipX svg>use.active,
.tie-flip-button.flipY .tui-image-editor-button.flipY svg>use.active {
    display: block;
}
.tie-mask-apply.apply.active .tui-image-editor-button.apply label {
    color: #fff;
}
.tie-mask-apply.apply.active .tui-image-editor-button.apply svg>use.active {
    display: block;
}
.tie-crop-button .tui-image-editor-button.apply,
.tie-crop-preset-button .tui-image-editor-button.apply {
    margin-right: 24px;
}
.tie-crop-button .tui-image-editor-button.preset.active svg>use.active,
.tie-crop-preset-button .tui-image-editor-button.preset.active svg>use.active {
    display: block;
}
.tie-crop-button .tui-image-editor-button.apply.active svg>use.active,
.tie-crop-preset-button .tui-image-editor-button.apply.active svg>use.active {
    display: block;
}
.tie-resize-button .tui-image-editor-button.apply,
.tie-resize-preset-button .tui-image-editor-button.apply {
    margin-right: 24px;
}
.tie-resize-button .tui-image-editor-button.preset.active svg>use.active,
.tie-resize-preset-button .tui-image-editor-button.preset.active svg>use.active {
    display: block;
}
.tie-resize-button .tui-image-editor-button.apply.active svg>use.active,
.tie-resize-preset-button .tui-image-editor-button.apply.active svg>use.active {
    display: block;
}
.tie-shape-button.rect .tui-image-editor-button.rect svg>use.normal,
.tie-shape-button.circle .tui-image-editor-button.circle svg>use.normal,
.tie-shape-button.triangle .tui-image-editor-button.triangle svg>use.normal {
    display: none;
}
.tie-shape-button.rect .tui-image-editor-button.rect svg>use.active,
.tie-shape-button.circle .tui-image-editor-button.circle svg>use.active,
.tie-shape-button.triangle .tui-image-editor-button.triangle svg>use.active {
    display: block;
}
.tie-text-effect-button .tui-image-editor-button.active svg>use.active {
    display: block;
}
.tie-text-align-button.tie-text-align-left .tui-image-editor-button.left svg>use.active,
.tie-text-align-button.tie-text-align-center .tui-image-editor-button.center svg>use.active,
.tie-text-align-button.tie-text-align-right .tui-image-editor-button.right svg>use.active {
    display: block;
}
.tie-mask-image-file,
.tie-icon-image-file {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #008000;
    cursor: inherit;
    left: 0;
    top: 0;
}
.tie-zoom-button.resetFlip .tui-image-editor-button.resetFlip svg>use.normal,
.tie-zoom-button.flipX .tui-image-editor-button.flipX svg>use.normal,
.tie-zoom-button.flipY .tui-image-editor-button.flipY svg>use.normal {
    display: none;
}
.tie-zoom-button.resetFlip .tui-image-editor-button.resetFlip svg>use.active,
.tie-zoom-button.flipX .tui-image-editor-button.flipX svg>use.active,
.tie-zoom-button.flipY .tui-image-editor-button.flipY svg>use.active {
    display: block;
}
.tui-image-editor-container.top.tui-image-editor-top-optimization .tui-image-editor-controls ul {
    text-align: right;
}
.tui-image-editor-container.top.tui-image-editor-top-optimization .tui-image-editor-controls-logo {
    display: none;
}
/*!
 * TOAST UI Color Picker
 * @version 2.2.8
 * @author NHN Cloud FE Development Team <dl_javascript@nhn.com>
 * @license MIT
 */
.tui-colorpicker-clearfix {
    zoom: 1;
}
.tui-colorpicker-clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.tui-colorpicker-vml {
    behavior: url(#default#VML);
    display: block;
}
.tui-colorpicker-container,
.tui-colorpicker-palette-container {
    width: 152px;
}
.tui-colorpicker-palette-container ul {
    width: 152px;
    margin: 0;
    padding: 0;
}
.tui-colorpicker-palette-container li {
    float: left;
    margin: 0;
    padding: 0 3px 3px 0;
    list-style: none;
}
.tui-colorpicker-palette-button {
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.tui-colorpicker-palette-button.tui-colorpicker-selected {
    border: 2px solid #000;
}
.tui-colorpicker-palette-button.tui-colorpicker-color-transparent {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAABfGlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGAqSSwoyGFhYGDIzSspCnJ3UoiIjFJgv8PAzcDDIMRgxSCemFxc4BgQ4MOAE3y7xsAIoi/rgsxK8/x506a1fP4WNq+ZclYlOrj1gQF3SmpxMgMDIweQnZxSnJwLZOcA2TrJBUUlQPYMIFu3vKQAxD4BZIsUAR0IZN8BsdMh7A8gdhKYzcQCVhMS5AxkSwDZAkkQtgaInQ5hW4DYyRmJKUC2B8guiBvAgNPDRcHcwFLXkYC7SQa5OaUwO0ChxZOaFxoMcgcQyzB4MLgwKDCYMxgwWDLoMjiWpFaUgBQ65xdUFmWmZ5QoOAJDNlXBOT+3oLQktUhHwTMvWU9HwcjA0ACkDhRnEKM/B4FNZxQ7jxDLX8jAYKnMwMDcgxBLmsbAsH0PA4PEKYSYyjwGBn5rBoZt5woSixLhDmf8xkKIX5xmbARh8zgxMLDe+///sxoDA/skBoa/E////73o//+/i4H2A+PsQA4AJHdp4IxrEg8AAAGbaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjEzPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CghrN1AAAABzSURBVCgVldKxEYAgDAXQD5VOpLuwgi4jlrTMqF00oOd5Aia/CcV/F4oYOgNlrLjvVyCEVJchBjEC25538PeaWTzRMBLxvIL7UZwFwL06qoA6aoAy+gFfJABvJAQPUoCMlICRRd8BzgHzJL4ok9aJ67l4AK9AxVKhHryUAAAAAElFTkSuQmCC);
}
.tui-colorpicker-palette-hex {
    font-family: monospace;
    width: 60px;
}
.tui-colorpicker-palette-hex,
.tui-colorpicker-palette-preview {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.tui-colorpicker-palette-preview {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.tui-colorpicker-palette-toggle-slider {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.tui-colorpicker-slider-container {
    margin: 5px 0 0;
    height: 122px;
    zoom: 1;
}
.tui-colorpicker-slider-container:after {
    content: "";
    display: block;
    clear: both;
}
.tui-colorpicker-slider-left {
    float: left;
    width: 120px;
    height: 120px;
}
.tui-colorpicker-slider-right {
    float: right;
    width: 32px;
    height: 120px;
}
.tui-colorpicker-svg {
    display: block;
}
.tui-colorpicker-slider-handle {
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 2;
    opacity: 0.9;
}
.tui-colorpicker-svg-slider,
.tui-colorpicker-vml-slider {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.tui-colorpicker-vml-slider {
    position: relative;
}
.tui-colorpicker-vml-slider-bg {
    position: absolute;
    margin: -1px 0 0 -1px;
    top: 0;
    left: 0;
    width: 122px;
    height: 122px;
}
.tui-colorpicker-svg-huebar {
    float: right;
    width: 18px;
    height: 120px;
    border: 1px solid #ccc;
    overflow: visible;
}
.tui-colorpicker-vml-huebar {
    width: 32px;
    position: relative;
}
.tui-colorpicker-vml-huebar-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 121px;
}
.custom-ant-select-dropdown {
    background: #ffffff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 8px;
    padding: 8px 0 8px 8px;
}
.custom-ant-select-dropdown .ant-select-item-option {
    align-items: center;
}
.custom-ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: transparent;
}
.custom-ant-select-dropdown .ant-select-item:hover {
    background-color: #f2f7fc;
}
.custom-ant-select-dropdown .ant-select-single.ant-select-open .ant-select-selection-item {
    color: #000000d9;
}
.custom-ant-select-dropdown .ant-select-item {
    height: fit-content;
    min-height: unset;
    padding: 8px;
    border-radius: 4px;
}
.custom-ant-select-dropdown .ant-select-item-option-selected {
    font-weight: unset !important;
    color: #4965f2;
    background-color: transparent;
}
.custom-ant-select-dropdown .rc-virtual-list-holder {
    overflow-y: overlay !important;
}
.custom-ant-select-dropdown .rc-virtual-list-holder>div {
    margin-right: 8px;
}
.custom-ant-select-dropdown .rc-virtual-list-holder::-webkit-scrollbar {
    width: 16px;
}
.custom-ant-select-dropdown .rc-virtual-list-holder::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    background-clip: content-box;
    border-radius: 9999px;
    background-color: #8b8fa333;
}
.custom-ant-select-dropdown .rc-virtual-list-holder::-webkit-scrollbar-thumb:hover {
    background-color: #8b8fa380;
}
.ob-dropdown-control-select {
    background: #ffffff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 8px;
    padding: 8px 0 8px 8px;
}
.ob-dropdown-control-select .ant-select-item-option {
    align-items: center;
}
.ob-dropdown-control-select .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: transparent;
}
.ob-dropdown-control-select .ant-select-item:hover {
    background-color: #f2f7fc;
}
.ob-dropdown-control-select .ant-select-single.ant-select-open .ant-select-selection-item {
    color: #000000d9;
}
.ob-dropdown-control-select .ant-select-item {
    height: fit-content;
    min-height: unset;
    padding: 8px;
    border-radius: 4px;
}
.ob-dropdown-control-select .ant-select-item-option-selected {
    font-weight: unset !important;
    color: #4965f2;
    background-color: transparent;
}
.ob-dropdown-control-select .rc-virtual-list-holder {
    overflow-y: overlay !important;
}
.ob-dropdown-control-select .rc-virtual-list-holder>div {
    margin-right: 8px;
}
.ob-dropdown-control-select .rc-virtual-list-holder::-webkit-scrollbar {
    width: 16px;
}
.ob-dropdown-control-select .rc-virtual-list-holder::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    background-clip: content-box;
    border-radius: 9999px;
    background-color: #8b8fa333;
}
.ob-dropdown-control-select .rc-virtual-list-holder::-webkit-scrollbar-thumb:hover {
    background-color: #8b8fa380;
}
.ob-dropdown-control-select .ant-select-item {
    padding: 7px;
}
.cssTransforms {
    transition: none !important;
}
.lowcoder-app-root,
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial,
        Segoe UI, PingFang SC, Microsoft Yahei, Hiragino Sans GB, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
code {
    font-family: RobotoMono, Menlo, Monaco, Consolas, Courier New, monospace;
}
.ant-popover-inner-content {
    padding: 0;
}
.ant-popover-arrow {
    display: none;
}
.ant-popover-inner {
    border-radius: 8px;
}
.ant-table .react-resizable {
    position: relative;
    background-clip: padding-box;
}
.ant-table .react-resizable-handle {
    position: absolute;
    width: 10px;
    height: 100%;
    bottom: 0;
    right: -5px;
    cursor: col-resize;
    z-index: 1;
    background-image: none;
}
.ant-tooltip-inner {
    border-radius: 4px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
    display: none;
}
.ant-message .ant-message-notice .ant-message-notice-content {
    border-radius: 6px;
    max-width: calc(100vw - 700px);
    word-break: break-word;
    white-space: pre-line;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .ant-message .ant-message-notice .ant-message-notice-content {
        max-width: 80%;
    }
}
@font-face {
    font-family: RobotoMono;
    src: url(data:font/ttf;base64,AAEAAAAOAIAAAwBgR1NVQja9NcsAAVCMAAACqE9TLzKXt8F0AAEjVAAAAGBTVEFU53DMLgABUzQAAABIY21hcKuc0bkAASO0AAAHYGdhc3AAAAAQAAFQhAAAAAhnbHlmqc4V6AAAAOwAARJMaGVhZAE1nA4AARsoAAAANmhoZWEKsQEqAAEjMAAAACRobXR4BxcT0QABG2AAAAfQbG9jYT7ugosAARNYAAAH0G1heHAEBgE6AAETOAAAACBuYW1lYDmKxwABKxwAAAOscG9zdJe5rwYAAS7IAAAhvHByZXBoBoyFAAErFAAAAAcAAgBRAAAEkAWwAAcACgAAQRMzASMBMxM3ExMDZXO4/jKb/iq5dTLDwAF5/ocFsPpQAXmhAnj9iAADAKwAAARgBbAAGwAqADkAAHMhNjY3NjYnNCYnJiYnNTY2NzY2NzYmJyYmJyETIRYWFxYWBxQGBwYGByERETMWFhcWFhUUBgcGBgesAdJdr0NDUAEnIyFmNzVLHx4jAQFQQ0OsWv5PugEnO2YmJisBLygoaDr+4/02ZygnLzAnJ2Q0ATg1NJxmQXAtKUQNAxc0JiVeOWaSLy8tAfz5AiQhImA+PWAhISUBAqYBzwEaGxxWPTlWHR4fAQABAGv/7ARdBcQAPwAAQSMGBgcGBiMiJicmJicmJjU1NDY3NjY3NjYzMhYXFhYXMyYmJyYmIyIGBwYGBwYGBxUWFhcWFhcWFjMyNjc2NgRduQksJSVrSUNkJSUwDw8NDQ8PMSUkZUJJayUlLAm5DEs+PqxtW5I5OlMbHBsBARscG1M6OZNaaas/Pk4BtkJxKSouKyYlYjg3czbNNnM3N2IlJSsxKytyQmisPj1DMy0te0hInlHLUZ5ISHotLTNDPTypAAIAmwAABHAFsAAVACsAAHMhNjY3NjY3NjY1NSYmJyYmJyYmJyEXMxYWFxYWFxYWFxUGBgcGBgcGBgcjmwFRabVIRG4kIyUBJyUpiVlAl1X+r7yVRXQvQlsbFRUBARQUF082M4NQlQEwLSt6S0isYGtksEpXhSkeIQGYAR0aI3FGNn1EbUN7NUFpJCMmAQABALYAAAQ0BbAACwAAQTUhESE1IREhNSERA8/9oAK8/IsDfv07AqGdAdSe+lCdAgQAAAEAvwAABD0FsAAJAABBNSERITUhETMRA9j9ogLD/IK7AoOdAfKe+lACgwAAAQBk/+sEXAXEAEMAAGUDIRUhAwYGBwYGJyYmJyYmJyYmJzU0Njc2Njc2NjMyFhcWFhczJiYnJiYjIgYHBgYHBgYHFRYWFxYWFxYWFxY2NzY2BFwD/igBKAIXRCcnUyZCaCcoOBISEQEOEBAyJiZmQkVoJiUuC7cJTkBArGZclDo7VBwcGwEBHx8eWjw8l1pZokYpTL8CFpz+uSEpDAwIAQEtJiZkODh1N6s2dDg4ZSYmLSsmJms/ZqU7Oj82Li9/SkqhUalSoUlKfi4vNQEBKSoYQQABAI0AAAQ/BbAACwAAYREjESERIxEzESERBD+v/auurgJVBbD9jgJy+lACof1fAAABAK4AAAQeBbAACwAAUxUhESEVITUhESE1rgFV/qsDcP6jAV0FsKH7kaCgBG+hAAABAGL/7AQWBbAAGwAAQREGBgcGBiMiJicmJicjFhYXFhYzMjY3NjY3EQNZAickJWhCQGclJSsDvAlKPj2nZmWrPz9JAgWw/As+byoqMSonJmg9ZaM5Oj5FPj2qZQP1AAABAKwAAASkBbAADAAAQQEzAQEjAQcRIxEzEQILAbjh/eEB/eH+VY29vQKk/VwDMwJ9/emwAsf6UAHsAAABAMYAAARHBbAABQAAZREjESE1AX+5A4GdBRP6UJ0AAAEAlAAABEwFsAAOAABBIxEzEQMTMwEDETMRIwEBeeW0D/dqAQ0PtOb/AAWw+lACRQJL/QUDEP2g/bsFsP0oAAABAI8AAAQ+BbAACQAAYREjAwEjETMTAQQ+uwP9y7y7AwI1BbD7wgQ++lAEQPvAAAACAGr/7ARhBcQAJQBLAABBNSYmJyYmJyYmIyIGBwYGBwYGBxUWFhcWFhcWFjMyNjc2Njc2NicVBgYHBgYHBgYjIiYnJiYnJiYnNTY2NzY2NzY2MzIWFxYWFxYWBGEBGRobUTg4klpakTg4URobGQEBGhsaUjg4kVpakTg4URoaGbYBCw4PLyMkY0FBYiQkMA8PDQEBDQ8OMCQkYkBBYiQkMA8ODAKEpk6gSkqBMDA3NzAxgUpKn06mTp5KSoEwMDc3MDCASkqf9qg0cjc4ZSYnLi4nJmY4N3IzqDNxODdlJyYuLSYnZTc4cQACAL8AAAR5BbAAEAAfAABBITY2NzY2NTQmJyYmJyERMxERIRYWFxYWFRQGBwYGBwF4AR9ir0JCTU1CQq9i/ii5AR9AbSgnLS0oKGxAAkgBOjc3oWlpojc3OgL6UALgAjgBKCUlakJCZyQkJwEAAAIAXv8KBIwFxAAoAE4AAEE1JiYnJiYnJiYjIgYHBgYHBgYHFRYWFxYWFxYWMzI2NwU3JzY2NzY2JxUGBgcGBgcGBiMiJicmJicmJjU1NDY3NjY3NjYzMhYXFhYXFhYEbgEaGhtTOTqVXV2VOTpSGxsaAQEaGxtUOjmUXSRDHwEgf/s6UxsaGrcBCw4PMCUlZ0VEZyUlMQ8PDQ0PDzElJWZERWclJTEPDgsCl4BQpUxMhTExOTkxMoVMTKRQgFCjTEyFMTE5CQn0edExhUxMpNOCN3c6OmgnKC8vKChoOjp3NoI2dzo5aCgnLy4nKGg5OncAAgC1AAAEcgWwABQAIwAAQQEzNwE2Njc2NjU0JicmJichETMRNREzFhYXFhYVFAYHBgYHApABHsMB/ss8ZCQkKU1DRLRm/lW480NxKSkuMCkqbj4CUv2uDAJuGkowMHZHbqM2NjYC+lACUpgCLgEkIyRpRkJlIyMlAQABAHb/7ARpBcQASQAAQRQGBwYGIyImJyYmJyMWFhcWFjMyNjc2NjU0JicmJicmJicmJic0Njc2NjMyFhcWFhczJiYnJiYjIgYHBgYVFBYXFhYXFhYXFhYDqDQpKWk2RHMsLDgJvQNNQkrJaFeuRUVXUUJDolExby8wPgEvKCdlNUJpJiYuCL4CUkREsF9WqkNDU1NCQZ9NNXMwMD0BcDxXHB0bJSUkaURemTlCRjExMJJiYZQzN0cZDygeHlc/OlgeHh4pJSVnP2SiOTk/NTMzlF5eizMyRxkRKh8gXAABAEwAAASEBbAABwAAQTUhFSERMxEEhPvIAcK0BRKenvruBRIAAAEAi//sBEIFsAAdAABBIwMGBgcGBiMiJicmJicDIwMWFhcWFjMyNjc2NjUEQLMDAiYkJWxHR20kJScBBLACAUY+Pq5qaK4/P0gFsPwmQXguLzc4Li54QQPa/CZms0JDTE1DQrJmAAEARwAABH8FsAAIAABhMwEjAQcnASMCE6EBy8X+vhYV/sDGBbD7w0lHBD8AAQBJAAAEngWwABIAAHMzEzcXEzMTIwMHJwMjAwcnAyP6vrILCrG9sa9pBguxobALBmmwBAs+Pfv0BbD8Fjw7A+v8Fjw6A+wAAQBXAAAEjwWwAAsAAEEBIwEBMwEBMwEBIwJx/srZAaf+TtsBQwFC2P5PAafaA3UCO/0u/SICRv26At4C0gABAD0AAAR5BbAACAAAQQEjARMzEwEjAlv+tdMBxQOsAwHF0gLVAtv8b/3hAh8DkQABAHIAAAQ3BbAACQAAZQEnIRUhARchNQFFAtcC/GUCyP0rAgPDnQSGjZ77fpCdAAACAJz/7AQ2BE4ANQBJAABhMzUmJjURNCYnJiYjIgYHBgYHMzQ2NzY2MzIWFxYWFRUjIgYHBgYVFBYXFhYzMjY3NjY3FhYlIiYnJiY1NDY3NjYzMxUGBgcGBgN1wRIUQjk6nlxlnzc4OwG6IR4eVzc7XyEhJMpxt0FBRzUxMItWNV4qKUUcAw3+xDZSGxsbHx4qj2CsEDgmJ14QLXk2AfdbiC4tLTgtLnI7Ij8XFxweGxxOMVUsLC2GWUR1KisyFhMTMhwiP3gcGRhEKCpCGCIh2yA7FxccAAACAK//7ARDBgAAIwBDAABBNTQmJyYmJyYmIyIGBwYGBxEjETM3FhYXFhYzMjY3NjY3NjYnFRQGBwYGBwYGIyImJyYmJxE2Njc2NjMyFhcWFhcWFgRDHBsaRCswdkY4YCggOBe5qgkSKBYuc0Y9aSw9VxsUFbkMDRA2KB5MLjBQICAxEhExIB9QMCxIHSo6Eg0NAhEVVZk/OFsgIiYWFREvHQI6+gB7FyYQICIeGyd3SzmDXBUwXCg1VhwWFxkXFz0kAdkkPRcWGRQSGVg1K2EAAQCP/+wEMwROADMAAGUiJicmJjU1NDY3NjYzMhYXFhYXMzQmJyYmIyIGBwYGFRUUFhcWFjMyNjc2NjcjBgYHBgYCe1d1IyQfHyQkdVY4YSMjKQGvQjo7oWB7uD0+Pj4+Pbh7Vp49PUkBrwEtJSVfgkU4N4tHKkaKODdFJiEhVzFSkDU0PVhKS8RrKmzDSktYOzIxg0gtTRwdIAAAAgCL/+wEHAYAABcAKwAAUxUUFhcWFjMyNjcXMxEjESYmIyIGBwYGFzU0Njc2NjMyFhcRBgYjIiYnJiaLPjg4n2JkljYIqrk1kWFjoDg5PbkiJCNvTlt6JCR6XU1uIyQiAiYVdMlKSlREQnIGAP3PPkFSSUnLjhVPjzc2QFVC/gpHVD82No4AAAIAh//sBEUETgAiADAAAEUyNjcnBgYjIiYnJiYnNSE1NCYnJiYjIgYHBgYVFRQWFxYWEzIWFxYWFRUhNjY3NjYCjJ7XNnEzmmNLfCwrMQcDBTk6Oq91XbFFRlRMRES/WkdnIiIm/boLNygoZBR/UlhCUDgxLnhPB1NxwkhHUUxHSM+DKnHARkZOA8o0KipzMglLcygnKQAAAQCYAAAEawYrACAAAGEzESE1ITU0Njc2NjMyFhc3JiYnJiYjIgYHBgYVFSEVIQHCugGh/l8jIiBhPz5tKRYaMhkmTihgnDc4Pf7WASoDq49MRGYgHx8VDpkHCwUHCTY1NZ1oTI8AAgCM/lYEHQROADUATwAAUxUUFhcWFjMyNjc2NjcVFAYHBgYjIiYnJiYnBxYWFxYWMzI2NzY2NREjByYmJyYmIyIGBwYGFzU0Njc2NjMyFhcWFhcRBgYHBgYjIiYnJiaMPDg3oGM7ZiobLxUoJSZqQiVKJSVIImAlZzg3bCpmqD08Q6gJEysYLG1BZaA4ODu5ISQjb04uTB8fMBISMB4fTTBNbiMkIQImFXTJSkpUGRcPKBhdRmwkJSYPERE5KW81SBUWEzw6OqZrBCN2GCgPHR5SSUnLjhVPjzc2QBcUFTgi/hAjOhUVFz82No4AAAEArgAABCwGAAAfAABBESMRMxE2Njc2NjM2FhcWFhURMxE0JicmJiMGBgcGBgFnubkUMx4mWjI9Xh8dHrk1MTGLVUFzMB42A5kCZ/oAAxIgNRQaHAEjIyBhQP1VAqltnzQ0MQEkIxU3AAACAMsAAARVBcMACQAbAABTFSERIRUhNSERAxQWMzI2NTQmJyYmIyIGBwYGywFw/pADiv6f0Tc4NzgQEA0oGhopDRAPBDqh/QegoAOaARwtPDwtGSoODQ8PDQ8qAAIA0/5LA1gFwwAdACkAAEEVIREUBgcGBiMiJicmJicHFhYXFhYzMjY3NjY1EQMUFjMyNjU0JiMiBgErAWknIiJcNA4xGhs0EQ0ZLhccOh9knTc2OdM2ODg4ODg4NgQ6ofxgTWkgIBsBAgEFA5gEBwICAjk3NqBoBEEBHS09PS0tPz8AAAEAsAAABGoGAAAMAABBATMBASMBBxEjETMRAfIBjev+BwG24f6debq6Afn+BwJ3AcP+nIIDrPoAAXYAAAEAywAABFUGAAAJAABTFSERIRUhNSERywFw/pADiv6fBgCh+0GgoAVgAAEAXQAABHIETgA6AABBIxEzETY2NzY2MzIWFxYWFREzETQ0NTY2NzY2MzIWFxYWFREzETQmJyYmIwYGBwYGByYmJyYmIwYGBwEDprAGEw0RMSEeLQ8QD7ADEhAQMCEfLxAPELAkIh9aOClFHBYmDgsfExpFK0xrIQQ6+8YDXRAcCw4PDxARNCL81QMqBgkFGSkQDxIQEBE0IvzWAyhOcyQgIQEUEQ8oFxkoDhITAUA5AAABAK4AAAQpBE4AHwAAczMRNjY3NjYzMhYXFhYVETMRNCYnJiYjBgYHBgYHJyOuuRMzHiVYMztbIB8guTUxMYtVP3EwIDkYDaYDCCM6FhkdHB8fZEj9VQKvbJ0zMzABIyAVOSKgAAACAHr/7ARSBE4AGQAzAABTFRQWFxYWMzI2NzY2NTU0JicmJiMiBgcGBhc1NDY3NjYzMhYXFhYVFRQGBwYGIyImJyYmekRAP7dzcrZAP0REP0C3c3K2P0BEuSYnJnJNTXMnJicmJidzTE10JicmAicWdchKSlRUSkrIdRZ1yUpKVVVKSsmLFk+RNzdBQTc3kU8WUJE3N0BANzeRAAACAK3+YAQ/BE4AHQA3AABTMxEWFhcWFjMyNjc2NjU1NCYnJiYjIgYHBgYHJyMBFRQGBwYGIyImJyYmJxE2Njc2NjMyFhcWFq25FC4aK2s+Zp82Njg4NjagaDtnKh40FgmpAtkjJCRwTTBPIBwsERMyIB1JK05wJSQj/mACCBYlDxgaVEpKyXQVectJSVIZGBAtHHb97BVPkDc3QRgVEjQeAgkiOBMTFEA2N48AAgCM/mAEHAROAB0ANwAAUxUUFhcWFjMyNjc2NjcRMxEjByYmJyYmIyIGBwYGFzU0Njc2NjMyFhcWFhcRBgYHBgYjIiYnJiaMOzg4oWc1XCcfNRi5qggVMBsqZTpoozg4OrkjJSRwTStJHx4xExQyIB5IK01vJCQjAiYVdMlKSlQUEw4oGf3+BdprGCgPGBhSSUnLjhVPkDg3QhUTEzMf/eohNxMRFEE3N5AAAAEBSQAABDEETgAVAABBIgYHJycjETMRNjY3NjYzMhYXNyYmA3N2uUIBCLC6EjclKW5ENWE2GRxvBE5nWRuR+8YCtjJRHCAhCwy1DA4AAAEAr//sBDYETgBJAABBFAYHBgYjIiYnJiYnIxQWFxYWMzI2NzY2NTQmJyYmJyYmJyYmNTQ2NzY2MzIWFxYWFTM0JicmJiMiBgcGBhUUFhcWFhcWFhcWFgN9FBMfbkovYCcoNQS5Pzw7rG5gojo6QTk2Np5kTGMdHhgeHh1ZOzlbICAkuT04OKBkXZs4OD48NzaZXUxmHx8aAR8aLhMfIxQYGE45RYAwMTsuKip2SENmJyY3FQ8gFBQyIB86FhYaIBoaQyNHey4uNDIrK3NCQ2UlJjYTDyUWFjUAAQCO/+wEKQVAACMAAEEjESEVIREUFhcWFjMyNjc2NjcnBgYHBgYjIiYnJiY1ESE1IQJkuv7kARw1Li59SCtXJydCFxoRNR4fQB4pSRwcIAGc/mQFQP76j/20ZI0sLSkICAcVDoMECwUFBxQZGFI/AkyPAAABALT/7AQfBDoAHAAAYTMRIxEGBgcGBiMiJicmJjURIxEUFhcWFjMyNjcDd6i6Dy0eJGI+NVEcHBy5NTExilVqojYEOvz4IzsVGh0cIyJ0WAKF/X15rTg4NVlQAAEAYgAABGUEOgAIAABhMwEjAQcnASMCH40Bub3+0RIR/sq+BDr80ENDAzAAAQAwAAAEpwQ6ABIAAGEzEzcXEzMTIwMHJwMjAwcnAyMBFpKnGxypkuakeBsdrHetGxZ+pAKXqKj9aQQ6/U6qqgKy/U6bmwKyAAABAG4AAARyBDoACwAAQQEjAQEzAQEzAQEjAm3+4tYBk/5i2AErASvW/mIBk9kCqQGR/en93QGc/mQCIwIXAAEARP5LBIUEOgAbAABBMjY3NjY3ASMBBycBIwEHBgYHBgYjIiYnBxYWAQVJcCoqOxMCJc/+6TMw/tfPAdJKCiMYGT8mDjEZHhJG/ks2KCheKgTh/UJ/gwK6+/mQFD4dHSoDApcEDAAAAQCgAAAEPQQ6AAkAAGUBNSEVIQEVITUBjAKN/JACff16A52XAyCDmfzniJcAAAMAkf/sBEAFxQAZACoAOwAAQRE0JicmJiMiBgcGBhURFBYXFhYzMjY3NjYlNDQ1NTQ2NzY2MzIWFxYWFxMUBgcGBiMiJicmJicBFBQVBEBAPD2vcG+vPD1AQD09sG9wrjw8QP0LKSojZUJBYyIjKQgEKy4iYj88YCIlLgkCNgItAVWL10pKTU1KSteL/quL10lLS0xKSdewGjIZ9GabMScpJiYlb0j+AWueMSQmIyIkb0kBsRxVDwABANAAAAMGBbAABgAAYREjBRUlEQMGD/3ZAX0FsNSpkfs8AAABAFUAAAQrBcQAKgAAYTUhATY2NzY2NTQmJyYmIyIGBwYGFTM0Njc2NjMyFhcWFhUUBgcGBgcBFQQr/SUBhzdjJiUsPTk5pWdwrzw9QLojJCNrSTxfIiEjFhoaVkD+I5cBqDx5Pj5/QVeUNjY9SD09o1xEbicmKikjI182LFMuL25H/e6FAAEAXv/sA/kFxABMAABBFTMyFhcWFhUUBgcGBiMiJicmJjUjFBYXFhYzMjY3NjY1NCYnJiYnNjY3NjY1NCYnJiYjIgYHBgYVMzQ2NzY2MzIWFxYWFRQGBwYGIwGGhEVzKSgtJyQkZj8/ZyQkJ7lJPj6pYGKpPj5GFxwdX0c7VRsbGkA6OqJiZaU7O0G6JiMiYTs9XyAhIiYkJWtGAzGWICEhY0RFZSIiISQhIV45YJY0NDY5NzaeZjJmLi5KFxlLKypaKmWaNDQ1PzY3k1M5XCEhIx8fIGFBN1whISYAAAIASwAABGcFsAAKAA4AAEERIwEVIREzETM1IQE3EQOcxf10Api5y/yxAa0eAekDx/wPbf6uAVKXApk4/S8AAQC7/+wETwWwADAAAFMXNjY3NjYzMhYXFhYVFAYHBgYjIiYnIxYWFxYWMzI2NzY2NTQmJyYmIyIGBxMhNSHwlBkvGxtDLkZsJSUnIyIjZkJ1lRGwCk8+PZ5ZdKw5ODg8ODigZU94KykCT/0VAtomFiIMDA0yKyx2REt6KywvgHxlmDIyMklBQLJobrRAP0YmGQGEtAAAAgCN/+wEJQWxACcAQAAAQSMiBgcGAhUVFBYXFhYzMjY3NjY1NCYnJiYjIgYHBgYHNjY3NjYzMwMyFhcWFhUUBgcGBiMiJicmJjU1NjY3NjYDWBCc9lZ9VkBBOqpwb6k5OTkwMzOebTJbJyhEGgZBPzy4hBDyQ2QhISAjIiNkQThmJycuETomJlgFsVdWff6gtldq009IWk5EQ7RmWaxERFMXExQ1H2C2Qj9L/hY4Ly95QEh7LCwyNTMzlWA+LkwbGx4AAAEAcAAABEgFsAAGAABBNSEVIQEzBEj8KAMU/afCBUhoovryAAMAsf/sBE8FxAAvAEcAXwAAQTQmJyYmIyIGBwYGFRQWFxYWFwYGBwYGFRQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2AxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWBC5COjqeXF2dODlAHhsbTjA4WiAgIkg/PqliYKg/PkkjICFbOCA4FzA2lykkJWY9QGckJCcnJCRmPz1nJSUpIiQgIVo1NlkgISMjICBYNjZaISAlBDRflTMzNjYzM5VfNmIpKkMYGEgtLm09ZJo0NTY3NTSaYz1sLi5HGBAoFzB//aI/YyIiJCQiImM/PWYlJCgoJCVmAmc4XCAhIyMhIFs5OV0hISMlISJcAAACAJX//wQpBcQAKABBAABlIxUzMjY3NhI1NTQmJyYmIyIGBwYGFRQWFxYWMzI2NzY2NxUGBgcGBhMiJicmJjU0Njc2NjMyFhcWFhUVBgYHBgYBdRMTtPtHdkhCQjilcHCpODk5MDMznWw4XycnPhgFMEU5u1FDYyAhICQjImRBOWUnJi0ROyUmWaSlY1CEAVWpQ3fvUERTUURFt2dYrkVFVRcUFDUeAlysSz1DAdw7MDB7QEh9Li00ODQ1mGE8L00cHR8AAQGCApkC9gWuAAYAAEERIwUVNxEC9hL+ntcCmQMVdYA5/acAAQE8ApsDpgW7ACoAAEE1ITc2Njc2NjU0JicmJiMiBgcGBhUzNDY3NjYzMhYXFhYVFAYHBgYHARUDpv5xrytHGhkbKCUlakJFbycnKp4SEhI3JR0vEBAQExUOKRr+4AKbgJEnRyMiRyg3Vx8fISkjJGA2HTEREhQQDw8oGBUvHBMrGP7xbAABAUMCjwOfBboATAAAQRUzMhYXFhYVFAYHBgYjIiYnJiY1IxQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2NTQmJyYmIyIGBwYGFTM0Njc2NjMyFhcWFhUUBgcGBiMCDlQtRRQMDRAQEjkkIzkTEBKeMyopazlAcCopLxQVEjckGywQGBkrJydsQDxoJictnQ0LETgjIDERERIXFxIzHwRldBQWDSQYGCcOEBISEA4kFT1YHB0bHx0dVjglPRcVIAoKHBEYOyE3VB0cHR8cHVIzER0KEhIODQ4nFxwsDgsMAAACARwCswOxBcQANABIAABBMyYmNRE0JicmJiMiBgcGBgcXNDY3NjYzMhYXFhYXFSMiBgcGBhUUFhcWFjM2Njc2NjcWFiciJicmJjU0Njc2NjMzFQYGBwYGAwylDgwqJSZrQUVyKCktAaESEBM7JR8uEBAQAY1NeyorLiAfIF48ME4eFiMNAwvJIzMQDAwSEhVFLIwIJxkaOwLBLVgwATpEaCMiIyIfH1YzDBclDRAQERARNCE0HRwdWDk0Ux0eIQEYEw4jEhoxZRAPCyAUFiYPEhZtEiQODxEAAAIBEAKyA7wFxAAZADMAAEEVFBYXFhYzMjY3NjY1NTQmJyYmIyIGBwYGFzU0Njc2NjMyFhcWFhUVFAYHBgYjIiYnJiYBEDAtLH9QT34sLC8vLC1/T09+LC0woxYXFkMtLUMXFhcXFhZDLC5EFhcWBHV1SHssLTIyLSx7SHVJey0sMjIsLXu+dSlHGxoeHhobRyl1KkcaGh4eGhpHAAMAJAAABJYFsQAGADEANQAAQREjBRU3EQE1ITc2Njc2NjU0JicmJiMiBgcGBhUzNjY3NjYzMhYXFhYVFAYHBgYHBRUlAScBAXMQ/sHCA7D+mZ0nQBcXGCQhIl87PmQjJCWOARAREDEgGikODxAODw0oG/79/tsCAnL9/wLrAsZpczP94/0Vc4MjQB8fQCQxTxscHiUfIVYxGywRDxEODA4lFhElFhMsGfRh3QO6QvxGAAAEADAAAASMBbUABgARABUAGQAAQREjBRU3EQERIwEXIRUzNTM1ITc3EQUBJwEBfxD+wcIDOpH+rQUBUo1g/kq6D/3zAgJy/f8C7wLGaXMz/eP+HgG5/i5cmJh16xn+/DADukL8RgAEACYAAAStBbgACgAOAFsAXwAAQREjARchFTM1MzUhNzcRARUzMhYXFhYVFAYHBgYjIiYnJiY1IxQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2NTQmJyYmIyIGBwYGFTM0Njc2NjMyFhcWFhUUBgcGBiMTAScBBE2R/q0FAVKNYP5Kug/9HUsiNxMREg8OEjEgIjQRDg6OLiYkYTM6ZCYlKhUWEC4eGScQFBcnIyNhOjZdIyMojQ4MEDAdHy8PDQ4TEhEvH60CAnL9/wENAbn+LlyYmHXrGf78A3hoDQ0MJxsVJA0OEBIQCyASN08ZGxgcGhpOMiQ7FRAaCAkZDxY1HjFMGhkaHBkaSi4RHAsNDg8ODCETFyYNCw38VwO6QvxGAAACACAAAASrBbAADwASAABhNSEDITUhAyE1IQEzEyETAxMTBKv+mwEBLv7SAgFR/bz90MZ7ATYB+vcClwITlwHXmPpQAWH+nwIPAsL9PgADACv/7ASpBE4AVwBwAIIAAEUyNjc2NjcnBgYHBgYjBiYnJiYnJiY1NSE1NCYnJiYjIgYHBgYHJiYnJiYjIgYHBgYVFzQ2NzY2MzIWFxYWFRUjIgYHBgYVFBYXFhYzMjY3NjY3FhYXFhYlIiYnJiY1NDY3NjYzMxQWFRQUFQYGBwYGASE1NDY3NjY3NjYzMhYXFhYVA4A7XSMiLg0uECYXGDsmPFccFRoGBwkB+SsqKntRL1IiFCUQECcWI1UySHYpKi2zExITNSAfLhATEj9lmjMxMiclJWxHMFAhITMTESsZKmr+MyQ3EhMTHx0dVDU9AQ0eEBQqAnL+twkICh0XETEdJToUFBQUEw0NHQqICxgKCw4BIRsUMBocQCRW6lSJMTA1FhYMIBMVIwwUEysnKG9FCCU6FBUWExIWQiqUMS4tgVFFcScoLBgUFDUdGywSHB2WGBUUNx8rTR4dI0FCPysnEQ0YCgsOAf5FHjoaHi0VDxAfGRpBIwACAE//7ASmBcQAHQAxAABhNSERITUhESE1ISYmIyIGBwYGFREUFhcWFjMyNjclIiYnJiY1ETQ2NzY2MzIWFxEGBgSm/mkBWP6oAY3+Xj6GRWGbNjY6Ozc2m2FFhD7++TlYHh4eHh0dWDkaMhkZMZcCDZgB3JgIDERCQsOA/j2Aw0JCQw0HgyUrK49pAcVpjSsrJQIC+14BAgAAAwAu/+wEsAROAEMAYwB1AABTFRQWFxYWMzI2NzY2NxYWFxYWMzI2NzY2NycGBgcGBiMiJicmJicmJjU1ITU0JicmJiMiBgcGBgcmJicmJiMiBgcGBhM1NDY3NjYzMhYXFhYXFhYVFRQGBwYGBwYGIyImJyYmATIWFxYWFRUhNTQ2NzY2NzY2Li0sLIBTNFklFScQDyQUJmE5MEweHi0RNxAkFxc6Ix0uEhMeCggFAcomJyh5UytQIhYnEQ8kFSVcN1KAKywtuhITEjsqKj0TCQ4FBAUJBgUdGA4sGis8ExMRAoclMxEQD/7vBgQHHxUPIgJ/xmmqPDxCGhkPJhcVJA4cHBANDSISfg4YCgoMExMUPikfRydAtVucOTlAGRkPKBgWJQ4bHUI9Par+0cZDcykpLy4pFDEbHEEjxixQIh0/GhATLikpcwJBJR4fTipVBCI/Gy1OFg8PAAIASf/sBCoF8QArAEcAAEE3JwcmJicHFhYXBxclFhYXJiYjIgYHBgYVFBYXFhYzMjY3NjY3NjY1NTQCASImJyYmNTQ2NzY2MzIWFxQWFRUUBgcGBgcGBgNN00nmP49QOS5XKe9JAQo+Whc5mVhps0FCSUhCQbVsR4A3P2IiGRt1/oRKcycoKiooJ3BFfaAiARIQFT0nIU8FBnlkhDNJFp8QKRuJY5g/qG44RElDQ7xzZrJCQksjISd4TD2RUj7OAUn78jswL3k+SYIxMTlWNg0YDUA+cC86VhsYGQACAKgAAAReBbAAEgAhAABBIxEzESEyNjc2NjU0JicmJiMhFSEyFhcWFhUUBgcGBiMhAWG5uQEVdbU/PkFBPj+1df7rARVOcyUlJCQlJnJO/usFsPpQATk/OTicXV2cOTg/mC0mJ2M2NWIlJi0AAAIArf5gBD8GFgAdADcAAEE1NCYnJiYjIgYHBgYHESMRMxEWFhcWFjMyNjc2NicVFAYHBgYjIiYnJiYnETY2NzY2MzIWFxYWBD82NTWeaDplKh41F7m5FzUeK2Y7Zpw2NTa5IiMjbkwyUiAcLBISLx4fTy9NbiQjIgIRFXnLSUlSFxcQKxsCTPhKAgsaKQ8WF1RKSsmJFU+QNzdBGRYTMx4CBiA2ExUXQDY3jwABALoAAARyBDoADAAAQQEzAQEjAQcRIxEzEQIJAX/q/hQByN/+cm65uQHd/iMCWwHf/mV4AhP7xgFYAAABAKn/6wRMBhYAUQAAYRE2NjMyFhcWFhUUBgcGBgcGBhUUFhcWFhcWFhUUBgcGBiMiJicmJicHFhYXFhYzMjY3NjY1NCYnJiYnJiY1NDY3NjY1NCYnJiYjIgYHBgYVEQFhAXdjID8ZGB4UDxAkDxAULiIiUCIiLRUWFkQvIkUfIDUSKhREKShYKUx/Li4zLSIiUCIiLScYGCg4MTGCS1WQNDU7BD+bpBoZGksyJj8dHjcdHkInRGcpKkciI00vJkAYGBsPDAsbC5sQGgkKCyoqKn5VQWQpKUYjI0ouMk0qKmtPVn8qKik/PDywcPvBAAACALH/7ARfBE8AKgA4AABBIgYHBgYHFzY2NzY2MzIWFxYWFxQWFSEVFBYXFhYzFjY3NjY1NTQmJyYmAyImJyYmNTUhBgYHBgYCYUt9MTJLG0kZPSQqZz1OdiklLAUB/Qw4OTmtdWCvQ0JOR0JCvVpHaCEiIQI1CzIlJmEETxcTEzAZfRUlDhETOjIve0YFCgV5abFAQEgBUEhHxnUsdcZJSFH8NS0mJmQ2GkBuKCkuAAEAov8wBEUGnABPAABBFAYHBgYjIiYnJiY1IxQWFxYWFxUzNTY2NzY2NTQmJyYmJyYmJyYmNTQ2NzY2MzIWFxYWFTMmJicmJic1IxUGBgcGBhUUFhcWFhcWFhcWFgOLJyQkaEEzZCcoMrlCNzePTpVXjzIyNzc0NJZeTW0iIyAdHB5fQDtcIB8huAE8OSx4SZVRhS4vMzo2NZZdSmwiIh8BdzdXHh8gHCEhb1RxojU2OAi/wAk8MjGKV1mGMzNMHxo3ICBOMjNTHiEkLigpcUNzsTwtOQrc3Ao+MjOIVFmINDVMHRg5ISFNAAEAk/8LBDcFJgA5AABlIiYnJiY1NTQ2NzY2MzIWFxYWFzM0JicmJic1IxUGBgcGBhUVFBYXFhYXFTM1NjY3NjY3IwYGBwYGAn9XdSMkHx8kJHVWOGEjIykBrzUwMIRQuWCRMDAxMTAwkWC5SYMxMToBrwEtJSVfgkU4N4tHKkaKODdFJiEhVzFJgjMzRQze4hJjR0ivXypfsEdHYxLr6AxCMC91QC1NHB0gAAABAHEAAAR8BcQAMwAAQSE1IQM0Njc2NjMyFhcWFhUzNCYnJiYjIgYHBgYVEyMVMxcUBgcGBgcjFSE3ITY2NzY2NQHPATv+wAglICBZMzBXIiEnujg0NZhgYKQ7O0MJoKUICAsLJRtLBAYB/R4NEwcLCwJymAEFQ2slJCcbHB1ZP1eOMzM4PDg5omb++5jiIFEkJTgHl5cTLBglUyoAAAEAIQAABKsFsAAZAABhMxEhNSE1ITUhASMBByMnASMBIRUhFSEVIQIGuQGF/nsBhf7CAaXU/r4uAi7+vtQBpf7EAXz+hAF8AUZ4qXkC0P2xVVYCTv0weal4AAEAoP5LBEoGKwAvAABBNSMnNDY3NjY3MhYXNyYmIyIGBwYGFRUjFTMRBgYHBgYjIiYnBxYWMzI2NzY2NREDf9QBHiAfYkEoRxoXL1kvYJo2NzqxsQEhIBU5IhZfHQ4nUClVhy8uMgOrj2M6Wh4fHwEQDZMRFjQyM5VgY4/8IUFiHhMVEBCUFBAzMTCQXQPf//8AEQAABD0FsAYmAAcAAAAHAmr+3P5/AAEAaQAABHYFxAA7AABBNSEnITUhJzQ2NzY2MzIWFxYWFTM0JicmJiMiBgcGBhUXIxUzFyMVMxcUBgcGBgcjFSE3ITY2NzY2NScDIv6nBAFd/p8GJSAgWTMwVyIhKLk4NDWYYGCjOzxCBp+jBaisAwkLCyQbSwQGAf0eDhYHCQgDAdd6inu5Q2slJCcbHB1ZP1eOMzM4PDg5oma5e4p6RyBRJCU4B5eXFjQdIkslRwAAAgB//+wEswWwAC0APAAAQTUjESMRIyYmJyYmIyMRMxEzMjY3NjY3MxEUFhcWFjMyNjcnBgYjIiYnJiY1EQURMzIWFxYWFRQGBwYGIwSesLlZCDYsLHtO/rlFTnstLDUIWSMgH1Y0KlEXGQwrFBUkDA0P/UpFLUEUFBMTFBVALQOrjwEG/vpSiTIxOPpQAjU3MjGKUv19U3gmJyQWEYQEChETEjwsAoTfAkwyKSprODhoKSkyAAACAGf/5QSSBDgAIwA7AABlFzcnNjY1NCYnNycHJiYjIgYHJwcXBgYVFBYXBxc3FhYzMjYBNDY3NjYzMhYXFhYVFAYHBgYjIiYnJiYDo2uEdCQoLCh8hHg8kFBQjzx1g3gqLCgmcINoPpVVVZb90DIsK3dFRXYsKzExKyx2RUV3KywyVG+Idz6RUFWYQICIfS0xMCx6h3xBmlZRkz9zh2wwNjYB4UqEMjE6OjEyhEpKhDEyOzsyMYQAAgHm//UCzAWwAAMADwAAQREjEQMUFjMyNjU0JiMiBgKyuhI5OTk7Ozk5OQHXA9n8J/6KLj4+LjBAQAAAAgHy/owC2ARPAAMADwAAQREzERM0JiMiBhUUFjMyNgIKuRU7ODk6Ojk4OwJj/CkD1wF7MEFBMC4/PwAAAgC///UEGwXEADEAPQAAQTM0Njc2Njc2Njc2NjU0JicmJiMiBgcGBgczNDY3NjYzMhYXFhYVFAYHBgYHBgYHBgYDFBYzMjY1NCYjIgYB/7kECAghHi9hJycyOjc3n2VbnTk6RAG5KiMiWS89Xh8cHSYdHkciMjwQEAoWOTk5Ozs5OTkBmic9Gxs0HSpiOTh/SFqMMTEzMS4vhlQ0SxkYFyAfHFE0MlooKUojLkMkJV3+fy4+Pi4wQEAAAgDM/ngEAARNADEAPQAAQSMUBgcGBgcGBgcGBhUUFhcWFjMyNjc2NjcjFAYHBgYjIiYnJiY1NDY3NjY3NjY3NjYDFBYzMjY1NCYjIgYC1LkDBwggHS1bJCUvNzU0mWFXlTc3PwG5Jh8gUSs4VxwbGyMcG0IfMTsPDwnWOjk5Ojo5OToCoSc8GhsyHStjODmASFqMMTEzMS8uhlQ0SxgZFx8eHFI1M1opKUsjLUMkJFwBgi4/Py4wQUEAAQFi/rACgwDbAAkAAGU1IxUUBgcXNjYCg8koMHNQXiuws1WeRj9H0AAAAQHw/+0DFAEHAAsAAGUUFjMyNjU0JiMiBgHwSUhHTEtISUh4OlFQOzxTVP//AiL/7QNGBHMEJgBgMgAABwBgADIDbP//Aeb+sAM9BHMEJwBgACkDbAAHAF8AhAAA//8BCf/tBSYBBwQnAGD/GQAAACcAYACcAAAABwBgAhIAAAABAfgCawLeA0kACwAAQRQWMzI2NTQmIyIGAfg6OTg7Ozg5OgLZLz8/LzBAQAAAAQGaAhcDMQPcABkAAEEVFBYXFhYzMjY3NjY1NTQmJyYmIyIGBwYGAZodGxpLLy9LGxocHBobTC8vSxoaHQMWOitIGhsdHRsaSCs6K0kaGh4eGhpJAAABAJv/aQQwAAAAAwAARTUhFQQw/GuXl5cAAAEA2gIxA9cCyQADAABBNSEVA9f9AwIxmJgAAQBKAosEhwMiAAMAAEE1IRUEh/vDAouXlwABAE8CiwSMAyIAAwAAQTUhFQSM+8MCi5eXAAEB7gQhAo0GAAAFAABBNSMVAzMCjZ4BigWRb3/+oAAAAgFiBCEDXwYAAAUACwAAQTUjFQMzATcjFQMzAfmWAYIBegGWAYEFk219/p4Bcm19/p4AAAEB7AQPAv8GHQAMAABBFTM1NDY3JwYGBwYGAey1Ly9lKkAWFxcEoZKVVpRHSCRcMjNoAAABAc0EBwLgBhYADAAAQTUjFRQGBxc2Njc2NgLgtS8vZSpAFxYXBYOTllaUR0gkXDMyaAAAAQG8/tEC0wDhAAwAAGU1IxUUBgcXNjY3NjYC07kvL2kqQBcWF0yVl1aURkkkXTIyZ///AUkEDwOhBh0EJwBs/10AAAAHAGwAogAA//8BLQQHA4wGFgQnAG3/YAAAAAcAbQCsAAAAAgEv/s8DaADfAAwAGQAAZTUjFRQGBxc2Njc2NiU1IxUUBgcXNjY3NjYCRrkvL2kqQBcWFwEiuS8vaSpAFxYXS5SXVpRGSSRdMjJoL5SXVpRGSSRdMjJo//8B7gQhAo0GAAYGAGoAAP//AWIEIQNfBgAGBgBrAAAAAQFl/ioDdQZrACcAAEEVFBYXFhYXFhYXNyYmJyYmJyYmNTU0Njc2Njc2NjcnBgYHBgYHBgYBZS0mJWM3Nm8yJylRJiVEGhgcHhscVC4fQSAnMm42N2MmJi0CTwqP/GtssUVGYRxxIV08P59dXNp9DoLiXmivQSpEGHocYkVFsmts/AAAAQFA/ioDUQZrACcAAEE1NCYnJiYnJiYnBxYWFxYWFxYWFRUUBgcGBgcGBgcXNjY3NjY3NjYDUS8kJWI4NnAyJyFGIStSHRQhGRcWRSUnVionMm83NmMmJi0CRQqZ9WltrkdFYhxxG00zQa9uTdyHDnfRWmGjQUBiH3EcYUZFsWxr/AAAAQGq/sgDNgaAAAcAAEE1IREhNSMRAzb+dAGM3QXomPhImAaIAAABAZX+yAMiBoAABwAAQRUzESMVIREBld7eAY0GgJj5eJgHuAABAUP+kgPnBj0AKgAAQTcmJicmJjU1JiYnNjY1NTQ2NzY2NycGBgcGBhUVFAYjFRYWFRUUFhcWFgPSFT5RGBkUAW50dG8MFhVVSBVljiwvK4mNjYkuLS+O/pJzAkAyMXs+qXe1Li+1eKo9fDIxQAJzA1FAQ6lRqpGBkQGCkKlQo0JFVAABAUP+kgPnBj0ANgAARRc2Njc2NjU1NDY3NjY3NSImJyYmNTU0JicmJicHFhYXFhYVFRQWFxYWFwYGBwYGFRUUBgcGBgFDFWKOLy4sICEia0hSdSEXFy0zLYthFEhUFhUNLjAZQygnQRoxLxUYGVL7cwJWQ0OjUKlGZiIjIQGRKy8hWzyqVKxFPUwDcwJAMTJ8PapOhTIbLBAQKhoxhk+pPnsxMkAAAQGMAJkDQAO1AAYAAEEBIwEVATMCPgECjf7ZASeNAiYBj/57E/58AAEBjACYA0ADtQAGAABBIwEBMwE1AhqOAQL+/o4BJgO1/nH+cgGFEwABAHcAkgRdBLYACwAAQREjESEVIREzESE1Asa5/moBlrkBlwMNAan+V7j+PQHDuAABAKkCiwPsAyIAAwAAQTUhFQPs/L0Ci5eXAAIAnAABBDAE8wALAA8AAEERIxEhFSERMxEhNQM1IRUCxaj+fwGBqAFrKvy9A1cBnP5kmP5iAZ6Y/KqXlwAAAQC1AM4EOgRjAAsAAFMXAQE3AQEnAQEHAbV3AUsBTHf+tQFId/63/rh3AUcBSXsBUf6vewFRAU57/rEBT3v+sgAAAwBzALEEWQS0AAMADwAbAABBNSEVARQWMzI2NTQmIyIGAxQWMzI2NTQmIyIGBFn8GgGINzY2ODg2NjcCNzY2ODg2NjcCWLi4AfEtPDwtLT4+/KQsPT0sLT4+AAACAK0BbQQqA60AAwAHAABBNSEVATUhFQQq/IMDffyDAwyhof5hoKAAAQCpALUEJgRBABMAAEE1ITchNSM3JwchFSEHIRUhBxc3BCb+TIABNOQxTUr9zQHigP6eARFCTlwBbaD/oWEzlKH/oIUzuAAAAgCNARQEPgP/ABkAMwAAUxc2NjMyFhcWFjMyNjcnBgYjIiYnJiYjIgYDFzY2MzIWFxYWMzI2NycGBiMiJicmJiMiBpcKL3pDOE9DRX44QnowCi96QyxkOER5P0N6OgovekM5SVFRajdCejAKL3pDNW1BSV85Q3oDaatETxgkJS5PQ6tETh0gJypO/hKrRE4XKCgnTkSrRE8nJSoZTwABAKoAxAP6BEsACAAAZTUlJzclNQEVA/r9nDU1AmT8sMTE7BIR8MT+hpIAAAEAsgDFBCUETAAIAAB3ATUBFQUXBwWyA3P8jQKHPDz9ecUBe5IBer/wExH0AAACALsACQQNBJkACAAMAABBNSUnNyU1ARUBNSEVBA39nDU1AmT8sANB/L0BbLHUEBDYsP6sg/1Hl5cAAgDCAAcENQStAAgADAAAUwE1ARUFFwcFATUhFcIDc/yNAoc8PP15A0T8vQGAAVWEAVSs2BEP3P3al5cAAQC9AXcD+wMgAAUAAEERIRUhEQP7/MIChQF3Aamh/vgAAAEA/P+DBAEFsAADAABFASMBAaICX6X9oH0GLfnTAAEA5/+DA+4FsAADAABTATMB5wJgp/2gBbD50wYtAAEBKwDVA54E0QADAABlAScBAZwCAnL9/9UDukL8RgAABQAs/+sEngXFABkAMwBNAGcAawAAUxUUFhcWFjMyNjc2NjU1NCYnJiYjIgYHBgYXNTQ2NzY2MzIWFxYWFRUUBgcGBiMiJicmJgEVFBYXFhYzMjY3NjY1NTQmJyYmIyIGBwYGFzU0Njc2NjMyFhcWFhUVFAYHBgYjIiYnJiYFAScBLCMiImVBQWQiISMjISJlQkFkISIjig4QDzEjJDEQDw8PDw8xIyQxEBAOAc8jIiJlQkFjIiIjIyIiZEJBZCIiI4oOEA8xJCMyEA8ODg8PMSMkMg8QD/5/Ajdv/ckEqk05ZiYnLS0nJmY5TTlnJyctLScnZ4ZNHzsXFhsbFhc7H00fORYXGxsXFjn9FE45ZiYnLS0nJmY5TjlmJyctLScnZodOHzoXFhsbFhc6H04fOhYXGxsXFjopBA0++/MABgA2/+sEoAXFADEASwBlAH8AmQCdAABBFRQWFxYWMzI2NzY2NxYWFxYWMzI2NzY2NTU0JicmJiMiBgcGBgcmJicmJiMiBgcGBgEVFBYXFhYzMjY3NjY1NTQmJyYmIyIGBwYGATU0Njc2NjMyFhcWFhUVFAYHBgYjIiYnJiYBNTQ2NzY2MzIWFxYWFRUUBgcGBiMiJicmJgE1NDY3NjYzMhYXFhYVFRQGBwYGIyImJyYmJQEnAQFWHx8fXD0kPhkPGgsKFw0bQic8Wx8eHx8fH1s9IzwZEBwMDSASGDkhPFsfHx/+4CAfH1w8PFofHiAfHx9bPTxbHx8fAasLDQwoHR4oDQwLCwwMKB0eKQwNC/7gCw0MKB0eKA0MCwsMDSgcHigNDQsCgAsNDCgeHSkNDAsLDAwoHR4pDQ0L/W4DEET88AEvLDhmJictEQ8JFg0LFQgREy0nJmY4LDhlJyYuEA4KFw4PGQoNDi4mJ2UDRSw4ZSYmLi4mJmU4LDhmJyYuLiYnZvwfLB45FxYcHBYXOR4sHjoWFxsbFxY6A5ssHjkXFhwcFhc5HiweORYXGxsXFjn8oSweORcWHBwWFzkeLB46FhcbGxcWOtoCgVT9fwABAhz+cgKxBbAAAwAAQREjEQKxlf5yBz74wgAAAgH//vICuAWwAAMABwAAQTMRIzcRIxEB/7m5ubn+8gMXsQL2/QoAAAEAdwAABFUFsAALAABBNSERIxEhFSERMxEEVf5ruf5wAZC5A6GZAXb+ipn8XwOhAAEAef5gBFYFsAATAABhNSERITUhESMRIRUhESEVIREzEQRW/mkBl/5puf5zAY3+cwGNuZcDCpkBdv6Kmfz2l/5gAaAAAwBa/+sEgwROADMASwBjAABBIxQGBwYGIyImJyYmNTU0Njc2NjMyFhcWFhUzNCYnJiYjIgYHBgYVFRQWFxYWMzI2NzY2JTQ2NzY2MzIWFxYWFRQGBwYGIyImJyYmJxQWFxYWMzI2NzY2NTQmJyYmIyIGBwYGA15uEBAQNiUmORMTEhITEzkmJTYREBBuHhwgYT8+YCEhJCQhIWA+PmAgHR79U0Q8PKNfXqM8PEREPDyjXl+jPDxEV1JIR8NxccJIR1JSR0jCcWvCSElWAbsjMxESER4aGkYpWChHGhkeERIRMyI2VB4hIiwnJ2s+Vz9qJicsISAdVpphq0BASUlAQKthYqxAQUtKQUCtYnXNTE1YWE1MzXV1zExLWFNKSs8ABABX/+sEgARNABcALwA9AEkAAFMUFhcWFjMyNjc2NjU0JicmJiMiBgcGBhc0Njc2NjMyFhcWFhUUBgcGBiMiJicmJiUzFzMDNjY1NCYjIxEzETUzMhYVFAYHBgYHV1JIR8NxccJIR1JSR0jCcXHDR0hSV0Q8PKNfXqM8PEREPDyjXl+jPDxEAU59eG6TQkaDbdNraEk8Ew8QLBgCHHXNS0xYWExLzXV1zUxMV1dMTM11YqxAP0lJP0CsYmKrQEBKSkBAqyv9AR8WTjhhX/2FAV68LDcVIAwLDAEAAAIAZwOXBDcFsAAMABQAAEERMxEjAwMjETMREzMBNSEVMxEzEQPdWnCQj3BaizT+mP5+k1sFIf52Ahn+cQGP/ecBif53AchRUf44AcgAAAIBaQPAA2IFxAAXAC8AAEEUFhcWFjMyNjc2NjU0JicmJiMiBgcGBhc0Njc2NjMyFhcWFhUUBgcGBiMiJicmJgFpKSMiXTQzWyIiKCgiIlszNF0iIyl8FRIRMBsbLhIRExMREi4bGzAREhUEwDZdIiMoKCMiXjU1XyQjKSkjJF81HDESEhQUEhIxHBsvERITExIRLwABAKAB2QRgBbAADgAAQQEXExM3ASUnBRMjEyUHAhn++5LU1pL/AAF+Nv6VHbIZ/pM2A5P+uWoBYv6VbgFEXrKWAav+W5evAAACAD0AAASZBbAAGwAfAABBAzMTMzUjEzM1IxMjAyETIwMhFSEDIRUzAzMTNxMhAwLDUI9Q/OJF6M1Sj1L++FKPUv7jAQJF/vfvUI9QGkUBCEUBmv5mAZqJAWKLAaD+YAGg/mCL/p6J/mYBmokBYv6eAAADAGv/7ASpBcUANgBKAGMAAFMUFhcWFjMyNjc2NjcXMyc2NjUjBgYHATc2Njc2NjU0JicmJiMiBgcGBhUUFhcWFhcHBgYHBgYBIiYnJiY1NDY3NjY3NwEGBgcGBgM0Njc2NjMyFhcWFhUUBgcGBgcHJiYnJiZrPTg4oGM9czUgPRxT3bVGSacBKCP+zV4sTBwbHywoKXRHUoQvLzMRDxM6JSQxUR8kKAGwPVwfHyALERA+MhwBQxgzGyVQoBYWFUErITQTEhMJCwsoH3UZJgwKCgF1VpE0NDoaGQ8oGG7tWNuAWJhAAZNQIUQmJlc1PnArKjIuLC2DVShMJS1dMholTCoycv7KJiEhWDMTOSMiTikY/lEUIQwREgPmKEcbGyAbFRY5HhcwFxguFV0kRCEZMwACAED/+ASLBbIAXgB1AABBNiYnJiYjIgYHBgIHBhIXFhYzMjY3NjY3JwYGBwYGIyImJyYmNzY2NzY2MzIWFxYWBwYGBwYGIyImJyYmNxMmJiMiBgcGBgcGFhcWFjMyNjc2NjcWFhcWFjMyNjc2NgU2Njc2NjMyFhcDBwYGBwYGIyImJyYmBIcEQEBBvnp9z0xQXwYFO0NC05MgSCMjQBkgFjYeHj4ecKU1NTAFBEpDP59hYJY0MzIEARQTEzklEBwJCgoDLBpYQ0d2LC04CQYRFxZIMSI+GxYnEAcWDxU6JEpmISAg/VIIIRsbTzUPHQ4mAQsaDhc3HhgjCwsIAxWX91hYX3Jkaf7goJn+/11dZwkKCRwTdQ8YCAkJTUpJ1IiR81ZQV0pGRsp/SYIwMTkKDw4zKQH4JDVDPj+zb06CLy80FBIQKhkYJw8VFlZERKcjUoUvLjMGB/5NChglDhYUHRwbUQAAAgBX/hEEdAXEAGoAiwAAQTQmJyYmJyYmJyYmJyYmJyYmNTQ2NzY2MzIWFxYWFTM0JicmJiMiBgcGBhUUFhcWFhcGBgcGBhUUFhcWFhcWFhcWFhcWFhUUBgcGBiMiJicmJjUHFBYXFhYzMjY3NjY1NCYnJiYnNjY3NjYBFhYXFhYXFhYVBgYHBgYHJiYnJiYnJiY1NDY3NjY3FhYEdEE9H0orK2E2L08hJDoVKSImJyZxS0lzJycpuUU/QLZybbRAQEceHRAnFx41FCYpQj0hUy87jDw/XiAqJionKHBGPHgwMDy5WklJu2Jts0FARxkYES8dHTMVKSz94jRXJB4yFCsoARwaFDchJVAsPmQmVUUaGhM1ISVRAa9ehTAYKRISIA8NGAwOHA8cSDQtTh0cISwlJmc6aKE3NjkzMDCHVEFmKRUnEQ8kFShlPV+GMRssExgnFBUoFh1GMC9OHBwgHSIha04CeKUyMy0xLy+IWDpeJRwvFA0iEyhoAUUQHQ8MGg4eSTAoQxkUHQkOGA0RIBElWEkpRBoTGwgOGQAAAQDTAAAD0AWwABAAAGEzESEiBgcGBhUUFhcWFjMzAxa6/u92tz8/QUE/P7d2VwWwRz4/q2VmrD4+RgAAAQDnAqUD5QWwAAgAAFMzEzcXEzMBI+esww8Pxqv+wX8CpQHmRET+GgMLAAABADABkgScAyIAMQAAQScUBgcGBiMGJicmJicmJicmJiMiBgcGBhUXNDY3NjYzMhYXFhYXFhYXFhYzMjY3NjYEnIYaFhc9Ix44GxcwGidLJydTLkNuJygshhoWFj0jFysVHj0hKEsnJlEvQ24oKCwC5BImRhobIAEPDwwjFiA0EhITNS0teEIRJkMZGB0ICQwpGyI0EhISOC8vev//AFEAAASQByAGJgACAAAABwFbAIUBV///AFEAAASQB0oGJgACAAAABwFfAA8BmP//AFEAAASQB0gGJgACAAAABwFcAIcBW///AFEAAASQByAGJgACAAAABwFhAA8BW///AFEAAASQByMGJgACAAAABwFa/5kBWv//AFEAAASQBvoGJgACAAAABwFeABMBSgACAFH+TwSQBbAAIwAmAABBIwEzEyETBgYHBgYVFBYXFhYzMjY3JwYGJyImNTQ2NzY2NzMBExMCwpv+Krl1AeZrHjQUJzAeGhpGKUFVHB8QNSAqJB0bFjsjMP0hw8AFsPpQAXn+oBInGC5eLy9HGBgYHBB5CBMBKSIkQx0YLBMCGgJ4/YgA//8AUQAABJAHiwYmAAIAAAAHAWIADgGk//8AUQAABJAIGAYmAAIAAAAHAmv//AGm//8AUQAABJAHUgYmAAIAAAAHAV0AkwFh//8AIAAABKsHIAYmAEgAAAAHAVsA1wFX//8Aa//sBF0HNQYmAAQAAAAHAVsAqgFs//8Aa//sBF0HXgYmAAQAAAAHAWQANQFx//8Aa/5NBF0FxAYmAAQAAAAGAWY2AP//AGv/7ARdB10GJgAEAAAABwFcAKwBcP//AJsAAARwB0kGJgAFAAAABwFk/9oBXAAC/8UAAAR/BbAAEwAnAABzITY2NzY2NzUmJicmJichESMVMyE1IxEzFhYXFhYXFQYGBwYGByMRqgFRmO9TUlcBAVdSU++Y/q/l5QGY3JV2rDg4OAEBNzg5rHaVAWNZWPeWa5b3WVhjAv2Bl5cB5wJQRUa9b21vvkZGUQECA///ALYAAAQ0ByAGJgAGAAAABwFbAHsBV///ALYAAAQ0B0oGJgAGAAAABwFfAAUBmP//ALYAAAQ0B0kGJgAGAAAABwFkAAYBXP//ALYAAAQ0B0gGJgAGAAAABwFcAH0BW///ALYAAAQ0ByAGJgAGAAAABwFhAAUBW///ALYAAAQ0BxkGJgAGAAAABwFgAAUBW///ALYAAAQ0ByMGJgAGAAAABwFa/48BWv//ALYAAAQ0BvoGJgAGAAAABwFeAAkBSgABAK/+SwQdBbAAHQAAQSMRAScjETMRARUUBgcGBiMiJicHFhYzMjY3NjY1BBy5/ggDubkB+xkYECkaEjoUDh0zHkx2KSgrBbD71QQlBvpQBC371Vs1UxoQEgcGkwoILy0tgVIAAQC2/k8ENAWwACgAAEE1IREhNSERIQYGBwYGFRQWFxYWMzI2NycGBiciJjU0Njc2NjczNSERA8/9oAK8/IsCdRsvER4fHhoaRilBVRwfEDUgKiQeGxY6I1T9OwKhnQHUnvpQFCwXJVAnL0cYGBgcEHkIEwEpIiREHRgrE50CBAAC/8UAAAR/BbAAEwAnAABzITY2NzY2NzUmJicmJichESMVMyE1IxEzFhYXFhYXFQYGBwYGByMRqgFRmO9TUlcBAVdSU++Y/q/l5QGY3JV2rDg4OAEBNzg5rHaVAWNZWPeWa5b3WVhjAv2Bl5cB5wJQRUa9b21vvkZGUQECA///AGT/6wRcB18GJgAIAAAABwFfABkBrf//AGT/6wRcB10GJgAIAAAABwFcAJEBcP//AGT+JQRcBcQGJgAIAAAABwFoALH+zwACABgAAAS8BbAAEwAXAABBESMRIREjESMVMxEzESERMxEzNQE1IRUEPK/9q65ycq4CVa+A/HwCVQSPASH+3wEh/t+P/AACof1fBACP/q/CwgD//wCNAAAEPwdIBiYACQAAAAcBXABxAVv//wCuAAAEHgcgBiYACgAAAAcBWwBHAVf//wCuAAAEHgdKBiYACgAAAAcBX//SAZj//wCuAAAEHgdIBiYACgAAAAcBXABJAVv//wCuAAAEHgcgBiYACgAAAAcBYf/SAVv//wCuAAAEHgcZBiYACgAAAAcBYP/SAVv//wCuAAAEHgcjBiYACgAAAAcBWv9bAVr//wCuAAAEHgb6BiYACgAAAAcBXv/WAUoAAQCu/k8EHgWwACgAAFMVIREhFSEGBgcGBhUUFhcWFjMyNjcnBgYnIiY1NDY3NjY3ITUhESE1rgFV/qsBlxkqESEjHhoaRilBVRwfEDUgKiQfHRU5IgEk/qMBXQWwofuRoBInFSdVKS9HGBgYHBB5CBMBKSIlRR4XKhKgBG+hAP//AK4AAAQeB1IGJgAKAAAABwFdAFUBYf//AGL/7ATfBzsGJgALAAAABwFcAcEBTv//AKz+PgSkBbAGJgAMAAAABwFoALb+6P//AMYAAARHBwAGJgANAAAABwFb/zYBN///AMYAAARHBbAGJgANAAAABwBtAPL/mv//AMb+OARHBbAGJgANAAAABwFoALf+4v//AMYAAARHBbAGJgANAAAABwFgAHT9xQABADoAAARLBbAADQAAQREjEQcVNxEhNSERJTUBg7mQkAOB/TgBBgNNAmP9Yi2iLf2QnQIOU6IA//8AjwAABD4HIAYmAA8AAAAHAVsAXgFX//8AjwAABD4HSQYmAA8AAAAHAWT/6gFc//8Aj/44BD4FsAYmAA8AAAAHAWgAhP7i//8AjwAABD4HUgYmAA8AAAAHAV0AbAFh//8Aav/sBGEHNQYmABAAAAAHAVsAiQFs//8Aav/sBGEHXwYmABAAAAAHAV8AEwGt//8Aav/sBGEHXQYmABAAAAAHAVwAiwFw//8Aav/sBGEHNQYmABAAAAAHAWEAEwFw//8Aav/sBGEHOAYmABAAAAAHAVr/nQFvAAIAY//sBMYF+gApAEMAAEE1JiYnNjY3NjYnIwYGBwYGByYmJyYmIyIGBwYCFRUUFhcWFjMyNjc2NgMVBgYHBgYjIiYnJiY1NTQ2NzY2MzIWFxYWBFoCKCwoQhgfIQGnAQ4ODSYZHUMnLGg8cao+UFI+OzzBh4W7QD46tQIhJyV8WFh4Iy0nLDkkb01PdiYwKgKEpmTKWA8xICx2SCxJGxghCCE3FBcYVUle/u2LpnXrX2F4c19b9QEeqFS/SEVVUj5OwlWoW9RPNUBJOknFAP//AGr/7ARvB18GJgAQAAAABwFjAJkBcP//AGr/7ARhBw8GJgAQAAAABwFeABcBXwADAEf/owSMBewAJQA5AEcAAEE3NiYnEyMHJiYnJiYjIgYHBgYHFRQWFxYWFwMzNxYWMzI2NzY2JTU0Njc2NjMyFhcWFhcBJiYnJiYlFQYGBwYGIyImJwEWFgRYAQE3OKGOYxg3HyxoPIK8O0M9AhAREDIioI5oOY5bfLg9RkL8wCMpJXlbKkYdGioR/g4LEQYKCQKKAiU8Jm1NQmQlAesTDwKEpm/kXwEQqBgpEBYZcVhe+XqmPX08PHAx/vKwMDdqVWD9fKhQu01AWxMSDykZ/LUaORwuXtOoX89TNEAvKQM+PoEA//8AR/+jBIwHXgYmANsAAAAHAVsAewGV//8Aav/sBGEHZwYmABAAAAAHAV0AlwF2//8AtQAABHIHFAYmABMAAAAHAVsAeAFL//8AtQAABHIHPQYmABMAAAAHAWQAAwFQ//8Atf44BHIFsAYmABMAAAAHAWgAnP7i//8Adv/sBGkHNQYmABQAAAAHAVsAggFs//8Adv/sBGkHXgYmABQAAAAHAWQADQFx//8Adv5EBGkFxAYmABQAAAAGAWZR9///AHb/7ARpB10GJgAUAAAABwFcAIQBcAABAEwAAASEBbAADwAAQTUjESE1IRUhESMVMxEzEQOt6wHC+8gBwt7etAM3lwFEnp7+vJf8yQM3//8ATAAABIQHPQYmABUAAAAHAWQADQFQ//8Ai//sBEIHFAYmABYAAAAHAVsAowFL//8Ai//sBEIHPgYmABYAAAAHAV8ALQGM//8Ai//sBEIHPAYmABYAAAAHAVwApQFP//8Ai//sBEIHFAYmABYAAAAHAWEALQFP//8Ai//sBEIHFwYmABYAAAAHAVr/twFOAAEAi//sBYMF6AArAABBIwMGBgcGBiMiJicmJicDIwMWFhcWFjMyNjc2NjUDNjY3NjY1IxQGBwYGBwRAswMCJiQlbEdHbSQlJwEEsAIBRj4+rmporj8/SAFQeCcqKacPEhI8LQWw/CZBeC4vNzguLnhBA9r8JmazQkNMTUNCsmYCmgUxKy+LXThVHR4iBv//AIv/7ASJBz4GJgAWAAAABwFjALMBT///AIv/7ARCBu4GJgAWAAAABwFeADEBPgABAIv+fgRCBbAAPAAAQSMDBgYHBgYjIiYnJiYnAyMDFhYXFhYXMjIzBgYHBgYVFBYXFhYzMjY3JwYGJyImNTQ2NzY2NzY2NzY2NQRAswMCJiQlbEdHbSQlJwEEsAIBRD07pmcBAwEOGAkPEB4aGkYpQVUcHxA1ICokDg0SNiM9ZCMjKAWw/CZBeC4vNzguLnhBA9r8JmWwQkFOAxAgERs5HC9HGBgYHBB5CBMBKSIZMBYcMxcdWjo6iEoA//8Ai//sBEIHfwYmABYAAAAHAWIALAGY//8Ai//sBEIHRgYmABYAAAAHAV0AsQFV//8ASQAABJ4HIAYmABgAAAAHAVsAfQFX//8ASQAABJ4HSAYmABgAAAAHAVwAfwFb//8ASQAABJ4HIAYmABgAAAAHAWEABwFb//8ASQAABJ4HIwYmABgAAAAHAVr/kQFa//8APQAABHkHHwYmABoAAAAHAVsAcQFW//8APQAABHkHRwYmABoAAAAHAVwAcwFa//8APQAABHkHHwYmABoAAAAHAWH//AFa//8APQAABHkHIgYmABoAAAAHAVr/hQFZ//8AcgAABDcHFAYmABsAAAAHAVsAnQFL//8AcgAABDcHPQYmABsAAAAHAWQAKAFQ//8AcgAABDcHDQYmABsAAAAHAWAAJwFP//8AnP/sBDYF3gYmABwAAAAHAVsAgQAV//8AnP/sBDYGCAYmABwAAAAGAV8LVv//AJz/7AQ2BgYGJgAcAAAABwFcAIMAGf//AJz/7AQ2Bd4GJgAcAAAABgFhCxn//wCc/+wENgXhBiYAHAAAAAYBWpUY//8AnP/sBDYFuAYmABwAAAAGAV4PCAACAJz+TwQ2BE4AUQBlAABlBgYHBgYVFBYXFhYzMjY3JwYGJyImNTQ2NzY2NzM1JiY1ETQmJyYmIyIGBwYGBzM0Njc2NjMyFhcWFhUVIyIGBwYGFRQWFxYWMzI2NzY2NxYWJSImJyYmNTQ2NzY2MzMVBgYHBgYDbyE3FR4hHhoaRilBVRwfEDUgKiQUExZEKyYSFEI5Op5cZZ83ODsBuiEeHlc3O18hISTKcbdBQUc1MTCLVjVeKilFHAMK/sc2UhsbGx4dKpBhrBA4JideDhYxGyVSKC9HGBgYHBB5CBMBKSIeOBkfNhcQLXk2AfdbiC4tLTgtLnI7Ij8XFxweGxxOMVUsLC2GWUR1KisyFhMTMhwdNmocGRhEKCpBFyMi2yA7FxccAP//AJz/7AQ2BkkGJgAcAAAABgFiCmL//wCc/+wENgbWBiYAHAAAAAYCa/hk//8AnP/sBDYGEAYmABwAAAAHAV0AjwAf//8AK//sBKkF3wYmAEkAAAAHAVsAmAAW//8Aj//sBDMF3gYmAB4AAAAHAVsAkwAV//8Aj//sBDMGBwYmAB4AAAAGAWQeGv//AI/+TQQzBE4GJgAeAAAABgFmSwD//wCP/+wEMwYGBiYAHgAAAAcBXACVABn//wBk/+wFvwYWBCYAH9kAAAcAbQLfAAAAAgB8/+wE0gYAACUAPwAAQTUjNSMVIxUzESYmJyYmIyIGBwYGFRUUFhcWFjMyNjc2NjcXMxEBNTQ2NzY2MzIWFxYWFxEGBgcGBiMiJicmJgTSxbn//xQtGipmPGOgODk9Pjg4n2I3XyghORgIqv0oIiQjb04pRx0iNhQSMB8fTC9NbiMkIgTSl5eXl/79FycPGRlSSUnLeRV0yUpKVBUUES4ecgTS/T8VT483NkATEBQ8JP4KIzkUFRY/NjaO//8Ah//sBEUF3wYmACAAAAAGAVt8Fv//AIf/7ARFBgkGJgAgAAAABgFfBlf//wCH/+wERQYIBiYAIAAAAAYBZAcb//8Ah//sBEUGBwYmACAAAAAGAVx+Gv//AIf/7ARFBd8GJgAgAAAABgFhBhr//wCH/+wERQXYBiYAIAAAAAYBYAYa//8Ah//sBEUF4gYmACAAAAAGAVqQGf//AIf/7ARFBbkGJgAgAAAABgFeCgkAAQC4/ksEFwROADIAAHMzETY2NzY2MzIWFxYWFREUBgcGBiMiJicHFhYzMjY3NjY1ETQmJyYmIyIGBwYGBycnI7i5ECkZIVg2PlsdGxsZGRAtGxM8FQ4eNh5JdCguMDIvL4hWRHIuGi0UAQumAyoaLREXGCAjIGRE/QE1ThcQEAcGnQoIKicsh1gDA2yfNDMyJyMUMx0KkAACAIf+YQRFBE4APgBMAABTFBYXFhYXMjIzBgYVFBYXFhYzMjY3JwYGJyImNTQ2NzY2NzY2NycGBiMiJicmJjU1ITU0JicmJiMiBgcGBhUBMhYXFhYVFSE2Njc2NodJQ0G2bgEDATM3HhoaRilBVRwfEDUgKiQgHBY5IUVwInEzmmNLfSsxMgMFOTo6r3VdsUVGVAHtR2YjHyn9ugs3KChkAfdvvUVFUAQwaTUvRxgYGBwQeQgTASkiJkUeFykSGV8zWEJQOS81izwBU3HCSEdRTEdIz4MBlTQqJnQ3B0tzKCcpAP//AIz+VgQdBggGJgAiAAAABgFf9lb//wCM/lYEHQYGBiYAIgAAAAYBXG0Z//8AjP5WBB0GkwYmACIAAAAGAk4HWAABAAsAAAQ7BgAAJwAAQTUhNSMVIxUzETMRNjY3NjYzNhYXFhYVETMRNCYnJiYjBgYHBgYHEQKI/u65srK5FDIeJlsyO10fHiC5NTExi1U4ZSwnQxsE0peXl5f7LgMSIDUUGhwBISEgY0L9VQKpbZ80NDEBGxoXQCgBOQD////nAAAELAdvBiYAIwAAAAcBXP8mAYL//wDLAAAEVQXJBiYBbQAAAAcBWwCqAAD//wDLAAAEVQXzBiYBbQAAAAYBXzRB//8AywAABFUF8QYmAW0AAAAHAVwArAAE//8AywAABFUFyQYmAW0AAAAGAWE0BP//AMsAAARVBcwGJgFtAAAABgFavgP//wDLAAAEVQWkBiYBbQAAAAYBXjj0AAIAy/5PBFUFwwAmADIAAFMVIREhFSEGBgcGBhUUFhcWFjMyNjcnBgYnIiY1NDY3NjY3ITUhEQMUFjMyNjU0JiMiBssBcP6QAXQXKRAjJR4aGkYpQVUcHxA1ICokHBkWPCUBYf6f0Tc4Nzg4Nzg3BDqh/QegESUUKFYrL0cYGBgcEHkIEwEpIiNBHBotFKADmgEcLTw8LS4/P///AMsAAARVBfsGJgFtAAAABwFdALgACv//ALD+SwP1BegGJgFxAAAABwFcANf/+///ALD+QARqBgAGJgAmAAAABwFoAGL+6v//AMsAAARVB2YGJgAnAAAABwFbAKIBnf//AJkAAASvBgQEJgAnzgAABwBtAc//7v//AMv+OQRVBgAGJgAnAAAABwFoANL+4///AIUAAQQSBgEEJgAnugEABwFgATr95wABAMsAAARVBgAAEQAAQREhFSERBRUlESEVITUhESU3AvT91wFw/q0BU/6QA4r+nwEhAQPNAjOh/hmaopr9yqCgAouEogD//wCuAAAEKQXeBiYAKQAAAAYBW20V//8ArgAABCkGBwYmACkAAAAGAWT5Gv//AK7+OAQpBE4GJgApAAAABwFoAJP+4v//AK4AAAQpBhAGJgApAAAABgFdex///wB6/+wEUgXeBiYAKgAAAAYBW3YV//8Aev/sBFIGCAYmACoAAAAGAV8AVv//AHr/7ARSBgYGJgAqAAAABgFceBn//wB6/+wEUgXeBiYAKgAAAAYBYQAZ//8Aev/sBFIF4QYmACoAAAAGAVqKGAACAHf/7ASuBKoAJgBAAABTFRQWFxYWMzI2NzY2NTU0Jic2Njc2NjcjFAYHBgYHJiYjIgYHBgYXNTQ2NzY2MzIWFxYWFRUUBgcGBiMiJicmJndEQD+3c3K2QD9EKikoPhcZGwGoDQ4NJxo9nmBytj9ARLkmJyZyTU1zJyYnJiYnc0xNdCYnJgInFnXISkpUVEpKyHUWXKREETQkKWxBK0UaGCIINTtVSkrJixZPkTc3QUE3N5FPFlCRNzdAQDc3kf//AHr/7ARcBggGJgAqAAAABwFjAIYAGf//AHr/7ARSBbgGJgAqAAAABgFeBAgAAwB6/3kEUgS5ACIAMABBAABTFRQWFwczNxYWMzI2NzY2NTU0JicmJic3IwcmJiMiBgcGBhc1NDY3NjYzMhYXASYmJRUUBgcGBiMiJicBFhYXFhZ6amNle0orXzZytkA/RB0bGEcsZXtJLWU5crY/QES5Jicmck0mQR3+qjAwAmYmJidzTCI9HAFUEhwLEBACJxaU7knNlxETVEpKyHUWTIs7NVsjzZQUFVVKSsmLFk+RNzdBEQ/9SjmdcRZQkTc3QA0NArEWNBwrYQD//wB6/3kEUgXdBiYBOAAAAAYBW1AU//8Aev/sBFIGEAYmACoAAAAHAV0AhAAf//8BSQAABDEF3gYmAC0AAAAGAVtYFf//ARQAAAQxBgcGJgAtAAAABgFk5Br//wEQ/jgEMQROBiYALQAAAAcBaP/i/uL//wCv/+wENgXeBiYALgAAAAcBWwCEABX//wCv/+wENgYHBiYALgAAAAYBZA8a//8Ar/5FBDYETgYmAC4AAAAGAWZE+P//AK//7AQ2BgYGJgAuAAAABwFcAIYAGQABAI7/7AQpBUAAKwAAQSMRIRUhFSMVMxUUFhcWFjMyNjc2NjcnBgYHBgYjIiYnJiY1NTM1IzUhNSECZLr+5AEc2dk1Li59SCtXJydCFxoRNR4fQB4pSRwcIOrqAZz+ZAVA/vqPupf7ZI0sLSkICAcVDoMECwUFBxQZGFI/+5e6jwD//wB//+wEgQazBCYAL/EAAAcAbQGhAJ3//wC0/+wEHwXKBiYAMAAAAAYBW3UB//8AtP/sBB8F9AYmADAAAAAGAV8AQv//ALT/7AQfBfIGJgAwAAAABgFcdwX//wC0/+wEHwXKBiYAMAAAAAYBYQAF//8AtP/sBB8FzQYmADAAAAAGAVqJBAABALT/7AU/BJMAJwAAQSMUBgcGBgc1IxEGBgcGBiMiJicmJjURIxEUFhcWFjMyNjcXMxE2NgU/qA0QDi0gugwfFCZvSjVRHBwcuTUxMYpVaqI2C6iTjASTNVIcGSIIjfz4Gy8TJCkcIyJ0WAKF/X15rTg4NVlQlQMiE7T//wC0/+wEWwX0BiYAMAAAAAcBYwCFAAX//wC0/+wEHwWlBiYAMAAAAAYBXgP1AAEAtP5PBEQEOgA4AABhMxEjEQYGBwYGIyImJyYmNREjERQWFxYWMzI2NxcGBgcGBhUUFhcWFjMyNjcnBgYnIiY1NDY3NjYEHgG6DywdJWI/NVEcHBy5NTExilVqojYKGSsSJikeGhpGKUFVHB8QNSAqJBcVFkIEOvz4IzoVGx0cIyJ0WAKF/X15rTg4NVlQjBElFCpbLS9HGBgYHBB5CBMBKSIgOxscMwD//wC0/+wEHwY1BiYAMAAAAAYBYv9O//8AtP/sBB8F/AYmADAAAAAHAV0AgwAL//8AMAAABKcFygYmADIAAAAGAVt8Af//ADAAAASnBfIGJgAyAAAABgFcfgX//wAwAAAEpwXKBiYAMgAAAAYBYQYF//8AMAAABKcFzQYmADIAAAAGAVqQBP//AET+SwSFBcoGJgA0AAAABwFbAIkAAf//AET+SwSFBfIGJgA0AAAABwFcAIsABf//AET+SwSFBcoGJgA0AAAABgFhEwX//wBE/ksEhQXNBiYANAAAAAYBWp0E//8AoAAABD0FygYmADUAAAAHAVsAmgAB//8AoAAABD0F8wYmADUAAAAGAWQlBv//AKAAAAQ9BcMGJgA1AAAABgFgJAUAAQGfBL8DLQXJAAMAAEEDIxMDLa/f+AS/AQr+9gAAAQGaBL8DMgXJAAMAAEEDMwECUriMAQwFyf72AQoAAQDBBOQDHgXtAAgAAEEnIwcVMzcXMwMe+HD1mJWWmgT98O8al5cAAAEAigTjAzoF8QAlAABBJxQGBwYGIyImJyYmIyIGBwYGFRc2NjMyFhcWFhcWFjMyNjc2NgM6ZxENDiYVJ0EfIEMqLksbGx9oATksGywUEyYWFTQhLUwbGx8F0x4XKQ8PEh4SER4mHyBTLRguQQ4KCxkKCw4kHx5SAAEBAQUhA8sFsAADAABBNSEVA8v9NgUhj48AAQE7BKcDkQWyABkAAEEjFAYHBgYjIiYnJiY1IxQWFxYWMzI2NzY2A5GWEhISNycoOBISEpYrJyduRURuJycqBbIeNxQUGBgUFDceO2MjIycnIyNjAAABAfIE4QLYBb4ACwAAQRQWMzI2NTQmIyIGAfI6OTk6Ojk5OgVOLj8/LjBAQAAAAgEfBPADqAXFAAsAFwAAQRQWMzI2NTQmIyIGBRQWMzI2NTQmIyIGAR83NjY4ODY2NwGuNzY2ODg2NjcFWy08PC0tPT0vLD09LC0+PgAAAgGaBF4DMQXnABcALwAAQRQWFxYWMzI2NzY2NTQmJyYmIyIGBwYGFzQ2NzY2MzIWFxYWFRQGBwYGIyImJyYmAZohHBtLKipJHBsgIBscSSoqSxscIWMSDw4mFRYlDg4QEA4OJRYWJg4PEQUgK0gZGhwcGhlIKytJGxoeHhobSSsZKQ8NDw8ODykYFyYODhAQDw4mAAIA9gTiA9YF7wADAAcAAEEDMwEhAzMTAvX5qQEx/dy8lvUF7/7zAQ3+8wENAAABATAE4wObBe0ACAAAQScjFRczNzUjAmSXnfty/qAFVZgV9fgSAAH9J/6o/g3/hQALAABFFBYzMjY1NCYjIgb9Jzo5OTo6OTk66y4/Py4wQEAAAQHN/k0DAwAAABsAAGEjBxYWFxYWFRQGBwYGIxcyNjc2NjU0JicmJicCdoUfKDwVFBQbFhc8Igc9ZSUyNhoVFjcdhgMMCgsiGRslDAwLaxYTG1Y4Kz0UFBgFAAABAY7+TwMBADgAHAAAYScGBgcGBhUUFhcWFjMyNjcnBgYnIiY1NDY3NjYC21c4WyAgIx4aGkYpQVUcHxA1ICokIB0VOTgbRicnUykvRxgYGBwQeQgTASkiJkUfFikAAQEu/1YCKADvAAkAAGU1IxUUBgcXNjYCKLAlJWlHSqlGSUt/Pkg+twD//wDUAHYD1wOSBCcAev9I/90ABwB6AJf/3QABALz+YAQQBDoAHgAAQSMRMxEWFjMyNjc2NjcXMxEjEQYGBwYGIyImJyYmNQF1ubkpckk0VyQZLBMJp7oLIBYhYkEwUR0eIAQ6+iYB1SQlGBcRLRt0BDr84RwuEx0fHCUlgGT//wDxAJgD/gO1BCcAe/9lAAAABwB7AL4AAAABAMsAAARVBDoACQAAUxUhESEVITUhEcsBcP6QA4r+nwQ6of0HoKADmgACAID/7QRMBbAAAwAcAABhESMRAREUBgcGBiMiJjUjFBYXFhYzMjY3NjY1EQE5uQMTDxISPC5EULoyLCx7SVeBKyopBbD6UAWw+5MsRxgZG1pjV4AqKikuLCx/UQRtAAAEAFD+TgRPBb8AHQAnADMAPwAAQRUzERQGBwYGIyImJyYmJwcWFhcWFjMyNjc2NjURIRUzESMVITUjEQMUFjMyNjU0JiMiBgUUFjMyNjU0JiMiBgKu3iciIlw0DjAbGzQRDRcsFR48IWSdNzY5/BDq7wKI38o3ODc4ODc4NwJCNjg4ODg4ODYEOqH8Yk1nHh8ZAQIBBQOeBAYCAwI4NzefaAQ/of0HoKADmgEYLT09LS0/PywtPT0tLT8/AAEByAAABAsGKwAVAABhMxE0Njc2NjMyFhc3JiYjIgYHBgYVAci6JCMjZ0QdLhIXJUclZKA4OT0EZkVwJycqBgWOCQw8OTqpbQAAAQCw/ksDKgQ6AB0AAEEVIREUBgcGBiMiJicmJicHFhYXFhYzMjY3NjY1EQEEAWwnIiJbNA4xGxszEQ0YLBYdOyFknTc2OQQ6ofxgTWkgIBsBAgEFA5gEBgIDAjk3NqBoBEEAAAIBrf6GAt3/qwAXACMAAEUUFhcWFjMyNjc2NjU0JicmJiMiBgcGBhc2NjMyFhUUBiMiJgGtGBUVOCAfNhUUGBgUFTYfIDgVFRhWASccGiYmGhwn6SA2ExMVFRMTNiAgNxQTFhYTFDcgHScnHRwlJgAB/MoEvP37BhYAAwAAQQMjE/37f7KzBLwBWv6mAAAB/WgEvP6WBhcAAwAAQQMzE/3qgnS6Bhf+pQFbAP///IgE4/84BfEEBwFd+/4AAAAB/VkE2f6PBnQAGwAAQTM3NjY3NjY1NCYnJiYjBzIWFxYWFRQGBwYGB/1vhAEcOBYWGzEuJmlBByE8FxcbFRUSNCEE2UcEFBISNiYwSxgUFWoICQkeFhYbCAcIAgAAAvwFBOT+5QXuAAMABwAAQQMjASEDIxP94PrhATIBrr3P9gTkAQr+9gEK/vYAAAECKQT3Ay0GegADAABBAzMTAmpBWqoGev59AYMAAAMBEwTiA/MGvwADAA8AGwAAQQMzEwEUFjMyNjU0JiMiBgUUFjMyNjU0JiMiBgJ0MId2/dI5OTk6Ojk5OQH7OTk5Ojo5OTkGv/74AQj+kS5AQC4wQEAwLkBALjBAQP//AjACawMWA0kEBgBkOAAAAQC1AAAEMAWwAAUAAEE1IREzEQQw/IW6BRiY+lAFGAACAC4AAAS0BbAAAwAIAABBASEJAjcXAQI0/foEhv4g/koBRR4bASsFsPpQBbD65wPDWVr8PgADAGr/7ARhBcQAAwAdADcAAEE1IRUFNSYmJyYmIyIGBwYGBxUWFhcWFjMyNjc2NgMVBgYHBgYjIiYnJiY1NTQ2NzY2MzIWFxYWA03+MALkAjk/P76FebRBSUICAkBCP7mBhMA7QDu3AiErJndYV3ckLSglLiZ1V1V3IzAkApSXlxCmdvBgYHRhWmX5gaZ69mFZbnVbX/IBH6hWwklEUFI8TcVVqFTBTz1STjpQxAABADYAAASgBbAABgAAQQEzASMBMwJqAXm9/huh/hy9BJz7ZAWw+lAAAwCRAAAENwWwAAMABwALAAB3FSE1ARUhNQEVITWRA6b8rwLy/LsDlpeXlwKnmJgCcpiYAAEAogAABCoFsAAHAABhESERMxEhEQQq/Hi5AhYFsPpQBRj66AAAAQBwAAAEbwWwAAwAAEE1ASE1IRUBARUhNSEDGf49Auf8MwHl/hsD//zmAs0ZAjKYkP25/beQmAADAEUAAASHBbAAHQAqADcAAEE1IxUGBgcGBhUUFhcWFhcVMzU2Njc2NjU0JicmJgE0Njc2NjcRJiYnJiYlFAYHBgYHERYWFxYWAsO5YqU9PUREPT2lYrlhpT08RUU8PaX92CQjImRBQWQiIyQC0yQiI2NAQGMjIiQE4s7OB1NFRbxvcLxFRVIHxMQHVEZFu3BvukVFUv35T4QxMTsH/RIGOzEwhVJQhTExOwcC7gc7MDGDAAABAGUAAARyBbAAIwAAQREjESYmJyYmNREjERQWFxYWFxEzETY2NzY2NREjERQGBwYGAse5NlkfICK5Pjg4nF+5Xp44OD+5Ix8gWQHfA9H8MAw4LS18UAJm/Zp2t0FBTAv+vAFEC0xBQbd2Amb9mlB9LS04AAEAYQAABGwFxAA7AABlFSE1ITY2NzY2NTU0JicmJiMiBgcGBhUVFBYXFhYXIRUhNSYmJyYmNTU0Njc2NjMyFhcWFhUVFAYHBgYCqAHE/vY+YiIhJEpDRL91db5DREkkIyJjPv76AcROcyEWFy4rKnpNTnwrKi0WFSFvwcGXL4dQULFZT4vrVVRfX1RV64tPWbBQUYcvl8ESd2NBpmNRdbU+PUBAPT61dVFjp0JidwAAAgCB/+sEigROAC8ATAAAQSMHByYmJyYmIyIGBwYGFRUUFhcWFjMyNjc2NjcWFhcWFjMyNjcnBgYjIiYnJiY1JTU0Njc2NjMyFhcWFhcRFBQVBgYHBgYjIiYnJiYD73AuAxQwGy1sQWOXMzM0NDMzlmJAbCwbMBQJGRAbSi8gOx8XChsPEh0KCwz9SxwgH2VIK0kfHjATDiEUIlk4R2QfIBwEOncIGy0RHB5YTU7VfRVwv0VGTxwbESsaHCwQGxoNFYoCBA0PDzMm3xVVmzw7RhUTEzQf/iATEw0YKhEeIjwzMoYAAgCu/oAEWwXEACYATgAAQSIGBwYGFREzERYWFxYWMzI2NzY2NTQmJyYmJzY2NzY2NTQmJyYmAyMVMzIWFxYWFRQGBwYGIyImJyYmJxE0Njc2NjMyFhcWFhUUBgcGBgJrXKE8PUe6H0gmJ1EoYqY9PUQ4NR1JKyA3FiUoPTg4nmVUjz1fISEiKCUla0MyWCQhNhUoIyJfNzpbHx8gHR4eXgXEQDc3k1L6TwHLGSULDAs7OTmla1WONB0tEBErGSppOleQNTQ5/ZaYMigpZjU/ayYnKxMQDykZAzs1XCIiJyghIVYuM1QeHiIAAQBH/mAElgQ6AAsAAEEBByMnASMBETMRAQPY/rMZARj+rL4By7oBygQ6/PBiYgMQ+/z+KgHPBAsAAAIAeP/sBGYGHAA5AFMAAEEUFhcWFhcHBgYHBgYVFRQWFxYWMzI2NzY2NTU0AicmJicmJjU0Njc2NjMyFhcWFhc3JiYjIgYHBgYTNTQ2NzY2FxYWFxYWFRUUBgcGBiMiJicmJgEHHhsbTC8ESH8uLzZEQUG7eHa6QUBE39xDWRsbFxwZGUUqKE4kJD8XKUufUFaMMTI2KygoKHhRR3MpKS0mJyd2UVJ4JygmBPUvUSIjNhMLEVI8PJhXFXHBR0dRUUdHwXEVzwEUSRcwGBgvFh8zEhIUDQkKFgmCJi8oJiZu/MMVTIs1ND0BDEs0NX0/FU2KMzQ9PTQzigABAIv/7ARgBE0AUgAAUxQWFxYWMzI2NzY2NyMUBgcGBiMiJicmJjU0Njc2Njc2NjMzNSMiJicmJicmJjU0Njc2NjMyFhcWFhUzJiYnJiYjIgYHBgYVFBYXFhYXBgYHBgaLSEJBtGxhrkY+VgG5LigpcEJKciYnKBwcFTkjGz4j8/MmQBoZKhAhHiEjI2xLOmgnJy+5AUxAQatfbK89PkIiIBlEKSpGGigpATBOeCkqKywqJYJXJ0UaGx4bGBdAJSg9FQ8WBgUElAYFBhAKFTslIjwXFhoaFhc/JUt3KiksKCcodU4qTR8ZKQ8MIxchXAABAHX+gQQvBbAAOAAAQSEVIQEGBgcGBhUUFhcWFhcXFhYXFhYVFAYHBgYHFzY2NzY2NzQmJyYmJycmJicmJjU0Njc2NjcBBC/8RgLU/s5chissKiYpKH9ZtSk8ExIREBAMIhViHD8aGiMBKSMjYDbdLEQXFxgpJyZuRQGZBbCY/sRXpExMhzlReiwtOxAjCBgODR8RGTAZEyoYVBZFKCdWJz5LFxcaDDIJHxkaSjJOgjw8dUIBqwAAAQCk/mEEKwROACAAAHMzETY2NzY2MzIWFxYWFREzETQmJyYmIwYGBwYGBycnI6S6EzQgI1Y0P18fISG6NjIyjlpBcS8hOBcBDKcDKCAzExMVHR8gaEn7uARMc58yMSwBIR8WOiMOkgADALn/7AQYBcUAGQAoADcAAEUyNjc2NjURNCYnJiYjIgYHBgYVERQWFxYWNyImJyYmNTUhFRQGBwYGATU0Njc2NjMyFhcWFhUVAmpnoDc3OTo3N6FnZqE3Nzo7ODehZkBeHx4dAe0fIR5a/ssjJB5YOTlXHiUkFE1KSdeKAVWK10tKTU1KS9eK/quK10lKTZY0MjGRXI2NYZUxLi8CqIFmmjEoKSknMJtngQAAAQC4/+wEOgQ6ABoAAFMVIREUFhcWFjMyNjc2NjcnBgYjIiYnJiY1A7gBYCooJ3FIJUgjFzAZKR1OLSE8FxgbAQQ6of2zZYcpKSIIDAgYEoIRHAoTEktBAvgAAQA5/+8EXAXuAC0AAGETNxcTFhYXFhYzMjY3NwYGIyImJyYmJwEmJicmJiMiBgcXNjYzMhYXFhYXFwEBB/YdLacYOSUkXDsMJAsCDBERGCoRERwL/pYPMSUmakgZPBIBDSgNIjcWFiION/51Aq53dv5LQmQhIiIJBpcDAhgVFDYjA7YoXykoNgoFjgEEIRsbRSOP+/gAAQCv/ncELgXEAFoAAEE3JiYjIgYHBgYVFBYXFhYXBgYHBgYVFBYXFhYXFxYWFxYWFRQGBwYGBxc2Njc2Njc0JicmJicnJiYnJiY1NDY3NjY3NjYzMzUjIiYnJiYnJiY1NDY3NjYzMhYD9xowjEd+yEZHSyYkI2ZBT34sLS9IQkK6cjorPxMPEA0MDSQYYRs+GxojASkjJF82b0N7Li83Hx4WPygzhE+OjlSALSEwDhAOKSwrh189cQUIlREWLSwsgFMxVyUlOxUWSDExfkxwmjM0QRYNChQPCx0THS0UFSobVBZEKCdUJz1KFxYZDRkMLiUlZkQ8YiUcKxAUE5gUFA0lFxY2HidEGhkeFQAAAQBZ/+0EqQQ6AB0AAEE1IRUzETMRIREUFhcWFjMyNjcnBgYjIiYnJiY1EQRM/A2EuQFuIB8eWjkvVy8pETEaFiUODhADoZmZ/F8Dof11VHIiIx4TIIIJEAgODjMsApUAAgCl/mAERgROABsANQAAQTU0JicmJiMiBgcGBhURMxEWFhcWFjMyNjc2NicVFAYHBgYjIiYnJiYnETQ2NzY2MzIWFxYWBEY5OTqvdVmcQERYuRYxGzBzQ2abNTQ2uSAiI21MM1QhIjQTNzQiVzRNaiEhHgH0FX7UTk1YOTs+xZX8HgIQFygPGhxORkW/hRVLhjMzOxcVFDkhASVaoDQhJkY7O5wAAAEAeP5ZBDAETgA/AABBIgYHBgYVFRQWFxYWFxYWFxYWBxQGBwYGBxc2Njc2Njc0JicmJicmJicmJjU1NDY3NjYzMhYXFhYVMzQmJyYmAmZ3tz8/QkNCQcSCNlIcGx0BIBcYNhZNLVolJC4BNDExilZciCwtKyMmJXVRR2ojIySvRTw9qAROWEpLw2wqaa9CQ1gTBxINDSUaKDwWFx8KexQ8KChjO0JXHBwhDA1FMTF7RCpGijg3RSYgIVgyXZIzMjUAAgBt/+wEhgQ6ABwANgAAQTUhIgYHBgYVFRQWFxYWMzI2NzY2NTU0JicmJicBNTQ2NzY2MzIWFxYWFRUUBgcGBiMiJicmJgSG/clysz4+QUE+PrRzcrQ+PUEjIhlCKP27JCUkcExNcSUkJCMlJXBMTXEkJSQDoZlSR0fDcBZ1yEpKVFZHR7hjF02JOSpIHv5wFkyJNDQ9PTQ0iUwWUJE3N0BANzeRAAEArf/rBDIEOgAcAABBNSEVIREUFhcWFjMyNjc2NjcnBgYjIiYnJiY1EwQy/HsBaCgnJm9IHjsdHTseKRtNLCE6FhYbAQOcnp79smWHKSokBggHGxaDERsLExNLQAJYAAEAnv/sBD8EOgAkAABBIxEUFhcWFjMyNjc2NjU0JicmJicjFhIXFAYHBgYjIiYnJiY1AVe5Pjs7q25+sjg4NBIQECkXwzRFAyIjJG5NPGMjIyYEOv2Xfbc7PDpgUVDTclKTQUFxMH3++4ZOmj0+TSUpKH5ZAAACAG7+IgR3BDoALgBBAABFETMRNjY3NjY1NCYnJiYjIgYHBgYVESYmJyYmNTY2NzY2NycGBgcGBhUUFhcWFiURNDY3NjYzMhYXFhYXFAYHBgYCDbl1pDQ0MDkyMoZOQF4eHx4/WBsbGQITFBM+LWU3Vx4oJy0yMp0BKgoLBxYOLkQXFhcCGx4eXg7+MAHPD2dMTLxlcMVJSFQpIiNZMP1MElM3NoBANGw1NGIphSdiOEmuYGa9S0xnjAK9FyMMCAlENjeKRj+BNzhSAAABAGH+KASABDoAJwAAQSMRJiYnJiY1ESMRFBYXFhYXETMRNjY3NjY1NAInIxYSFxQGBwYGBwK8uTVWHh8huTg2NptjuX2sNjUwLyDDJjECHR8gZkkEOvxUD0M4N5xnAej+GozXTExYDv41AckOaU9PxmukAQBfff8AhkSKOjtWEgAAAQBP/+wEiQQ6AFIAAEEjBgYHBgYVFBYXFhYzMjY3NjY3FhYXFhYzMjY3NjY3NjY1NCYnJiYnIxYSFxQGBwYGBwYGIyImJyYmJyYmNREjERQGBwYGBwYGIyImJyYmNTYSAXHCFyYNCwseIyNyUzlcIRMfDAweEyJbOjhZISgyDAkIDgwNJBXCLToCBAUGFxANIhUbLREQFwYEA7oEAwYYEREtGiIuDg8MAjoEOjeCTDqDSG/RUVFiLSsYPiUlPhgrLS4pMYlRNXM6T44+RHgzfv77hzVmLTZbIBkcGxsaTjQdQSUBK/7VJkQdNE0ZGhpHPDybVIcBBQACAJj/7ASZBcYANwBLAABBJwYGBxE0JicmJiMiBgcGBhUVFBYXFhYXFRQGBwYGJyImJyYmNREHERQWFxYWMzI2NzY2NTU2NgE1NDY3NjYzMhYXFhYVESYmJyYmBJkJIEQjLisrfk9KeiwsMkZAP7NuHx4fXjw+YiIiJLpBOzqmZmKfODg+J0j9rBUTEzciJzkSExNHcCYnKAJzlQgNAwFhWIowMDMvLS2BUQ9krkNEWhCmSXAlJicBKScmb0UBUAL+smeoOzxBPDo6qm2gBBAB8xEyRxcXFhoZG1I3/qoQQi4ucgABADYAAASkBbsALgAAQQMHJwMmJicmJiMiBgcXNjYzMhYXFhYXAREzEQE2Njc2NjMyFhc3JiYjIgYHBgYDObQYGLMaOR8gRicdNRsXBxYOEyMPDRYIASq4ASgGEAkRKRcPFgcWGzUcKEYfIDgE1/5pWFgBlz9YGxsXBxGVBQQLCwocEv13/cACRAKFDhcJEBAEBZURBxcbG1gAAgAu/+wElgQ6ACsAWQAAQTUhFTMGBhUUFhcWFhcWFjMyNjc2NjcWFhcWFjMyNjc2Njc2NjU0JicmJicDFAYHBgYHBgYjIiYnJiYnJiY1NSMVFAYHBgYHBgYjIiYnJiYnJiY1NjY3IRYWBJb7mGkhKQMECTUsH1M0OVoiEx8MDCIVIVk3TmshEBgHBwcKCgocEHADAwMIBQwnHRosERAXBgUEugUEBhMNETAdEBsKExUGAgICLyYB8yYvA6GZmWr7jB89HlKKLB8jLCsYPyYoQhkoKUs/IEspJ1QrRII8QHg3/g4iQh0XKRIpMRgZGEkwH0oq+/srSyApQRcfHxAOGFg2GDYbfP15ef0AAAEAKv/1BHwFsAAnAABBNSEVIREzETY2MzIWFxYWFxQGBwYGIxcyNjc2NjU0JicmJiMiBgcRBD377QFbuB48ID9fICclARYYGVE6AluPMTc4PDo6qWwfPR4FGJiY+ugCrwIEIiAmdks8YSIiJZEwLjOeaGqrOztABAIBxwABAIH/7ARrBcUANwAAQSMGBgcGBiMiJicmJjU1ITUhNTQ2NzY2MzIWFxYWFzMmJicmJiMiBgcGBhURFBYXFhYzMjY3NjYEa7kKKyUmbUtPdygpKQI7/cUpKSh3T0ttJSUsCrkKSD4/sHJ1u0FCRkZCQbt1crA/PkgBt01zJicnQzs7oV9YmEteoTs6QyooKHZLbq08PD9XTk7ag/7Hg9lOT1dDPT2pAAACAB4AAASdBbAALgA9AABBIQMUBgcGBgcGBgcGBiMjFTMyNjc2Njc2Njc2NjUTMxEhMjY3NjY1NCYnJiYjIxUzMhYXFhYVFAYHBgYjIwLr/cwDAwMDCgcHEQsNIhQWIDhZIhooDg0RBQQEAcUBFFSBKyssLCsrgVRbWys9ExMRERITPSxbBbD9VEV8Nj1oKSY7FBkaly4sImI8NHlFOH1DAhT66EQ8O6JeXqI8O0WYMikpaDY3aSkqMwACAIMAAASLBbAAGAAnAABzMxEzETMyNjc2NjU0JicmJiMjESMRIxEjATMyFhcWFhUUBgcGBiMjg7j66VuJLi0uLi0uiVsxuPq4AmoxM0UVFRMSFRZFMzECof1fQTk5m1pamDg3PgJp/YkCd/z/LCQkXjMzXyUlLQABAEMAAARoBbAAHQAAQTUhFSERMxE2NjMyFhcWFhURMxE0JicmJiMmBgcRBED8AwFauRo2HD1ZHh0cuTo2Np1jGjYcBRiYmProAr0DAxseHl9E/jcByWqYMTEuAQQEAcQAAAEAov6ZBCoFsAALAABTESERMxEhESMRIRGiAWy5AWO5/eoFsPpQ/pkBZwWw+ucFGQAAAgCiAAAETAWwABIAIQAAQTUhESEyNjc2NjU0JicmJiMhEREhMhYXFhYVFAYHBgYjIQQd/IUBxHS1Pj5BQT4+tXT+9gEKTnElJSMjJSVxTv72BRiY+lA/OTmgYGGcODc8Ab/9qiskJWM4OWcnJy4AAAIARv6ZBHgFsAAUACEAAEETIxEhAwYGBwYGBwYGByMTMxEhEQETIREhNjY3NjY3NjYEZhJ//XcgAgkHCBUNGUYuQRudAsH+TBYBH/5AGioQDxUHBAb+mwH8BRn9t0uEOUJxLlhxHv4CAWf+mwTMAbH7fy92Rj6RUC5kAAABAB0AAASuBbAAFQAAQRMzARMjAyMRIxEjAyMTATMTMxEzEQL7zuX+8ujYrT63Ra7X5v7z5s0+twKL/XUC2QLX/XMCjf1zAo39J/0pAov9dQKLAAABAFn/6wRwBcQAUgAAUxQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2NzQmJyYmIyIGBwYGFTM0Njc2NjMyFhcWFhUUBgcGBgcGBgcjFTMyFhcWFhcWFhUUBgcGBiMiJicmJjVZWkhIt19zxEhHUTAuIFMzJ0MbMjYBSkNEvXNjskNET7kxKSlwP1J6KSkpISESLxwgTS23tzNZJCY6FRUVMC0ugVFIeCsrMAGUb6E0NDE4NzafZ016Lh8wERErGS51Q2acNDQ0ODM0lV02XCIhJSgjI143NFcfEhsKCwsBmA0NDSkeHU0wPGQkJCgrJSVkOQABAKIAAAQqBbAACQAAQQETIxEzAQMzEQNx/ekBubkCFwG5BbD70AQw+lAEMfvPBbAAAAEALwAABCsFsAAeAABBIQMUBgcGBgcGBiMjFTMyNjc2Njc2Njc2NjUTIREzBCv86wQDAwUWERZELygzOV4mLEEVDxIFAgICAaW5BbD8+DFZKEt4Kzg5lx4dJG9MN4NKIUUkAnD66AAAAQAr/+sEtQWwABsAAHcWFjMyNjc2NjcBIwEHJwEjAQcGBgcGBiMiJidnGmlEU3cqKjsXAhfX/uBIR/7M0AHyKg0kGhpGLidaGg4LGCokJF80BMD9O7O/Arn7wlUcOBYWGxIHAAEApv6hBLQFsAALAABTESERMxMjESMRIRGmA1amEpO5/fcFsPpQ/qEB+wUU+ucFGQAAAQCrAAAEJwWwABkAAEEjEQYGIyImJyYmNREjERQWFxYWMzI2NxEzBCe5SJBTOVQbHBu5NzQ0mGFfiUO5BbD9RRgdHSMicVUByP44eao2NjEbGP2lAAABAH0AAARQBbAACwAAQSMRIREjESMRIxEjATa5A9O41bjVBbD6UAWw+ucFGfrnAAABAH3+oQSqBbAADwAAQSMRIREzEyMRIxEjESMRIwE2uQN2pRJauNW41QWw+lD+oQH3BRj65wUZ+ucAAgAyAAAEeQWwABIAIQAAUxUhESEyNjc2NjU0JicmJiMjEREzMhYXFhYVFAYHBgYjIzIBMQFJb6w7Oj09Ojusb5CQSWgiIR8fISJoSZAFsJj66EA6OZ9fYJw4Nz0CV/0SKyUlYzc4ZycnLwAAAwCQAAAESwWwABAAFAAjAABBESMRITI2NzY2NTQmJyYmIwERIxEBMzIWFxYWFRQGBwYGIyMBSbkBFV+RMjEyMjEykV8Cprn9t1w3TRkYFhYYGE43XANZAlf6UEA6OZ9fX504Nz38pwWw+lACwiwlJWI3OGYnKC8AAgCoAAAEUQWwABAAHwAAQREjESEyNjc2NjU0JicmJiMFITIWFxYWFRQGBwYGIyEBYbkBw3S1Pj5BQT4+tXT+9gEKTnElJSMjJSVxTv72A1kCV/pQPzk5oGBhnDg3PJcrJCVjODlnJycuAAEAcv/sBFMFxQA3AABBIxYWFxYWMzI2NzY2NRE0JicmJiMiBgcGBgczNjY3NjYzMhYXFhYVFSEVIRUUBgcGBiMiJicmJgEruQFDPz6wbnW+Q0NJSUNDvnVusD4/QwG5ASclJW1HT3oqKiz+HAHkLSoqek5HbSUlJwHRbrM/QEVUTUzWgwFMg9dNTFRMQkKyZUx9LCswQDk5n15dl1penjk5QDAsK3sAAAIAd//sBGoFxAAhADsAAEERNCYnJiYjIgYHBgYVFSMRIxEzETMVFBYXFhYzMjY3NjYDERQGBwYGIyImJyYmNRE0Njc2NjMyFhcWFgRqLi4uiVtWgissK3K5uXIsLCuCVlqJLi4uuRMVFUUyLj4TExAQExM+LStAFRwZAgMBqX/HRUVISEVFx3+YApz6UAJ9en/HREVISEVExwIq/lVfji8vLy8vL45fAatejS8vLyMiLpoAAAIAQQAABCYFsAATACIAAGEzESEiBgcGBhUUFhcWFhcBMwEhATQ2NzY2MzMRIyImJyYmA225/k51vUJDRzMyI146/qvFATEBNv3CKikpeVD5/054KCgpBbA4NTadZFKEMyM5Ff1uAl8Brz1jIyIl/eAqJiVmAAACAIH/7ARHBhEANQBPAABBIgYHBgYHNjY3NjY3NjY3NjY1IxQGBwYGBwYGBwYGBwYGFRUUFhcWFjMyNjc2NjU1NCYnJiYHMhYXFhYVFRQGBwYGIyImJyYmNTU0Njc2NgKGOGYtLU4gD0IwMHpGY20tMzmYJiEiWzVvtT8fMBESE0I+PrRycrM+PkE9OjqmjUxxJSUkJCUlb0xNcSQlJCQlJHAD/BkWFz8lXIMtLTUPFR4eInJdKTUREhcKFXNgL3BBRqVeY3HAR0dQUEdHwHEXabNCQUuYNy4vekQXTIkzND09NDOJTBdEei8uNwAAAwCkAAAEMAQ6ABsAKgA5AABzITI2NzY2NTQmJyYmJyc2Njc2NjU0JicmJiMhEyEyFhcWFhUUBgcGBiMhEREzMhYXFhYVFAYHBgYjpAHuX5k2NjocGxtLMggfNBQkJT86O6Rk/le6ATQ4Vh0cHRoZHVk7/szvPWEgIiMWFCBsSyYnJnNNLFAhIC8NAgweEyBVMU1wJCQk/aEWFRQ8JyY7FBcYAdoBNRITEzwpHzESHBoAAAEAtwAABCoEOgAFAABBNSERMxEEKvyNugOhmfvGA6EAAgA2/sIEmgQ6ABEAGwAAdyMTMxEhETMTIxEhAwYGBwYGATchESE2Njc2NpxmEqYC86cSi/1HEAcXExM7ATgJAU7+RhghCwsPl/4rAT7+wgHVA6P+anS8RERPAgfr/QgscENCmAAAAQARAAAErAQ6ABUAAEETMwEBIwMjESMRIwMjAQEzEzMRMxEC9dfg/tYBCNa+O7k7vdYBBv7X39c7uQHW/ioCMwIH/kABwP5AAcD9+f3NAdb+KgHWAAABAIf/7QRKBE0AUgAAUxQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2NTQmJyYmIyIGBwYGBzM0Njc2NjMyFhcWFhUUBgcGBgcGBiMjFTMyFhcWFhcWFhUUBgcGBiMiJicmJjWHSztGvGJkrEBASSMhHEsvIToWKCxCPDymZF+rQEFNAbkvKCdoOkFkIiEjGhkSLx0XOCDx8R86GRksEiQmKSUmakBBcCkpLgFAUXsoMS4qKil4TjRVIRspDg0hEyJUME51KCcoLCkqd0slPxcWGhoWFzwiIjYTDRQGBQWcBAUFDgoVQS4lQBgYGx8bGkUnAAABAKUAAAQnBDoACQAAQQERIxEzAREzEQNu/e+4uAIRuQQ6/OEDH/vGAx784gQ6AAABAKQAAASVBDoADAAAQQEzAQEjASMRIxEzEQINAZ3r/gwB0OH+baC5uQHN/jMCMQIJ/jYByvvGAc0AAQA3AAAEJgQ6ABsAAEEhAxQGBwYGBwYGIwcHMzI2NzY2NzY2NRMhETMEJvz/AgMDBRALFks5KQM2ao4qGiIIBQUBAY66BDr+MTJZJzFRHzk5AaVTTzGATC5nNwE2/F8AAQCJAAAEKQQ6AAwAAGUDIxEzERMzExEzESMCXOTvudqA1Lnn9QNF+8YCs/1NApv9ZQQ6AAEApQAABCcEOgALAABhESMRIREjETMRIREEJ7n98Lm5AhAEOv4rAdX7xgHO/jIAAAEApQAABCcEOgAHAABhESERMxEhEQQn/H65AhAEOvvGA6H8XwAAAQBoAAAEewQ6AAcAAEE1IRUhETMRBHv77QGpugOklpb8XAOkAAADAHr+YARSBgAAHwAtADsAAFMVFBYXFhYXETMRNjY3NjY1NTQmJyYmJxEjEQYGBwYGFzU0Njc2NjcRJiYnJiYlFRQGBwYGBxEWFhcWFno2NDOUXblelTQzNzY0NJVeuV2UMzQ2uRsbGlA1NlAaGxoCZhsbG1E2NlEbGxsCJxZot0dHXxD+awGUD19IR7dpFmi4SEdgEAG6/kYRX0dIuH4WQnszM0sS/OoSSjMze1kWRHwzM0oSAxgSSjMzfAAAAQCq/r8EkAQ6AAsAAFMRIREzEyMRIxEhEaoDLqYSgbr+DgQ6+8b+vwHYA6P8XQOjAAABAI0AAAQnBDoAHAAAYREjEQYGBwYGIyImJyYmNREjERQWFxYWMzI2NxEEJ7kePR8qWC5BZCAbHrk+OjmiZFWRRAQ6/ekHDAQGBiIkH1w+ATv+xWeZMjMyEhH+dQAAAQCBAAAETAQ6AAsAAEEjESERIxEjESMRIwE6uQPLudC50AQ6+8YEOvxdA6P8XQAAAQB2/r8EmAQ6AA8AAEEjESERMxMjESMRBxEjESMBL7kDa6USV7nQudAEOvvG/r8B2QOi/F4BA6P8XQAAAgA5AAAEdwQ6ABIAIQAAYSEyNjc2NjU0JicmJiMjESEVIRMzMhYXFhYVFAYHBgYjIwFlAYFgljMzNTUzM5ZgyP4bASy5yDlSGhoYGBoaUTrINS4tfEhIeiwsMgGamP5nIhobQyIjQhkaHgAAAwCQAAAEPwQ6ABAAFAAjAABBESMRITI2NzY2NTQmJyYmIwERIxEBMzIWFxYWFRQGBwYGIyMBSbkBHFiGLi0vLy0uh1cCk7n9w2MvQhUUExMUFUIvYwKgAZr7xjUuLnxHR3otLDL9YAQ6+8YCCSIbG0MhI0EZGh8AAgClAAAEQAQ6ABAAHwAAQREjESEyNjc2NjU0JicmJiMFITIWFxYWFRQGBwYGIyEBXrkCBGGYNDQ2NzQ0l2H+tQFLOlMbGxoZGxtUOv61AqABmvvGNC4tfUhJeiwsMZchGhtDIyRCGRkeAAEAgf/sBDoETgA1AABBMhYXFhYXIRUhBgYHBgYjIiYnJiY1IxQWFxYWMzI2NzY2NTU0JicmJiMiBgcGBhUzNDY3NjYCPFF0JiYqBv5VAa0FJyYndlQ4YSQkKrBDOzuiYH+/QEBAQD9AwH9WoD0+SrAuJiVgA7Y2LS10P5hBfDAxOyYhIFgyU480NTxXS0rEbCpsxEpKWDsyMoRJLk0dHCAAAAIAcf/sBIEETgAfADkAAEERIxEzETMWFhcWFjMyNjc2NjU1NCYnJiYjIgYHBgYHFzU0Njc2NjMyFhcWFhUVFAYHBgYjIiYnJiYBKrm5gQYxLS2DV12JLSwsLC0til1VgC0tMge4EBQURDQ1RRUUEREUFEU0NUQUFRACbwHL+8YB12i0QkJLVkpKyXIWcslLS1ZJQEGvZl4WTpA4N0JCNziQThZOkTc3QkI3N5EAAAIATwAABCEEOgAQAB8AAEEhIgYHBgYVFBYXATMBIREzATQ2NzY2MyERISImJyYmBCH+BGCaNTU5cGj+78gBAQFQuf0hHBwcVjkBQ/6mNUwZGhgEOjIrLHlIap8m/j8Bpf5bAu4jQRoZH/6ZHhkYQAAB/+n+SwQlBgAAOQAAQTUhNSMVIxUzETMRNjY3NjYzNhYXFhYVERQGBwYGIyImJwcWFjMyNjc2NjUDNCYnJiYjBgYHBgYHEQJm/vm5vb25Fz4kI1ArPV0fHh4WFREwHRBCEw8eNiBMeCkqLAE1MTGLVTtpLCU/GgS5l7Cwl/tHAxIlPBUTFgEiIyBhQfz8M04aFBUHBpQKBywrLIRVAwJtnzQ0MQEeGxc+JgEgAAABAI//7AQzBE4ANQAAZSImJyYmJyE1ITY2NzY2MzIWFxYWFzM0JicmJiMiBgcGBhUVFBYXFhYzMjY3NjY3IwYGBwYGAntObyQkJgUBmv5mBSYlJG5OOGEjIykBr0I6O6Fge7g9Pj4+Pj24e1aePT1JAa8BLSUlX4I4Ly55QJg/eS8uOSYhIVcxUpA1ND1YSkvEaypsw0pLWDsyMYNILU0cHSAAAAIAJgAABLAEOgAoADcAAEEhERQGFQYGBwYGIwcHMzI2NzY2NzY2NREzETMyNjc2NjU0JicmJiMjExQGBwYGIyMRMzIWFxYWAwj9zAECDgwQNikeBC1aeCUdIAQBAcL7V4YtLS8vLS2GV0LtEhQVQS9CQi9BFRQSBDr+MRkwFk58Ljs9AZtUUEGxbhg0GwE2/F81Li17R0h5LSwy/rYiRBsbIwFxHxkZQAAAAgCCAAAEkgQ6ABgAJwAAQREjETMRMxEhMjY3NjY1NCYnJiYjIxEjERczMhYXFhYVFAYHBgYjIwE7ubn5AQxSfysqLCwqK39SU7m5Uyo6EhIQEBISOipTAqEBmfvGAgr99jUuLXtHR3ktLDIBnf5nmx8ZGUAhIkQbGyMAAAEAHAAABCsGAAAnAABBNSE1IxUjFTMRMxE2Njc2NjM2FhcWFhURMxE0JicmJiMGBgcGBgcRApn+zbmRkbkYQichTCk7XB8fILk1MTGLVTxsLiM8GQS+l6url/tCAxInPhUSEwEgISBkQv1VAqltnzQ0MQEfHhY8JQElAAABAKX+nAQnBDoACwAAQSMRIREzESERIxEhAV65AWe5AWK5/fAEOvvG/pwBZAQ6/F0AAAEAa//sBH8FsAA4AABBIwMUBgcGBiMiJicmJjURIwMUBgcGBiMiJicmJjUDIwMUFhcWFjMyNjc2NjcWFhcWFjMyNjc2NjUEfrgBEBAOJxkZKhAXGL8BGRcPKhgXJw0SEgG4ASsnJ21DKkseGCgODCAUIFIwQm0nJysFsPuOLkkYFhcSEBhONARy+440TxgQERUTGEsxBHL7jlJ+KyssFxYTMyAcLRIcHCwrK35SAAEAX//rBHoEOwA4AABBIxEUBgcGBiMiJicmJjUDIxEUBgcGBiMiJicmJjURIwMUFhcWFjMyNjc2NjcWFhcWFjMyNjc2NjUEerkPDg8qGxoqEBcYAb8WExEuGxkoDhERuQEsJyduQylHHRosDw0kFR9QL0JuKCcrBDv9AStFFxkaEhEXTTMC//0BMEkYFBUWFRhILwL//QFSfiorLBQUEzUjHTARGxosKyp+UgACABwAAAQ8BhgAGAAnAABBNSERIxEjFTMRITI2NzY2NTQmJyYmIyERESEyFhcWFhUUBgcGBiMhAtf+vrnAwAHMYZY0MzY2MzSWYf7tARM6UhsaGRkaG1I6/u0ENJgBTP60mPvMNC4ufEhIei0sMQGU/dUhGhtEIiRBGRoeAAABAH3/7QSUBcUAVAAAQREjETMRMxUUFhcWFhcWFjMyNjc2Njc2NjcjBgYHBgYHBgYjIiYnJiYnJiY1NSE1ITU0Njc2Njc2NjMyFhcWFhcWFhczJiYnJiYjIgYHBgYHBgYVFQE1uLiWDg0PMCAufUw1WiQuQhYMDwSnAwkGCiIVEi8dIzkUFB0ICAcBGv7mBwcKIBgUNCAjNhMQGQkHCQOnBzEqK3pRPWkqLkcTDA0DQAJw+lACqZtDeDM8YiU1OxsaH2U/JVMsHzgZKDwTDxAgGxxLLydeNZuXZTRbJzVRHRcZGBcUMiAaPCJgnDc2OyUkJnxRMnRAYwAAAQCb/+wEiQROAEkAAEE1ITY2NzY2NzY2MzIWFxYWFTM0JicmJiMiBgcGBgcGBgcjESMRMxEzFRYWFxYWFxYWMzI2NzY2NSMGBgcGBiMiJicmJicmJic1A8f+1QEHBwojGRMvHCEzEhITry0pKXRHPGUoMUQUDA0Bj7m5jwENCxZSOiRZNEBzKyoyrwEVEhMyHhstEhokDAYIAQHQlyVJIi9PGRMVIRwcSihKgTAwOCQgKXRIK2AzAdP7xgHQAjFcKlCCJhkaNS0tdUAkPxgYGxIRGlIyIEckAgACACcAAASyBbAACwAQAABBEzMBIwEzEzMRMxElEzcXEwNlkL3+D6D+Br2TlLn+6LkLCrYBuP5IBbD6UAG4/kgBuKECLB8g/dUAAAIAVwAABIEEOgALABAAAEETMwEjATMTMxEzESUTNxcTA0p5vv45n/48vXaHuf79iRkYiwEp/tcEOvvGASn+1wEpmAFXUlL+qQAAAgBxAAAEvAWwABMAGAAAQRMzASMDIxEjETMRMwMzEzMRMxEnEzcXEwOhX7z+rp/Q0bm5qHW9aEWUtmsIB2EB1P4sBbD8xQM7+lAB1P4sAdT+LAHUoQHgJCT+IAACAHAAAAS9BDoAEwAYAABBEzMBIwMjESMRMxEzAzMTMxEzEScTNxcTA6tVvf6tn9XNubmXY71dT525ZggIXQEl/tsEOv2MAnT7xgEl/tsBJf7bASWhAUEbG/6/AAIAVQAABIUFsAAnACwAAHMzETQ2NzY2MzMRMxEzMhYXFhYVETMRNCYnJiYnIwEhASMiBgcGBhUBAwcnA1a5FRYVQy5TuU0uQxYWFrkwLi+GVgEBNvwhAVEDVocuLzEC58oCAuABqz1SGRkW/X4CghYZGVI9/lUBq2KKLSwpAQKW/WopLC2LYgNt/ikDAwHXAAIAaQAABFkEOgApAC8AAHMzNTQ2NzY2MzMXETMRNzMyFhcWFhUXMzU0JicmJicjASEBIwYGBwYGFQEDByMnA2m5FBQUPSo9BboIMyo9FBQUAbkqKChyRwMBHPxQARsDSXcpKisCsq4EBQSv20NZGxsXCf5FAbsJFxsbWUPb22GMLy4wBQHg/iEDLy4uj2MCx/7BBwcBPwAAAgBQAAAEhwWwAC0AMgAAYTMRNDY3NjY3MxEzETMyFhcWFhUTMxE0JicmJiMjEyETIREjETMRMwYGBwYGFQEDBycDAYOZCwsNKR40mSocKQ4PDgGZISImYS0B6/0X6/5/q6ubBQcCAwMCBX8CAn8B9CMzEBMSAf2AAoANDxA4KP4MAfRNbSImIgKY/WgCmPpQAoAOHRASKRYDJP5sBwcBlAAAAgBRAAAEhgQ6AC8ANAAAczMRMwYGBwYGFRMzETQ2NzY2MzMXETMRNzMyFhcWFhUTMxE0JicmJicjEyETIREjBQMHJwNRq5wECAIEAwGZDAwOKx4mCJoHHSAsDg0NAZkiIRtOMAPT/SLS/o6rAzZ7AQF7AbsNHQ8TKRf+0QEvIzMRExIF/koBtwQPERA2Jv7RAS9MbiMeIQUB6v4ZAeeP/sMCAgE9AAIAyv5GBCQHdABcAGUAAEEjFTMyFhcWFhUUBgcGBgcGBiMjIgYHBgYVFhYXFhYXNyYmJyYmNTQ2NzY2MzMyNjc2Njc2NjU0JicmJic2Njc2NjU0JicmJicmJiMhFSEyFhcWFhUUBgcGBgcGBgMnIxUXMzc1IwIcjY1PfCsrLQ8PDicYJV83Lkt6KywwAS8mJV0vShc3GRkhDxASOyk1V5g8ITgWIiQwLSFaNjlcICAjIR8eVTU1fUT+zgEySG0lJSUODhFBLCBPD5ed+3L+oAM3lyEhIWZFI0AcGiwSGh0eHx9gQzxkKCg7FHwKHxYWPSgYKA8QEigmFTYfMXlHTHotIjIRFkAoKF41PmssKkUWFxiYJCAgVzIjPBohMhALDAOkmBX1+BIAAgDe/kYECQYeAGIAawAAQSMVMzIWFxYWFxYWFRQGBwYGBwYGIyMiBgcGBhUWFhcWFhc3JiYnJiY1NDY3NjYzMzI2NzY2NzY2NTQmJyYmJzY2NzY2NTQmJyYmJyYmIyEVITIWFxYWFxYWFRQGBwYGBwYGAycjFRczNzUjAiyNjSlJHiU3EhMTDAwTPigYNh0pS3srLDABMCYlXS5LFzcZGSEOEBI7KjAwWyhFbiAXGCMhG0wuJ0AYISMbGyJuSCZUK/7UASwjPxopOA4HBx8hDycXG0ANl537cv6gAmmXCAcJGhQSMR0VJxEbKAsGBx4fH2BDPGQoKDsUfAofFhY9KBgnDxESDAwTSDEhUC4xUR8aKA4PJxcfTSsvUSEsRBEJCpkICA0oGwwdDyU8FAoPBQcGAx2YFfX4EgADAGP/7ARaBcQAJQA6AE8AAEE1JiYnJiYnJiYjIgYHBgYHBgYHFRYWFxYWFxYWMzI2NzY2NzY2JTU2Njc2Njc2NjMyFhcWFhcWFhcdAgYGBwYGBwYGIyImJyYmJyYmJzUEWgEZGhtRODiSWlqRODhRGhsZAQEaGxpSODiRWlqRODhRGhoZ/MABDQ8OMCQkYkBBYiQkMA8ODAEBCw4PLyMkY0FBYiQkMA8PDQEChKZOoEpKgTAwNzcwMYFKSp9Opk6eSkqBMDA3NzAwgEpKn+sLM3E4N2UnJi4tJidlNzhxNAuYBTRyNzhlJicuLicmZjg3cjMFAAADAF3/7AQ1BE4AGQAmADMAAFMVFBYXFhYzMjY3NjY1NTQmJyYmIyIGBwYGATIWFxYWFyE2Njc2NhMiJicmJichBgYHBgZdREA/t3NytkA/REQ/QLdzcrY/QEQB60RrJiYtCP2hBy4mJmpGRmsmJywHAmAHLCYmawInFnXISkpUVEpKyHUWdclKSlVVSkrJARo0LS15RER5LS00/Mw1Li57RkZ7Li41AAABABoAAAThBcMAFgAAQQEjATMBNjY3NjYzMzcnIgYHBgYHAQcCR/6k0QH6qgGDDhwSESobDQEuOFgjIzgY/v4iAXYEOvpQBIcmNxIREKsBIiQkbk3814EAAQBRAAAEYARNABoAAGEzATY2NzY2MzIWFzcmJiMiBgcGBgcDBycBIwHrjQE9CBkQDh0PDhcGFRo0HCA9GydCGbAZGP70vgNMFiUNCgsFA5QRBxITHGVM/eFlZQL+AAMARf5RBLoFxAAZADMATwAAQRE0JicmJiMiBgcGBhURFBYXFhYzMjY3NjYDERQGBwYGIyImJyYmNRE0Njc2NjMyFhcWFhMWFjMyNjc2NjcTIwMHJwMjEwcGBgcGBiMiJicCiicmJ3BJRWkjJCMjJCNpRUlxJiYnuQwNDiwhICsNDQwMDQ0rICAtDg0MsRA4FDlQHBsiCfGkYgcESaSfGAURDQ4pHQwuDAHnAeFzvENCSEhCQ7xz/h9zu0JDSEhDQrsCe/3TSHQoKSwsKSh0SAItSHMpKCsrKClz+ioFCzUoJ1wnBOL9xS8vAjv7xV4VPh0dKQQCAAMAN/5RBLsETgAZADMATwAAUxUUFhcWFjMyNjc2NjU1NCYnJiYjIgYHBgYXNTQ2NzY2MzIWFxYWFRUUBgcGBiMiJicmJgEWFjMyNjc2NjcTIwMHJwMjEwcGBgcGBiMiJic3JCYmeVZVeScmJCQmJ3pWVXgmJyO5CA4NNSwtNg4OCAgNDjUtLTUODggBkw46FDlQHBsjCPGkTh4NPaSfGAURDQ4pHQwuDAIoF3XJSUpUVEpJyXUXdclKSlRUSkrJjBdOkDc3QkI3N5BOF1CQNzdBQTc3kPygBAw1KCdcJwTi/jexswHH+8VeFT4dHSkEAgAABABq/3MEYQY1AAMABwAtAFMAAEERIxETESMRATUmJicmJicmJiMiBgcGBgcGBgcVFhYXFhYXFhYzMjY3NjY3NjYnFQYGBwYGBwYGIyImJyYmJyYmJzU2Njc2Njc2NjMyFhcWFhcWFgLCubm5AlgBGRobUTg4klpakTg4URobGQEBGhsaUjg4kVpakTg4URoaGbYBCw4PLyMkY0FBYiQkMA8PDQEBDQ8OMCQkYkBBYiQkMA8ODASzAYL+fvrAAYv+dQMRpk6gSkqBMDA3NzAxgUpKn06mTp5KSoEwMDc3MDCASkqf9qg0cjc4ZSYnLi4nJmY4N3IzqDNxODdlJyYuLSYnZTc4cQAABAB6/2EEUgTLAAMABwAhADsAAEERIxETESMRARUUFhcWFjMyNjc2NjU1NCYnJiYjIgYHBgYXNTQ2NzY2MzIWFxYWFRUUBgcGBiMiJicmJgLEurq6/nBEQD+3c3K2QD9ERD9At3Nytj9ARLkmJyZyTU1zJyYnJiYnc0xNdCYnJgNGAYX+e/wbAZf+aQLGFnXISkpUVEpKyHUWdclKSlVVSkrJixZPkTc3QUE3N5FPFlCRNzdAQDc3kQAAAwBN/+sEgwdRAGIAhgCTAABBFTIWFxYWFxYWFxEGBgcGBiMiJicmJicmJjURIxEUBgcGBgcGBiMiJicmJjURNDY3NjY3NjY3NSIGBwYGBwYGFREUFhcWFjMyNjc2NjcWFhcWFjMyNjc2NjURNCYnJiYnJiYTIyImJyYmJyYmIyIGBwYGFRUzNzY2NzY2MzIWFxYWFxYWMzMFFzY2NzY2NTUjFRQGAyIfMxUOGAgJCQEBFxURKxobLREMEgUDA7oDBAYVDxApGB0uERIUBQYHGhIUNh9Pgi4VIQwQEC4qKXRHL1IgEiAMCx4SIFMxRnUqKS4PDgwjFi+CbSgtTSIiPh4fPyI5Wh4aHH8BAQsJDSseFCgVFCsXMHRJKv4gTBkvEhIWiyIFr5cVFA4nGBo/JP0rN1QaFBUVFA8qGg8gEQH8/gQTIw8cLA8PERkYGlAzAtUcMhYgMxIUFQGXMzIWNh8nXTb9K1eFLS0vHRwRKhoZKhAdHi8tLYVXAtUzWSUiOhgyMwEkEw4OIQ4NEx4eG080JBIYJQ0TEAsJCRYLGCjxOA0tGxo7HWZgJkcAAAMAZ//rBHwF3gBWAHoAhwAAQRUyFhcWFhURFAYHBgYjIiYnJiYnJiY1ESMRFAYHBgYHBgYjIiYnJiY1ETQ2NzY2MzUiBgcGBhURFBYXFhYzMjY3NjY3FhYXFhYzMjY3NjY1ETQmJyYmJTM3NjY3NjYzMhYXFhYXFhYzMzUjIiYnJiYnJiYjIgYHBgYVExc2Njc2NjU1IxUUBgMtGy8SHB4SEA8oGRgpEA8VBgMEugQDBhkSDyYWGCcOERMdGxMuHEt7LCwxKygnbkMqSh8XJw8LGg8hVjRDbignKzEsLXv9yn8BAQ4MDigbJ1ExFS0ZIEkqKygnRR8WKhQwWzQ6Wx4aG8lMGS8SEhaLIgRNlxQTHWVH/oY0TxoWFxAQDigaECQUAQ3+8xIhDx8uDw0NFRQaUTYBekdkHRQUlzIxMpJg/oZXhCwtLRYVEjAfFiYQICAtLSyEVwF6YJIyMTKTEhonDRAPJxcKFQgLDn8ODAgUChcnHh8bTjP+6jgNLRsaOx1mYCZHAAIAcf/sBIUHBAAHAEYAAEEVIRUzNSEnEyMDFAYHBgYjIiYnJiYnJiY1ESMDFAYHBgYHBgYjIiYnJiY1AyMDFBYXFhYzMjY3NjY3FhYXFhYzMjY3NjY1ARsBDKgBHQGZuAEREA4nGB0uEQsRBAMDvwEDBAUUDhAqGRwrDwwNAbgBKycnbUMuUB8VIg0MHhMgUzJCbScnKwcEbH19bP6s+44vShgVFhcWDygYDyARBHL7jhMjDxsqDxESHRwYQikEcvuOUn4rKywbGxEvHRssER0eLCsrflIAAAIAX//rBHoFsAAHAEAAAEEVIRUzNSEnEyMRFAYHBgYjIiYnJiY1AyMRFAYHBgYjIiYnJiY1ESMDFBYXFhYzMjY3NjY3FhYXFhYzMjY3NjY1AQQBD6gBIAGguRcWDSMUL0AMBAQBvwQEDUAuGioODxC5ASwnJ25DNlohDxgKCxwQIVg0Qm4oJysFsGx/f2z+i/0BNk8XDw87NhAlFAL//QEVJRE1OhgYF0YtAv/9AVJ+KissJCQPJhYYKRAhISwrKn5SAAABAJf+ggRlBcUAKgAAQREjIiYnJiY1NTQ2NzY2MzIWFxYWFzM0JicmJiMiBgcGBhUVFBYXFhYXEQMqbViILi8wKSgodUtHbCUkJgG5Qz0+sG5yuEFBRkI+Pa9u/oICAE1CQaxf+V6rQUBNMCssfEtus0BARWFUVeSD93nVUlNrDv6RAAABAL/+ggQ7BE4ALQAAQREjIiYnJiY1NTQ2NzY2MzIWFxYWFTM0JicmJiMiBgcGBgcGBhUVFBYXFhYXEQL9Zk1sIyMgISMjbEw0WiEgJq8/ODiaW0Z6MjZTHCAhMzExkV/+ggIARTg3i0cqRYs4N0UmISFYMVOPNTU9Ix8hXzk/lE4qYrNISGEQ/pAAAAEAdgAABJIFPgATAABBEwU3JRMjAyUHBQMlBwUDMxMFNwJa0AEgSP7b56W8/t1GASLN/ttEASHhqLYBI0QBvgFtqnqrAZj+tat9q/6Tq3ur/nIBQap7AAABANEEpgORBfwABwAAQSE1JxchBxcBdwIapQH95QGmBSPYAWzpAQAAAQD8BRcD8AYVACMAAEEjFTMyNjc2Njc2NjMyFhcWFhUVMzU0JicmJiMiBgcGBgcGBgEmKiw9aC0kQx4iPh8bLQ8NDoAcGx9dOyhIIyRIJyhaBZZ+FRANHQ0OEw8PDScaEiQzThsfHxMODiEODhMAAAEBwwUWArIGVwAFAABBFzcnNyMBw6FOPAG0BdzGQXSMAAABAjwFFgMqBlcABQAAQTc1IxUHAoiitDoFFsZ7jHQAAAj+q/7EBkcFrwATACcAOwBPAGMAdwCLAJ8AAEEzNDYzMhYVMzQmJyYmIyIGBwYGATM0NjMyFhUzNCYnJiYjIgYHBgYTMzQ2MzIWFTM0JicmJiMiBgcGBgMzNDYzMhYVMzQmJyYmIyIGBwYGATM0NjMyFhUzNCYnJiYjIgYHBgYBMzQ2MzIWFTM0JicmJiMiBgcGBgMzNDYzMhYVMzQmJyYmIyIGBwYGEzM0NjMyFhUzNCYnJiYjIgYHBgYBmHEqNzYtcB4bHE4wME4bHB0CT3IrNTYtcR4cHE4wME4bGx67cSw1Ni1wHhscTjAwThsbHsVxLDU2LXAeGxxOMDBOGxse/cBxLDU2LXAeGxxOMDBOGxwd/b5yKjc2LXAeGxxOMDBOGxwesHEtNDYtcB4bHE4wME0bHB6mciw0Ni1xHhwcTjAwTRscHgTzJz49KClFGRkcHBkZRf7CJz49KClFGRkcHBkZRf3gJz49KClFGRkcHBkZRf3QJz49KClFGRkcHBkZRf67Jz49KCpFGRgcHBgZRQTwJz49KClFGRkcHBkZRf3gKD09KClFGRkcHBkZRf3QKD09KClFGRkcHBkZRQAI/rT+YwX0BcYABAAJAA4AEwAYAB0AIgAnAABFIwMzEwMzEyMDARUFNSUFNSUVBQEXJScFAScFFyUDNwMHEwEHEzcDAreJRmB6zohGYHoCsgFa/rP7Z/6mAU0DqWEBJkT+v/1SYf7aRQFAimLGQZQD02HFQpU8/p8BUwSwAWD+rv4Di0difNKLR2J8AkVjyESZ/BtjyEWZA1hiAStF/rr9Q2P+1UcBRQADAL8AAAR5BbAAAwAUACMAAEEBBwElITY2NzY2NTQmJyYmJyERMxERIRYWFxYWFRQGBwYGBwQx/pSDAWv9ywEfYq9CQk1NQkKvYv4ouQEfQG0oJy0tKChsQAHTAexG/hS7ATo3N6FpaaI3NzoC+lAC4AI4ASglJWpCQmckJCcBAAMArf5gBD8ETgADACEAOwAAZQEHARM1NCYnJiYjIgYHBgYHJyMRMxEWFhcWFjMyNjc2NicVFAYHBgYjIiYnJiYnETY2NzY2MzIWFxYWBDb+lnEBa3k4NjagaDxoKh0zFgmpuRQvGixpPmafNjY4uR0eJXRULEgeIDMTEzIfHkkrTnAlJCMCAXZe/osCbBV5y0lJUhkZESwbdvomAggXJQ8YGVRKSsmJFUiGND9NExETOCICCSI4ExIVQDY3jwABALYAAARHBv8ABwAAQREjESERMxEER7n9KLoFGAHn/rH6UAUYAAEAtgAABDEFdwAHAABBESMRIREzEQQxuv0/ugOhAdb+w/vGA6EAAQC5/uAEfwWwACEAAEE1IREzETMyFhcWFhcUBgcGBiMXMjY3NjY1NCYnJiYjIxEENPyFurhgkzI6OwEeIiJvUQJzsTw8PVBMTd2OuAUYmPpQAqAwLTWjalqTNDQ5k0lFRcuDhtZLSlAB1gAAAQC4/uQEUgQ6ACEAAEE1IREzETMyFhcWFhUUBgcGBgcXNjY3NjY1NCYnJiYjIxEEK/yNutpHeS0tMxweHmBEMGeULy8sT0VGvW/aA6GZ+8YB5CknKHZMOGAnKDsSkhNnQkKOOnGxPTxBARsAAQCuAAAExAWwABQAAEEjASMRIxEjESMRMxEzFTM1MwEzAQSY2P7XNpVlublllTYBRuf+hQWw/XsBAf7/AoX6UAKU9fX9bAMBAAABAKMAAAR+BDoAFAAAQSMBIzUjFSMRIxEzETMVMzUzATMBBFnf/v0slFq6ulqUMwEW6v6JBDr+NtXVAcr7xgHNwsL+MwI4AAABAC0AAASmBbAADgAAQQEzAQEjASMRIRUhETMRApUBL+L+kwFF0/7iYv4CAUa4ApP9bQLvAsH9egKGmProApMAAQA4AAAEsQQ6AA4AAEEBMwEBIwMjESEVIREzEQK8AQvq/pQBSeD5f/4CAUW5Ac3+MwI4AgL+NgHKmfxfAc0AAAEAcgAABJoFsAANAABBESMRMxEhETMRITUhEQErubkBc7gBRP4EAx8CkfpQAof9eQUYmP1vAAEAbgAABJwEOgANAABBESMRMxEhETMRITUhEQEnubkBfLkBQP4HAmUB1fvGAc7+MgOhmf4rAAEAbf7fBJoFsAAvAABBESERMxEhETMRMxYWFxYWFxYWFxQGBwYGBwYGIxcyNjc2Njc2NjU0JicmJicmJicC4f2MuAEDuQMmRhshMA4LCwEICQwmHhQ1IAI2Xic9VBYQDxgYGUoyMXxFA0ECb/pQBRj66AKeARgWGlU3K2U5OWkrNk8YEhKTFxgleVQ2gUlUlT5BaCQlJwEAAQB0/uUEfAQ6ACMAAHMzETMRMxEzMhYXFhYXFAYHBgYHFzY2NzY2NzQmJyYmIyMRIXS557kINlcfHyIBFBcYTTkwVXsqLSkCPjg4nF0I/acDofxfAeMrKCh1STZgJyg8EpISXjxFlz1tsD4+QgG1AAIAaP/iBFAFxQBNAGcAAEU1IiYnNjY3NjY3ETQmJyYmIyIGBwYGFREUFhcWFhcGBiMiJicmJicmJjURNDY3NjY3NjYzJyIGBwYGBwYGFREUFhcWFhcWFjMyNjcWFgERNDY3NjYzMhYXFhYVERQGBwYGByYmJyYmBFAsTiMaLBEcHgErKChzSEhzKCgrGxoYRCsQIBEuTyEmOxMQEQcICyEXDyMUATJWJC5EFA8PGBceYkE1f0g8bTA/kv6UDxAQLiAfLxAPDxMTDSMVHzISFRYenQ0MIUwpRqFYAWhotENCTE5DQ7Rl/q1RlEA7ZysEBB4cIWE8NHhBARk3ZSw6XR0RFJ4mIiqEUDh/RP7pTpJBVI0vJisdGx8hAp0BWEN4Li02My0tekX+lUWANyRBGx9MLDV9AAACAFz/6wSLBE8ATQBtAABFNSImJzY2NzY2NTU0JicmJicmJiMiBgcGBgcGBhUVFBYXFhYXBgYjIiYnJiY1NTQ2NzY2MzUiBgcGBgcGBhUVFBYXFhYXFhYzMjY3FhYBNTQ2NzY2NzY2MzIWFxYWFxYWFRUGBgcGBgcmJicmJgSLMFgoFiUPGhwRERM3JiNXMjJdHSUxEhQVJiQXPSUWLRhIcicnKhYVFT4oP20qHzIRFBQhHh1VMzeFTEqDOUWe/mkICAgbFAweEhQhDRMcCAYGARIRDSMWJjsTFRUMnQsKGzsgO4ZJaTptMDZYHR4gHxohQyswdD9oTo49KEgfBgZDOzqeWzxCcysqMZ4vKh9QLTN0PzpUmkE/aCUoKyMgHB0CRWwoSR8hNRALCxAPE0MnHkMjbDZjKyA5GBxFKSlhAAEAOf6hBLYFsAAPAABBESERMxMjESMRIREzNSEVAUYCuaUSkbn+k+79TAUY+uj+oQH7BRT65wSBl5cAAAEANP6/BIsEOgAPAABBESERMxMjESMRIREzNSEVARwCt6YSgLn+g+T9ewOj/F3+vwHYA6P8XQMMl5cAAAIAqwAABCcFsAADACMAAEERIxEBIxEGBgcGBiMiJicmJjURIxEUFhcWFjMyNjc2NjcRMwKmlQIWuSBBISdULjlUGxwbuTc0NJhhMFEkI0IhuQE1Arz9RAR7/UULEgcICR0jInFVAcj+OHmqNjYxBwcHEgz9pQACAJIAAAQsBDoAAwAgAABlESMRBREjEQYGBwYGIyImJyYmNREjERQWFxYWMzI2NxECr5YCE7kaNRstYDNAYSAeH7k+OjmiZFWRRNMCNv3K0wQ6/ekGCwQHByAiH15AATv+xWeZMjMyEhH+dQABAOMAAARfBbAAGQAAczMRNjYzMhYXFhYVETMTNCYnJiYjIgYHESPjuUeQUzlUHBsbuQE3NDWYYWGIQbkCuhgdHSIjcVX+OQHHeao2NjEcGAJdAAACACb/6gSJBcMAOQBOAABTFBYXFhYXFRQWFxYWMzI2NycGBgcGBiMiJicmJjU1ITU0JicmJicmJiMiBgcGBgcGBhUVJiYnJiYnBTU0Njc2Njc2NjMyFhcWFhcWFhUVJiEhIGFBQ0FBv3xvpCQvFjUgIU0vWHwnKCQCphAQFUUxLnlJP3QxMlAdHyIXJQ0TEgEBKBcVECsbHUQoKUAYHicMCAgEOUt+LzA/DJCA105PWEIiiA4eDQ0QRjw7n1qIvFOQPEtyJiMkJyQkaUFFqWMFCiAVH1Uy9xBblzkpQBYXGBcVGlAyJ1owcAACACb/7ASFBE4ALAA6AABFMjY3JwYGIyImJyYmJzUhNTQmJyYmIyIGBwYGByYmJyMUFhcWFhcVFBYXFhYTMhYXFhYVFSE2Njc2NgL+ibAwSjCLZEVpJCQmAwKmMzQ0n2tQkTo6UA87NgGUGxsgZEVCPT2vUD1ZHR0c/hkJLCAgVBRVMnwuPzoyMoZJAnhpskFASUA6O6NhFWtNQm4rMUAMAXXGSElRA8ouJidkNhhAbikoLgABAMj+2gSMBbAAJgAAQQEjASMRIxEzETMyFhcWFhcUBgcGBgcGBiMXMjY3NjY1NCYnJiYnAskBuNf+ZY65ueBdiy4tLgEMDQ4xIx9RMwJzrzs7PTw5OahqAzUCe/2MAnT6UAKaODU1mmM6ZysxShoWGJJJRkXKg3fFSUldDwABALT+/gQ8BDoAIgAAQQEjASMRIxEzETMyFhcWFhUUBgcGBgcXNjY3NjY1NCYnJiYCrwGN4P6Id7m5x0d3LCsyGRwcVz8xYYssLCo5MzOPAmQB1v42Acr7xgHNICIjbUwzWyQlOBCSEmI/Pog4YJY3NkQAAAEAtv5LBBkFsAAdAABBIxEzESERFAYjIiYnJiYnBxYWMzI2NzY2NREjESEBb7m5AfFDQQYaDg8bCA4dNB1MdikoKrn+DwWw+lAChf0iV20CAgEFA5MKCC8tLYFSBgn9bAAAAQCz/ksEFgQ6AB0AAEEjETMRIREUBiMiJicmJicHFhYzMjY3NjY1ESMRIQFsubkB8UdCBxoODxwIDh01Hkx4KSksuf4PBDr7xgHO/dlaagICAQUDkwoILy0sgVMEk/4rAAACAFr/6wRXBcQANABIAABBIgYHBgYHFzY2NzY2MzIWFxYWFxYWFRUhFRQWFxYWFxYWMxY2NzY2NzY2NTU0JicmJicmJgMiJicmJicmJjU1IQYGBwYGBwYGAj5IcissOxEvGT0lJVk1NlskLUAUFhT8vBESGmJDN4tTRoE3Rm0jGBoeHiFiQDqOPzxeJCg6DQkIAosBEhIVQi0iUgXEFhAQIwyIDh8NDBAaGBxaMziFR12mSYM5WYwrJCYBKCUukVtAk0/aWqJFS3YpJCf6vh0bIWA6JFAqWj95NEBnIhocAAEAlP/rBFIFsAAtAABBARUzMhYXFhYVFAYHBgYjIiYnJiY1IxQWFxYWMzI2NzY2NTQmJyYmIyMBJyEVA0r+eo9TfiklJyonJ3FHP2klJSq5UUJCqVdqs0JBSTs9TsBCAQGbAfybBRj+O5cmJyRuSztkJCQpKyYlYzlvoDQ0Mjk3N55mZKE2RTgB7HaYAAABAIn+dQRIBDoALQAAQQEVMzIWFxYWFRQGBwYGIyImJyYmNSMUFhcWFjMyNjc2NjU0JicmJiMjASchFQMs/oyNVoIpJCUqJydxSD9oJSYpulJCQqhXarRCQUk7OkPDQAEBjgH8mwOh/juXKCokbEg7YyQkKCslJWM4bqA0NDI5NzeeZWKbOUE/Ae92mQD//wBC/ksEewWwBCYBe0sAACcCav8NAD8ABwJv/08AAP//AHT+SwR8BDoEJgG1UgAAJwJq/z//ZAAHAm//RAAAAAIAYQAABDAFsAAQAB8AAEEhIgYHBgYVFBYXFhYzIREjESEiJicmJjU0Njc2NjMhA3f+0XW1Pj5BQT4+tXUB6Ln+0U5yJSUjIyUlck4BLwNtPzk5oGFgozs7QgWw+ucxKSlqOThmJyYuAAACAE0AAASNBbAAJAAzAABhITI2NzY2NzYmJyMWFgcGBgcGBgcHESMRIyIGBwYGFRQWFxYWNyMiJicmJjU0Njc2NjMzAc8BXEd/MC85AgIoG7MdIAIBFhUVPSkxuXJekDExMjIxMZDQcjZNGBgWFhgYTTZyPDw8snZgwFtbxVtIdysrLwEBBRr9vUA5OqBfX6I7PEOXMikpajg3ZicnLgAAAgBl/+oEkwYYAE8AcgAAUxUUFhcWFhcWFjMyNjc2NjcWFhcWFjcyNjc2Njc2Njc2JicmJicHFhYXFhYHBgYHBgYHBgYHIiYnJiYnJiY3ESMRJiYnJiYjIgYHBgYHBgYlERYWFwYGBwYGJyImJyYmJyYmNTU0Njc2Njc2NjMyFhcWFmUKCRE/KiBQLy9NIBAcDQ0hFCBVNDRbKCgvEg8RAQEPDggTC7ILEwcLCwEBBwcJGBEOIxUOGAoNEwYDBAG5CxkOGTwiOF0jHy0PDQ4B1wEEAwkVDRIsHBoqEBshCAUEBgcHGxETMR8cLRIJEAJAgzJdKkd2IxseHhwPJRUZKg8ZGQEpKyxhQDeDS0B/PSZMJQEnTyg8ez05ZiwwTRoVFwELCg0pGRInFQTk/e0MFQgPES4qJWQ6Nnvm/cwXKhQQHAoQEgERDxdTMRw+IIMuWCcqSRoaHRMQCBMAAQA3/+oEigWwAFMAAEEVFhYXFhY3MjY3NjY3NjY3NiYnIxYWFxYWFQYGBwYGBwYGByImJyYmNTU0JicmJic2Njc2NjU0JicmJiMjFTMyFhcWFhUUBgcGBiMjFTMyFhcWFgH3Ax8dJXVOSoMxGyoOCw0BAioasxAZBwYGAQcGBhALFkErGykODg4TFhZFMR0zFSsvOTY2m2Lh4TtXHR0dHh8eXUBShSpFGRgbAXJnQWQjLisBR0YmYjsubDxnymI4cTgsWiwtUyUiPRo1OwEWExIyHGk7aiwsQxUPJxcxgU1kmjQzNpgkISJfO0BjIR8hmCcjI2IAAQBQ/+QEfAQ6AFAAAEE0JicmJiMjFzMyFhcWFhUUBgcGBiMjFzMWFhcWFhUVFBYXFhY3MjY3NjY3NjY3NiYnJiYnIxYWBwYGBwYGIyImJyYmNTU0JicmJic2Njc2NgLdOTY3nmTlBt9CXh0ZGBMTG2JHlQKtN1IaFRceHSJuSTJcJxoxEhYcAQEJCAobDrQeIQIBEhESMyIYIgoLDB0gFj4pJz8XHyAC+Ex4KSkslh4bFz4kHzQUHB+WARgYEjUhQztZHyQjAiEgFkAoMn9NJUolK1YqTqNOQmwmJysKCgsjFk0zVyEWIwsPJhceTQAAAQCz/qUEUgWwAEUAAEEzMhYXFhYVFRQWFxYWFzMVFAYHBgYHFzY2NzY2NTUjJjQ1NTQmJyYmJzY2NzY2NTQmJyYmIyEVITIWFxYWFRQGBwYGIyMBENs8YSMiJgMGBhkXVgoLCiIWcypAFxYXpQEZGxtWPihEGy8xQj4/tnT+7AEUTnMmJSQgISeBW6MCeSUiI2I8hBM/IiNBFQEiSCQkSCE/JFwzMmcvsAcNB4g9bCwsQhQSLBoueEpmmzQ0NZgkISJhPDxcICUmAAEA0P6SBDAEOgBJAABBMxYWFxYWFRUUFhcWFhczFRQGBwYGBxc2Njc2NjU1IiIjNDQ1NDQ1NCYnJiYnNjY3NjY1NCYnJiYjIQchMhYXFhYVFAYHBgYjIwEZ8TRQGxkbAgUFFhRUCwwLIBZzKkAXFhczTBoVFxdJNChAGB8hOjc3nmT+5AEBHUFfHRoZGx0dXD/UAbkBGBcWPyhfDS8ZGjAOAidUKSRFID8kXDMyZy+wFRMRBAwHLlEhITIPDyYXH08wTXcpKSuWHBoXPiYmPRUVFwAAAQAU/+oEpAWwAE4AAEEDFhYXFhYXFhY3MjY3NjY3NjY3NiYnJiYnBxYWBxQGBwYGBwYGByImJyYmJyYmNQMhAxQGBwYGBwYGBwYGIyMVMzI2NzY2NzY2NzY2NQMCYwECEhEQLh0bQSZCcyscKQsHBwEBBgYGEwuzFBUBBAMEDQkRMSIMEwgJDAUEAwH9xwECAQQRDwseFBEpGBciOl4lGy4SHSIHAwMBBRj79zVXISAuDw4NAUhGLXVHKFcwMF8uNms1AWTKZCVGICpKHjU8AQkICxwQECMSBKH9UC5WJ1uRNio9ExERlyEhGUMqRbhwL2Y2AhgAAQAv/+oEhQQ6AEsAAEEhERQGBwYGBwYGIwcHMzI2NzY2NzY2NzY2NREzERQWFxYWFxYWNzI2NzY2NzY2NzYmJyMWFhcWFgcGBgcGBgcGBgciJicmJicmJjUC+v3JAwQDCAYOMCQXAyYyUR8hMBELDwQCA8USDg8tHRxFKDBXJSU8Ew4RAQIoG7MOFwcICAEBBgcIGxIOIhQLEgcLDwQEAwQ6/jRAcC4iOxg6OwGlHh0fXUAsaDsnVC0BM/2ANFYiJDYREBABIyEiZUEyd0Rhv10uXS8wYjEvViUvTRUTEwEJCAsiGBAlFAAAAQBv/+oElAWwADgAAEEjESERIxEzESERFhYXFhYXFhY3MjY3NjY3NjY3NiYnJiYnBxYWBxQGBwYGBwYGByImJyYmJyYmNQMMuf7VubkBKwEQDRInHBxIKkNzKxgmDAkKAQEJCQkaDrIcIAIEBAQNCRAxIgoQBwwPBQQDBbD9bAKU+lAChf6vNl8eKzMTExMBSEYoZj0uZjkwYC81azQBZMpkJkkgKUcdNjwBCAcMJhkULBgAAQB1/+oEfgQ6ADUAAEEVFhYXFhYXFhY3MjY3NjY3NjY3NiYnIxYWBxQGBwYGBwYGByImJyYmJyYmNREjESERIxEzEQI7Ag4NEj0qGz4kP20pFiIMCQsBAh4UshQWAQQEBAsHDiwdDhgJCxAFBgW5/vO5uQHNrC9QIDBBEQsLAUFAI1g1LGQ4Yb9dXsBfJUUfITsZLzQBCgkKGhASLBoDGf4qAdb7xgHNAAABAI7/6wR2BcUAPAAARTI2NzY2NzYmJyMWFgcGBgcGBgciJicmJjURNDY3NjY3NjYzMhYXNyYmIyIGBwYGBwYGFREUFhcWFhcWFgKUYK1CQU4CAiYUsxcdAgEmJCVvSE98KistEREUQywjVDFWj0E7Q65wRHs0S28jGhwgHR9eOzmKFTc4N6hwWbdZWrVaQmsmKCsBSkBAql8BCDpuMTxkIBodIyGELCwhHyuJU0CTUP76VZxDR3UnKCsAAAEAoP/rBFAETgA2AABlIiYnJiY1NTQ2NzY2MzIWFzcmJicmJiMiBgcGBhUVFBYXFhYzMjY3NjY3NCYnIxYWFQYGBwYGArRbgyoqKCUoKHpWUYw2LBxIKiZZMnu+QUFER0RDxoBXlTc3QAIQC7IOBgEYGRtYgkU4N4tHKkaKODdFHhyQERoIBwhZSkrDbCpsxEpKWSkqKoBXNm42Nm81LEQYGhoAAQBM/+oElQWwADEAAEERFhYXFhYXFhY3MjY3NjY3NjY3NiYnBxYWBwYGBwYGBwYGByImJyYmJyYmNREhNSEVAbUCDgsUPywlWjVSkDYdLQ8ODwEDKhuzHSECAQkIBxIMG081FiUQFSAKBQYBhvxYBRj8QTBSIzdTFxUUAUdGJVw3MXE/Z8piAWTKZDBXJiA5GDU7AQwMDzQhFS4YA7+YmAAAAQBJ/+oEagQ6ACgAAEERFhYXFhY3MjY3NjY3NiYnJiYnIxYWBwYGBwYGByImJyYmNREhNSEVAZoELyoqfE5OiTQ0PQIBCwkKGQ2yHSECAhkZGUgwJTgTFBMBevx7A6T9tV6LLS4rATk5OKduKVIpKVEnTqhPQmwnJysBIR0dTi4CS5aWAAABAGz/7ARvBcUATAAAUxQWFxYWMzI2NzY2NSMGBgcGBiMiJicmJjU0Njc2NjMzNSMiJicmJjU0Njc2NjMyFhcWFhczNCYnJiYjIgYHBgYVFBYXFhYXBgYHBgZtUUhHw3NbsEZFVrkBLSgpcERRgS0tMS0rK31PtrZQdiYnJikpKHtSPGgnJi0BuUxAQaxfc71DREohHx5YNzRVHywvAZZnnzY2ODE0NKBvOWQlJSsoJCRkPEVjISAfmCQhIFs4N14jIygmISFcNl2VNDQ4NTQ1m2YzXigpQhcRMyAtef//AKb+agQ7AAAEJwBmAAv/AQAGAGYLAAABAc8EBwLiBhYADAAAQTUzFRQWFwcmJicmJgHPtS8vZSpAFhcXBYOTllaUR0gkXDMyaAD//wFc/+0EOgEHBCcAYP9sAAAABwBgASYAAAACAQ8COAQYBcMACgAOAABBESMBFyEVMzUzNSEBNxEDgan+NwMBzKOX/awBBBYDbwJU/Yxeubl+AVws/ngAAAEBSwKLA8kFugAfAABBIxEzETY2NzY2MzIWFxYWFREzETQmJyYmIwYGBwYGBwHMgaoJGhEUMx8hNBMTFaokIiJfPCpJHhcmDwWr/OACMhcmDhASFBYXTDb+JAH8UHQmJSQBGRYRLhsAAQB//+sEOQXEADcAAEE1ITUhNSE1NDY3NjYzMhYXNyYmIyIGBwYGFRUjFTMVIxUzFRQWFxYWMzI2NycGBiMiJicmJjU1A27+fgGC/n42LS1+TjxvNBI9dT90wEZFV7Ozs7NWREbDdT94OBI0bjtPgC0rNwIfeop7AVakMTEyExCbDhFGRUTedwJ7inoFgNxER0gQD5oRETQ0MaJdBQAEAEn/6wSUBcUAMwBNAGcAawAAQSMUBgcGBiMiJicmJjU1NDY3NjYzMhYXFhYVMzQmJyYmIyIGBwYGFRUUFhcWFjMyNjc2NhMVFBYXFhYzMjY3NjY1NTQmJyYmIyIGBwYGFzU0Njc2NjMyFhcWFhUVFAYHBgYjIiYnJiYFAScBAkyKDw4PKx4fLQ8PDw8PDi0eHiwPDw+KJCEhXzw9YCEhIyMiIWE9O18hISNCIyIhYT09YCEhIyMhImA9PWAhIiOLDg8PLR8fLQ8PDg4PDy0eHy4PDw7+nAICcv3/BB4YMBMTGB8ZGUAiTSJCGRkfFhMTMhs1XSMjKTApKm09TTxtKSkwKCMiXf17Tj1tKSkwMCkpbT1OPW0pKTAwKSlti04iQRoZHh4ZGkEiTiNAGRoeHhoZQB8DukL8RgAAAgDd/+sD8wXJACwAQAAARTUiJicmJjU1NjY3NjY1NTQmJyYmIyIGBwYGBwYGFREGBiMVMjY3FRQWFxYWAxE0Njc2NjMyFhcWFhUVFAYHBgYDVERaHBwXYJMzMjQnJCRkPD9nJhonDg0OL2g6OGgxMzU0noEUFQ8qGxUiCgoLGhoaTxWdKScmbURXNJFSUalNKUh0KiktJyQZQCYmWTL+IQ0OsA0MDmWmOzxCAtwBhz5cHBMUFhUUOiUrOHE1NmAABAB5AAAEdgXAAAkAIwA9AEEAAGERIxMBIxEzAwEBFRQWFxYWMzI2NzY2NTU0JicmJiMiBgcGBhc1NDY3NjYzMhYXFhYVFRQGBwYGIyImJyYmEzUhFQLjsAH+9K+wAQELAQMVFRQ7Jyc8FBQVFRQUPScmPBQUFWUFBgYXEhMXBwYFBAYHFxMTFwYHBNn+zQWw/HEDj/pQA5P8bQT7zihHGhsfHxsaRyjOKEgbGx8fGxtI7bwWKA8OEREODygWvBcnDg8REQ8OJ/6oX18AAgCZ/+wElAROACEAKgAAZScGBiciJicRITU0JicmJiMiBgcGBgcGBhUUFhcWFjMyNgEyFhcRIRE2NgQXAlm5Xk6MNwMATkJDtWdCgTo7YyQkKVJHRr9uY7r+402INv3kOYxeaD88ATszAUgvc8ZJSVIpJSVnPj6PTHPMTE1ZPQPHPjP+4gEVOEIABQBQ//YEuQWuAAYANgBOAGYAagAAQREjBRU3EQU0JicmJiMiBgcGBhUUFhcWFhcGBgcGBhUUFhcWFjMyNjc2NjU0JicmJic2Njc2NgMUBgcGBiMiJicmJjU0Njc2NjMyFhcWFgMUBgcGBiMiJicmJjU0Njc2NjMyFhcWFgEBJwEBnxD+wcIDliYhIVw1NlsiISUVFAwjExcpDxUZKiQkYjg3YiQjKR0aDiQUEyANFRZ6ExERLRsfMhENDxIQEC8cGy4REBQTDw0PJxgbKQ4NDQ4NDigaFycNEBD9egICcv3/AugCxmlzM/3j3zFKGRkaGhkZSjEfNhYOGQoJGxAXPCQzTBoaGRkaGkwzJ0EYDRYICRcNFjj+5RglDQwOEA8NIxUYJQwNDQ0NDCUBHBUiDAsODw0MIBQVIQwMDQwLCyP+vgO6QvxGAAUAM//2BMEFugBMAHwAlACsALAAAFMVMzIWFxYWFRQGBwYGIyImJyYmNSMUFhcWFjMyNjc2NjU0JicmJic2Njc2NjU0JicmJiMiBgcGBhUzNDY3NjYzMhYXFhYVFAYHBgYjATQmJyYmIyIGBwYGFRQWFxYWFwYGBwYGFRQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2AxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAQEnAepLIjcTERIPDhIxICI0EQ4Oji4mJGEzOmQmJSoVFhAuHhknEBQXJyMjYTo2XSMjKI0ODBAwHR8vDw0OExIRLx8DeyYhIVw1NlsiISUVFAwjExcpDxUZKiQkYjg3YiQjKR0aDiQUEyANFRZ6ExERLRsfMhENDxIQEC8cGy4REBQTDw0PJxgbKQ4NDQ4NDigaFycNEBD9mQICcv3/BIdoDQ0MJxsVJA0OEBIQCyASN08ZGxgcGhpOMiQ7FRAaCAkZDxY1HjFMGhkaHBkaSi4RHAsNDg8ODCETFyYNCw39gjFKGRkaGhkZSjEfNhYOGQoJGxAXPCQzTBoaGRkaGkwzJ0EYDRYICRcNFjj+5RglDQwOEA8NIxUYJQwNDQ0NDCUBHBUiDAsODw0MIBQVIQwMDQwLCyP+tQO6QvxGAAAFACT/+gStBbEALQBdAHUAjQCRAABTFzY2NzY2MzIWFRQGBwYGIyImJyMWFhcWFjMyNjc2NjU0JicmJiMiBgc3ITUhATQmJyYmIyIGBwYGFRQWFxYWFwYGBwYGFRQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2AxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAQEnATdwCxYODiQXQUgOEA8uIDVDBYwDLSQlXTNCZCEhICEgH1s5KEMSFAE6/lIEOCYhIVw1NlsiISUVFAwjExcpDxUZKiQkYjg3YiQjKR0aDiQUEyANFRZ6ExERLRsfMhENDxIQEC8cGy4REBQTDw0PJxgbKQ4NDQ4NDigaFycNEBD9lgICcv3/BEccCA0GBQdEORwvERITLC0wTBobGychIVkwNlceHh8SCJl3/FwxShkZGhoZGUoxHzYWDhkKCRsQFzwkM0waGhkZGhpMMydBGA0WCAkXDRY4/uUYJQ0MDhAPDSMVGCUMDQ0NDQwlARwVIgwLDg8NDCAUFSEMDA0MCwsj/roDukL8RgAFAEH/9gSnBbEABgA2AE4AZgBqAABBNSEVIQEzBTQmJyYmIyIGBwYGFRQWFxYWFwYGBwYGFRQWFxYWMzI2NzY2NTQmJyYmJzY2NzY2AxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAxQGBwYGIyImJyYmNTQ2NzY2MzIWFxYWAQEnAQJu/dMBl/7FlgNjJiEhXDU2WyIhJRUUDCMTFykPFRkqJCRiODdiJCMpHRoOJBQTIA0VFnoTEREtGx8yEQ0PEhAQLxwbLhEQFBMPDQ8nGBspDg0NDg0OKBoXJw0QEP1nAgJy/f8FYFF1/a/iMUoZGRoaGRlKMR82Fg4ZCgkbEBc8JDNMGhoZGRoaTDMnQRgNFggJFw0WOP7lGCUNDA4QDw0jFRglDA0NDQ0MJQEcFSIMCw4PDQwgFBUhDAwNDAsLI/6+A7pC/EYAAgB+/+sERgXsACwASQAAQSIGBwYGFRUUFhcWFjMyNjc2Njc2NjU1NAInJiYjIgYHFzY2MzIWFxYWFyYmBzIWFxYWFxUUBgcGBgcGBiMiJicmJjU1NDY3NjYCUG6tPDw/QT4+s3JNgzY/YBoTFEFDRM+PdY45EEeHTkqCMjJCCzymSUprJCQoBgwMEjspIE8wTHAkJSQkJSVwA/5LQkK0aRdxwUZHUS0pMZRbPo1KO7QBL25ufCwZlxsgRz8/sGlFTJgtICFJHEI5aS9BaCAZHD00M4lMF0R7Ly83AAEAp/8rBCUFsAAHAABFESERMxEhEQQl/IK5AgzVBoX5ewXt+hMAAQAz/vMEmAWwAAwAAEE1ASE1IRUBARUhNSEDWP27Azn75wJg/aAEZfx8AkEZAr6YkP0u/TSPmAABADkAAASSBbAACgAAQQMhFTMTMwEjAQcCGKT+xbn1jQIevf5yGQFRAb2a/YwFsPuhaQAAAwA1AOAEmgPdAEAAZgCMAABBNTQmJyYmJyYmIyIGBwYGBwYGByYmJyYmIyIGBwYGBwYGFRUUFhcWFhcWFjMyNjc2NjcWFhcWFjMyNjc2Njc2NicVFAYHBgYHBgYjIiYnJiYnJiYnNTY2NzY2NzY2MzIWFxYWFxYWBTU0Njc2Njc2NjMyFhcWFhcWFhcVBgYHBgYHBgYjIiYnJiYnJiYEmhERDSMUIls4IjsaIjgVDxkKEzQiI1c0MVEgJjUOCAgMDBA1Ih9PLzRWIyI0ExM1IyJWNDBMIykzDwkJfAUFBxwWES4eHjUXFyQODhEDAxEODiUXFjYeHzESERYGCQf8kwUGBxoTEi8fHjYXFiUODREDAxENDiUWFzUeHi4SExsIBgYCSiowXikeNxQiJxMQFT0iFi4XKlYjIywdGiBbNh5CISopUCQvUBsYGywjI1YqKlYjIywbGh9YNCBGTiobNBghORIPER0XFjgcGzEPHQ8xHBs4FxccFBIPKxcbP0sqHDUYHjQTERMcFxc4GxwxDx0QMBscOBYXHREPETQgGTgAAAEA+P5LA9MGKwAoAABFMRE0Njc2NjMyFhc3JiYjIgYHBgYVERQGBwYGIyImJwcWFjMyNjc2NgKqGhkWQisdLREYJUYlT34rLC4aGRAsGg5EEA4dNR5JdCktL1kFGzNQGxkaBgWOCQwxLi6GVvrlNlMZEBIHBpMKCCkoLIcAAAIAjgAABD8FsAAFAA0AAEEBATMBAQcXAQEHJwEBAh7+cAGTjQGR/mxIEQEM/voSEP70AQYFsP0n/SkC1wLZnDP99v33MzMCCQIKAAAWAFwACgSHBAYADQAcACoAOgBAAEYATABSAFsAXwBjAGcAawBvAHMAfACAAIQAiACMAJAAlAAAQRUUBiMiJjU1NDYzMhYXIxEzMhYVFAYHFhYVFAYlNTQmIyIGFRUUFjMyNiU1MxUUBiMiJjUzFBYzMjYBMzUjNSMFMzUjFSMBMzUzNSMFMxUzNSMBIxUzMjY1NCYDMzUjFzM1IwUzNSMTMzUjFzM1IwUzNSMTFTMyNjU0JiMFNSMVFzUjFRM1IxUFNSMVFzUjFRM1IxUB8EU5OUdGOTlGn3pnNz4XFxwcOf77KSMjKSkkIygCDjI6LTA8Mx8aFx78kapsPgOBqj1t/H8+bKoDgW09qv6yRkYdGxuHmZncmZn+SZiY25mZ3JmZ/kmYmP8zISAgIf4ePj4+Pj4EKz09PT09AiU+NkJCNj42QkLrAS8oKxUiCQgnFysrdz4mKysmPiYrKw/Q0C0yLS4aGB7+Uj9vrq5vAyBdQEBdnf3xXRgVFhoBz0BAQEBA/AQ/Pz8/PwInUxYWFxCliorPiYkBn4mJ0IqKz4mJAZ+JiQAFAA/91QSvCGIAAwAvADMANwA7AABBCQIFIzQ2NzY2NzY2NzY2NTQmIyIGByM2Njc2NjMyFhcWFhUUBgcGBgcGBgcGBhUVIzUTFTM1AxUzNQJi/a0CUwJN/hrKCAsKIx0KGwwMESAlGCkCywErJSRhOEBmIyIlFxISLRYLEQYGBspeBAYEBlL8MfwxA8/7MDITEygkDScYFzMaNEAwN0ZlISAeJyQlZ0ApQBwdNx8QHQ8QJ3SqqvysBAQKiQQEAAACAREE5APvBvkABgAsAABBASMBMzcXEycUBgcGBiMiJicmJiMiBgcGBhUXNDY3NjYzMhYXFhYzMjY3NjYD7/7blf7cqsTFQE0OCwweEB0wFxcyHyI6FRYZTQ8MCx0QHiwWFTIlIjoWFRkE5AEG/vqwsAH+FxEhDQ0QFg0NFh8ZGUEhExEhDg0RFw0OFh4ZGD8AAAIA/ATkBLoGzwAGACIAAEEBIwEzNxc3Mzc2Njc2NjU0JicmJiMHMhYXFhYVFAYHBgYHA93+7bz+7qrGxo5yARkxExMXMCwhVjQGHDQUExgTEg8tHATkAQb++rq6ijwDEhAPLyErQxQPEFwHCAgZExMXBwUHAgACABAE5AP5BpUABgAKAABBASMBMzcXJQMjEwP5/t2Y/t7Eqqr+MY3IyQTkAQb++p6ergED/v0AAAIBCwTkBPQGlQAGAAoAAEEBMzcXMwElAzMTAi/+3MaqqcX+3QFnjo3IBer++p6eAQar/v0BAwAAAgE+BN8DnAaKAAMAHQAAQScjFwUjBgYHBgYjIiYnJiY1IxQWFxYWMzI2NzY2AqZxmaQBXJkBExQSNiUoORITEpgsKCdwRURvKCcsBcTGxhQZLBAOERIQDysYL00bHB4eHBtNAAEB+QSOAvAGOwAJAABBFTM1NDY3JwYGAfm5GyNrMFwFD4F4PWo7UyqrAAIANgAABI4EjQAHAAwAAEETMwEjATMTNxM3FxMDZm27/iql/iO8bjyqHh+oARf+6QSN+3MBF5cBrk1P/lQAAwDQAAAERgSNABoAKQA4AABzITI2NzY2NTQmJyYmJzY2NzY2NTQmJyYmIyETIRYWFxYWFRQGBwYGByERETMWFhcWFhUUBgcGBgfQAcdXqT01PSQeH1QxKEcbGiBRQTyeS/5juwEVL1YhICYrIyNYLP704ytaJSUuKyEhUigtLip1UzdbIyIuDA4rHh1NMF15JiMf/YUBFxcYSTQzRRUWEwECCAFVAQ8TE0M0L0ATFBEBAAEAbv/wBDYEnQAzAABBIwYGBwYGJyImJyYmJzU2Njc2NjMyFhcWFhczJiYnJiYjIgYHBgYHFRYWFxYWMzI2NzY2BDa5CiceJGpHVHUkJCABASMmJnhVQGEjISoKuQxOPD2hXne5QEFEAQFCPz62dV6jPz9SAXk3VR4kJQFFODiOSWZLjzg3QyIhH1o6XpQzMzZXS0vHcWVvxktLWDMyMpIAAAIAtwAABFMEjQAPAB8AAHMhNjY3NjY3NSYmJyYmJyEXMxYWFxYWFxUGBgcGBgcjtwFfe9BNTFgBAVVKS815/pW6sVuMMC8xAQE1MTKPXKUBTkhHyn4/e8pJSFACmQE6NDWRWEFakzQ0OQEAAAEAyAAABCMEjQALAABBNSERITUhESE1IREDxf3AApj8qwNb/WICDpgBTpn7c5cBdwAAAQDnAAAEPQSNAAkAAEE1IREhNSERMxED5P3DApb8qsAB85kBaJn7cwHzAAABAHz/8ARBBJ0ANwAAZREhFSEHBgYHBgYjIiYnJiYnNTY2NzY2MzIWFxYWFzMmJicmJiMiBgcGBgcVFhYXFhYzMjY3NjYEQf40ARUBGT4hIkYhV34pKigBASEmJXlXPmIkHikLtw5RPT2dWXq7Pz9CAQFJQ0PAeTx8OjpnlgG5kO4YHQgIBUU4OJJOVkyROTlEISEbTDBbiy4uL1dLTMt0VHTKS0xXDxMTQAAAAQCbAAAD+QSNAAsAAGERIxEhESMRMxEhEQP5sv4GsrIB+gSN/f0CA/tzAfL+DgAAAQDZAAAEEASMAAsAAFMVIREhFSE1IREhNdkBO/7FAzf+vQFDBIyh/LWgoANLoQAAAQCW//AD5gSNABsAAEETBgYHBgYjIiYnJiY1IxYWFxYWMzI2NzY2NxMDKAECIx4eUC8xWCIiKL4ISTo5mFdQlDk4RAICBI386jlZHh8hGRwcWT5lkS4vLDMyMZJfAxYAAQC0AAAEgASNAAwAAEEBMwEBIwEHESMRMxECAAGf4f4AAd7j/nSCubkCB/35AoYCB/5ljwIq+3MBeQAAAQDRAAAEUgSNAAUAAGURIxEhNQGVxAOBlwP2+3OXAAABAJsAAAQ6BI0ADAAAQQMjETMREzMTETMRIwJt2viw4oPasPECWAI1+3MDsf2NAoH8QQSNAAABAMIAAAQPBI0ACQAAYREjEwEjETMDAQQPsAb+C66xBQH1BI38kwNt+3MDbPyUAAACAIL/8ARKBJ0AGQAzAABBNSYmJyYmIyIGBwYGBxUWFhcWFjMyNjc2NicVBgYHBgYjIiYnJiYnNTY2NzY2MzIWFxYWBEoBPTw9tXh3tD09PgEBPz09tHd4tD08PbYBHiIjc1VUciMkIAEBHyQjclRUcyMjHwIkQ27NT05eX09PzG1DbcxOT15eTk7Ms0VHkjs7S0s8O5FHRUaROztLSjo7kgACAF7/NgRnBJ0AHwA5AABBNSYmJyYmIyIGBwYGBxUWFhcWFjMyNjcFNyc2Njc2NicVBgYHBgYjIiYnJiYnNTY2NzY2MzIWFxYWBGUBRkJCv3p6vkJCRgEBR0JCv3ogPx4BCn3fNVIcHB23ASUoKHxYV30oKScBAScoKHxXWH0oKCYCJEN0zk1NWltNTs1zQ3PNTU1aBwfIb6MmZj49i49FTpQ5OUZGOjqTTUVMkzo5RkU5OZMAAAIAkAAABCwEjQAUACMAAEEBMzUBNjY3NjY1NCYnJiYnIREzETURMxYWFxYWFRQGBwYGBwJhAQTH/t4yVyAgJEs+P6FU/la58TJeJCQrLSMkWy8Bwf4/CgHmFjkmJWA/X4YrKygB+3MBwZcBnAEYGRlPODVLGBkYAQAAAQCK//AEOQSdAEwAAEEGBgcGBiMiJicmJicjFhYXFhYXFhYzMjY3NjY1NCYnJiYnJiYnJiY1NDY3NjYzMhYXFhYXMyYmJyYmIyIGBwYGFRQWFxYWFxYWFxYWA38BNScoXSg2aisrNwK8Ax8ZFTYfRatWTKVGO1JMPDySRjCKMR4nMiYmWigyYCYmLwK7BlE/P59URZc8SFtTQUCZRTGDKCEdASoyQBITDhUaGVM9NFklHjIULSolJyR3VVV5Kyo3EgspHhI5KDFBFBMQFhkZTjdahi0sKyIhJ35ZVngpKTMRDSYgGzcAAAEAXQAABGkEjQAHAABBNSEVIREzEQRp+/QBp7wD9JmZ/AwD9AAAAQC1//AEKwSNAB0AAEEjAwYGBwYGIyImJyYmJwMjAxYWFxYWMzI2NzY2NwQqtwEBJSEiXzs7XyEiJQEBtQEBRjw7oFxboDw8RwIEjfz0O10gICIiICBdOwMM/PRglTMzNjY0NJRfAAABAFYAAASDBI0ACAAAQQEjATMBIwEHAlD+zsgBv64BwMn+zx0BNgNX+3MEjfyoagABAC8AAAS7BI0AEgAAYTMTNxcTMxMjAwcnAyMDBycDIwEXn7MODa+f6ayMCw2nmqsNC42rAwM7O/z9BI39Az09Av39Ajw9Av0AAAEAYAAABGYEjQALAABBASMBATMBATMBASMCX/7l2wGL/mzcASYBKNz+aQGI2wLaAbP9vv21Abv+RQJLAkIAAQBNAAAEgQSNAAoAAGEzEQEjAQcnASMBAga7AcDU/r4FBf7A1AG5AZUC+P3ACQkCQP0UAAEAuQAABEIEjQAJAABlASchFSEBFSE1AZ8CiwH8mQKC/XUDiZcDfXmZ/Ih8lwACAVIE4AOaBwMAGQA1AABBIxQGBwYGIyImJyYmJyMUFhcWFjMyNjc2NiUzJzY2NzY2NTQmJyYmIwcyFhcWFhUUBgcGBgcDmpIREBI4JiY3EhISAZEqJyZsQkJsJiUq/px/Axs2FRUaMS8lYz0HIDoWFhsSEhI0IgWwFykPERMSDw8rGC9MGxweHhwbTEA+AxAODSkdJjsSDg9SBgYHFxEQFAYGBwIAAgFCBN8DoAaKABkAHQAAQSMGBgcGBiMiJicmJjUjFBYXFhYzMjY3NjYDBzM3A6CZARMUEjYlKDkSExKYLCgncEVEbygnLPhxZqQFsBksEA4REhAPKxgvTRscHh4cG00BCcbGAAEBNQKLA7IDIgADAABBNSEVA7L9gwKLl5cAAwHRBEADqAZyAAMAGwAnAABBBzM3ARQWFxYWMzI2NzY2NTQmJyYmIyIGBwYGFzY2MzIWFQYGIyImAuKSfNz+KRwYFz4jIj4XFhsbFhc+IiM+FxgcVQEyJCMxATAjJDIGcri4/nEkPBUWGBgWFTwkJD4WFhkZFhY+JCYyMiYjMjIAAAIB9QSCA7cFxAAFABUAAEEVMxM1IwUVMzU2Njc2NjcnBgYHBgYCr1C4qP7mewEHBgYVDUgYJQ0LEASeGgErFbaMhhgtFhkvFgMQKhkWMgAAAgF0BNkDwgbQABkAMwAAQSMUBgcGBiMiJicmJjUjFBYXFhYzMjY3NjYDJxQGIyImJyYmIyIGFRc2NjMyFhcWFjMyNgPClRESEjcmJzcSERGVKicmbUNDbScmKglTMCIgNBkaNSFIXlQBLiMhLxgXNihHXgWuGCsQEBMTEBArGC9PHBwfHxwcTwE5GCYzFw8OF29HFSYzFw4PF2oAAQIG/pkCvwCaAAMAAEERIxECv7n+mQIB/f8AAAEBYP5LAxIAlwAVAABlIxUUBgcGBiMiJicHFhYzMjY3NjY1AxK5ERASNCIOQhIOHTUeVYEoISOX8CxEGBgaBwadCgg4NSt5SwAAAgDMAAAESwSNABAAHwAAQSE2Njc2NjU0JicmJichETMRESEWFhcWFhUUBgcGBgcBhAESVJ49PEpKPT2dVP42uAESMVwjIioqIiNcMQG2ASosK4dfXIkuLS4B+3MCTgGmARwaG1A2N00ZGRcBAAABAKkAAAS2BbAADAAAQQEzAQEjASMRIxEzEQINAcbj/egB79T+RZy5uQKT/W0C7wLB/XoChvpQApMAAQDS/+wEQQSdAD4AAGUHFhYzMjY3NjY1NCYnJiYnIwEmJicmJiMiBgcGBhURMxE0Njc2NjMyFhcWFhcDFTMyFhcWFhUUBgcGBiMiJgILNTdvOVeRNTQ7MS0ugVEBARInVzEycEFjlTE0M7gVGRhTPyQ5FxIdDe1UTG0iGhodGxtOMjZUtZgaFzIwMIxaRm0oJy8HAUomQxkYHTMyNaRu/Q8C8ThlJiUsDgoIFAr+2YkaHBVBKzFRHR4hH///AAAAAAAAAAAGBgABAAD//wDaAjED1wLJBgYAZwAA//8Aa//sBF0HLgYmAAQAAAAHAWAANAFw//8Aj//sBDMF1wYmAB4AAAAGAWAdGf//AGT/6wRcBy4GJgAIAAAABwFgABkBcP//AIz+VgQdBdcGJgAiAAAABgFg9hn///+6AAAEKQYWBiYAKQAAAAcAbf3tAAD//wB2/iQEaQXEBiYAFAAAAAcBaAC1/s7//wCv/iUENgROBiYALgAAAAcBaACo/s///wBM/i4EhAWwBiYAFQAAAAcBaACj/tj//wCO/i4EKQVABiYALwAAAAcBaAEF/tj//wBM/k0EhAWwBiYAFQAAAAYBZj8A//8AXf5PBGkEjQYmAmEAAAAGAWYwAv//AI7+TQQpBUAGJgAvAAAABwFmAKEAAP///+cAAARTBI0GJgJSAAAABwJq/rL/eP///+cAAARTBI0GJgJSAAAABwJq/rL/eP//AF0AAARpBI0GJgJhAAAABgJq8+D//wA2AAAEjgX/BiYCTwAAAAYBWos2//8ANgAABI4F/AYmAk8AAAAGAVt3M///ADYAAASOBiQGJgJPAAAABgFceTf//wA2AAAEjgYuBiYCTwAAAAcBXQCFAD3//wA2AAAEjgX8BiYCTwAAAAYBYQE3//8ANgAABI4GZwYmAk8AAAAHAWIAAACA//8ANgAABI4G9AYmAk8AAAAHAmv/7gCC//8Abv5KBDYEnQYmAlEAAAAGAWYq/f//AMgAAAQjBf8GJgJTAAAABwFa/20ANv//AMgAAAQjBfwGJgJTAAAABgFbWTP//wDIAAAEIwYkBiYCUwAAAAYBXFs3//8AyAAABCMF/AYmAlMAAAAGAWHkN///ANkAAAQQBeMGJgJXAAAABgFaphr//wDZAAAEEAXgBiYCVwAAAAcBWwCSABf//wDZAAAEEAYIBiYCVwAAAAcBXACUABv//wDZAAAEEAXgBiYCVwAAAAYBYRwb//8AwgAABBYGLgYmAlwAAAAHAV0A3AA9//8Agv/wBEoF/wYmAl0AAAAGAVqtNv//AIL/8ARKBfwGJgJdAAAABwFbAJkAM///AIL/8ARKBiQGJgJdAAAABwFcAJsAN///AIL/8ARKBi4GJgJdAAAABwFdAKcAPf//AIL/8ARKBfwGJgJdAAAABgFhIzf//wC1//AEKwX/BiYCYgAAAAYBWqk2//8Atf/wBCsF/AYmAmIAAAAHAVsAlQAz//8Atf/wBCsGJAYmAmIAAAAHAVwAlwA3//8Atf/wBCsF/AYmAmIAAAAGAWEfN///AE0AAASBBfwGJgJmAAAABgFbYjP//wA2AAAEjgXWBiYCTwAAAAYBXgUm//8ANgAABI4GJgYmAk8AAAAGAV8BdAACADb+TwSRBI0AIwAoAABBIwEzEyETBgYHBgYVFBYXFhYzMjY3JwYGJyImNTQ2NzY2NzMBEzcXEwK4pf4jvG4CBmceMxUjJh4aGkYpQVUcHxA1ICokHBoWPCQj/Q6wGBivBI37cwEX/vgULBcoVywvRxgYGBwQeQgTASkiJEEdGS0TAa4Bvzw9/kIA//8Abv/wBDYF/AYmAlEAAAAGAVtoM///AG7/8AQ2BiQGJgJRAAAABgFcajf//wBu//AENgYlBiYCUQAAAAYBZPQ4//8AtwAABFMGJQYmAlIAAAAGAWS7OP//AMgAAAQjBdYGJgJTAAAABgFe6Cb//wDIAAAEIwYmBiYCUwAAAAYBX+R0//8AyAAABCMF9QYmAlMAAAAGAWDkNwABAMj+TwQjBI0AKAAAQTUhESE1IREhBgYHBgYVFBYXFhYzMjY3JwYGJyImNTQ2NzY2NzM1IREDxf3AApj8qwIfGCgRIiUeGhpGKUFVHB8QNSAqJB0aFjskh/1iAg6YAU6Z+3MRJhMoVyovRxgYGBwQeQgTASkiJEIdGSwTlwF3//8AyAAABCMGJQYmAlMAAAAGAWTlOP//AHz/8ARBBiQGJgJVAAAABgFcdDf//wB8//AEQQYmBiYCVQAAAAYBX/10//8AfP4rBEEEnQYmAlUAAAAHAWgAnf7V//8AmwAAA/kGJAYmAlYAAAAHAVwAngA3//8A2QAABBAGEgYmAlcAAAAHAV0AoAAh//8A2QAABBAFugYmAlcAAAAGAV4gCv//ANkAAAQQBgoGJgJXAAAABgFfHFgAAQDZ/k8EEASMACgAAFMVIREhFSEGBgcGBhUUFhcWFjMyNjcnBgYnIiY1NDY3NjY3ITUhESE12QE7/sUBbB0wExsdHhoaRilBVRwfEDUgKiQfHBU6IgEW/r0BQwSMofy1oBUvGSRMJi9HGBgYHBB5CBMBKSIlRB4XKxKgA0uhAP//ANkAAAQQBdkGJgJXAAAABgFgHBv//wCW//AEdwYkBiYCWAAAAAcBXAFZADf//wC0/jQEgASNBiYCWQAAAAcBaABr/t7//wC2AAAEUgX8BiYCWgAAAAcBW/8cADP//wDR/jYEUgSNBiYCWgAAAAcBaABo/uD//wDRAAAEUgSNBiYCWgAAAAcAbQCU/nf//wDRAAAEUgSNBiYCWgAAAAcBYAAZ/Tf//wDCAAAEDwX8BiYCXAAAAAcBWwDOADP//wDC/jIEDwSNBiYCXAAAAAcBaADv/tz//wDCAAAEDwYlBiYCXAAAAAYBZFk4//8Agv/wBEoF1gYmAl0AAAAGAV4nJv//AIL/8ARKBiYGJgJdAAAABgFfI3T//wCC//AEfwYmBiYCXQAAAAcBYwCpADf//wCQAAAELAX8BiYCXwAAAAYBWx4z//8AkP42BCwEjQYmAl8AAAAHAWgARf7g//8AkAAABCwGJQYmAl8AAAAGAWSqOP//AIr/8AQ5BfwGJgJgAAAABgFbcTP//wCK//AEOQYkBiYCYAAAAAYBXHM3//8Aiv5NBDkEnQYmAmAAAAAGAWY9AP//AIr/8AQ5BiUGJgJgAAAABgFk/Tj//wBdAAAEaQYlBiYCYQAAAAYBZPk4//8Atf/wBCsGLgYmAmIAAAAHAV0AowA9//8Atf/wBCsF1gYmAmIAAAAGAV4jJv//ALX/8AQrBiYGJgJiAAAABgFfH3T//wC1//AEKwZnBiYCYgAAAAcBYgAeAID//wC1//AEewYmBiYCYgAAAAcBYwClADcAAQC1/owEKwSNADkAAEEjAwYGBwYGIyImJyYmJwMjAxYWFxYWMzIyMwYGBwYGFRQWFxYWMzI2NycGBiciJjU0Njc2Njc2NjUEKrcBASUhIl87O18hIiUBAbUBAUY8O6BcAQIBCxMIDxAeGhpGKUFVHB8QNSAqJAwMDzAgZn8Ejfz0O10gICIiICBdOwMM/PRglTMzNg4bDhs4HC9HGBgYHBB5CBMBKSIYLBUbMRUrwXkA//8ALwAABLsGJAYmAmQAAAAHAVwAigA3//8ATQAABIEGJAYmAmYAAAAGAVxkN///AE0AAASBBfwGJgJmAAAABgFh7Tf//wC5AAAEQgX8BiYCZwAAAAcBWwCgADP//wC5AAAEQgX1BiYCZwAAAAYBYCo3//8AuQAABEIGJQYmAmcAAAAGAWQrOP//AFEAAASQBnoGJgACAAAABwF4/sAAAP///90AAARmBnoEJgAGMgAABwF4/bQAAP///8sAAARxBnwEJgAJMgAABwF4/aIAAv///7oAAARQBnsEJgAKMgAABwF4/ZEAAf//////7ARrBnoEJgAQCgAABwF4/dYAAP///4AAAASrBnoEJgAaMgAABwF4/VcAAP////sAAAR2BnoEJgGECgAABwF4/dIAAP//ALj/7AQ6BnoGJgGNAAAABgF55Lv//wBRAAAEkAWwBgYAAgAA//8ArAAABGAFsAYGAAMAAP//ALYAAAQ0BbAGBgAGAAD//wByAAAENwWwBgYAGwAA//8AjQAABD8FsAYGAAkAAP//AK4AAAQeBbAGBgAKAAD//wCsAAAEpAWwBgYADAAA//8AlAAABEwFsAYGAA4AAP//AI8AAAQ+BbAGBgAPAAD//wBq/+wEYQXEBgYAEAAA//8AvwAABHkFsAYGABEAAP//AEwAAASEBbAGBgAVAAD//wA9AAAEeQWwBgYAGgAA//8AVwAABI8FsAYGABkAAP//AK4AAAQeByAGJgAKAAAABwFh/9IBW///AD0AAAR5Bx8GJgAaAAAABwFh//wBWv//AIH/6wSKBn4GJgGFAAAABgF4DwT//wCL/+wEYAZ9BiYBiQAAAAYBeBQD//8ApP5hBCsGfgYmAYsAAAAGAXgcBP//ALj/7AQ6BmoGJgGNAAAABgF4DvD//wCe/+wEPwZ6BiYBlQAAAAYBecC7//8AugAABHIEOgYGAE8AAP//AHr/7ARSBE4GBgAqAAD//wC8/mAEEAQ6BgYBawAA//8AYgAABGUEOgYGADEAAP//AG4AAARyBDoGBgAzAAD//wC4/+wEOgXJBiYBjQAAAAYBYQUE//8Anv/sBD8FyQYmAZUAAAAGAWHiBP//AHr/7ARSBn4GJgAqAAAABgF4CQT//wCe/+wEPwZqBiYBlQAAAAYBeOvw//8AT//sBIkGagYmAZgAAAAGAXgV8P//ALYAAAQ0ByAGJgAGAAAABwFhAAUBW///ALUAAAQwByAGJgF7AAAABwFbAIABVwABAHb/7ARpBcQATwAAQRQGBwYGIyImJyYmJyMWFhcWFjMyNjc2NjU0JicmJicmJicmJicmJic0Njc2NjMyFhcWFhczJiYnJiYjIgYHBgYVFBYXFhYXFhYXFhYXFhYDqDQpKWk2RHMsLDgJvQNcSkm6YVeuRUVXJSEhWDMzbjYxby8wPgEvKCdlNUJpJiYuCL4CUkREsF9WqkNDU1NCQZ9NNXMwHC4OCgsBcDxXHB0bJSUkaURoozg5PDExMJJiQWstLEYcHCsRDygeHlc/OlgeHh4pJSVnP2SiOTk/NTMzlF5eizMzRhkRKh8TLx4UMP//AK4AAAQeBbAGBgAKAAD//wCuAAAEHgcgBiYACgAAAAcBYf/SAVv//wBi/+wEFgWwBgYACwAA//8AqQAABLYFsAYGAnEAAP//AKwAAASkBw4GJgAMAAAABwFbAH4BRf//ACv/6wS1B0oGJgGoAAAABwFfACEBmP//AFEAAASQBbAGBgACAAD//wCsAAAEYAWwBgYAAwAA//8AtQAABDAFsAYGAXsAAP//ALYAAAQ0BbAGBgAGAAD//wCiAAAEKgc+BiYBpgAAAAcBX//5AYz//wCUAAAETAWwBgYADgAA//8AjQAABD8FsAYGAAkAAP//AGr/7ARhBcQGBgAQAAD//wCiAAAEKgWwBgYBgAAA//8AvwAABHkFsAYGABEAAP//AGv/7ARdBcQGBgAEAAD//wBMAAAEhAWwBgYAFQAA//8ARQAABIcFsAYGAYIAAP//AFcAAASPBbAGBgAZAAD//wCc/+wENgROBgYAHAAA//8Ah//sBEUETgYGACAAAP//AKUAAAQnBfMGJgG5AAAABgFf9EH//wB6/+wEUgROBgYAKgAA//8Arf5gBD8ETgYGACsAAAABAI//7AQzBE4AMwAAZSImJyYmNTU0Njc2NjMyFhcWFhczNCYnJiYjIgYHBgYVFRQWFxYWMzI2NzY2NyMGBgcGBgJ7V3UjJB8fJCR1VjhhIyMpAa9COjuhYHu4PT4+Pj49uHtWnj09SQGvAS0lJV+CRTg3i0cqRoo4N0UmISFXMVKQNTQ9WEpLxGsqbMNKS1g7MjGDSC1NHB0gAP//AET+SwSFBDoGBgA0AAD//wBuAAAEcgQ6BgYAMwAA//8Ah//sBEUF3wYmACAAAAAGAWEGGv//ALcAAAQqBckGJgG1AAAABgFbcwD//wCv/+wENgROBgYALgAA//8AywAABFUFwwYGACQAAP//AMsAAARVBckGJgFtAAAABgFhNAT//wDT/ksDWAXDBgYAJQAA//8ApAAABJUFyQYmAboAAAAGAVsnAP//AET+SwSFBfQGJgA0AAAABgFfE0L//wBo//UEZgWwBCcAW/6CAAAABwBbAZoAAP//ALD+SwP7BekGJgFxAAAABgFkYPz//wHNBAcC4AYWBgYAbQAA//8AlAAABEwHIAYmAA4AAAAHAVsAdQFX//8AXQAABHIF3gYmACgAAAAHAVsAnAAV//8AUf6GBJAFsAYmAAIAAAAGAXIlAP//AJz+hgQ2BE4GJgAcAAAABgFy7QD///+J/+wEYQZWBiYAEAAAAAcCbP2UAJL//wC2AAAENAcjBiYABgAAAAcBWv+PAVr//wCiAAAEKgcXBiYBpgAAAAcBWv+CAU7//wCH/+wERQXiBiYAIAAAAAYBWpAZ//8ApQAABCcFzAYmAbkAAAAHAVr/fQAD//8AZQAABHIFsAYGAYMAAP//AGH+KASABDoGBgGXAAD//wAaAAAE4QdCBiYB4gAAAAcBdwRZAVT//wBAAAAEYAYZBiYB4wAAAAcBdwQ7ACv//wBZ/i8EcAXEBiYBpQAAAAYCbvGW//8Ah/45BEoETQYmAbgAAAAGAm4IoP//AGv+OQRdBcQGJgAEAAAABgJu/6D//wCP/jkEMwROBiYAHgAAAAYCbhOg//8APQAABHkFsAYGABoAAP//AEf+YASWBDoGBgGHAAD//wCuAAAEHgWwBgYACgAA//8AHQAABK4HSgYmAaQAAAAHAV8ADQGY//8AEQAABKwF8wYmAbcAAAAGAV/0Qf//AK4AAAQeBbAGBgAKAAD//wBRAAAEkAdKBiYAAgAAAAcBXwAPAZj//wCc/+wENgYIBiYAHAAAAAYBXwtW//8AUQAABJAHIAYmAAIAAAAHAWEADwFb//8AnP/sBDYF3gYmABwAAAAGAWELGf//ACAAAASrBbAGBgBIAAD//wAr/+wEqQROBgYASQAA//8AtgAABDQHSgYmAAYAAAAHAV8ABQGY//8Ah//sBEUGCQYmACAAAAAGAV8GV///AFr/6wRXBvIGJgIQAAAABwFh//sBLf//ALH/7ARfBE8GBgBRAAD//wCx/+wEXwXfBiYAUQAAAAYBYSga//8AHQAABK4HIAYmAaQAAAAHAWEADQFb//8AEQAABKwFyQYmAbcAAAAGAWH0BP//AFn/6wRwBzUGJgGlAAAABwFh//wBcP//AIf/7QRKBd0GJgG4AAAABgFhChj//wCiAAAEKgbuBiYBpgAAAAcBXv/9AT7//wClAAAEJwWkBiYBuQAAAAYBXvj0//8AogAABCoHFAYmAaYAAAAHAWH/+QFP//8ApQAABCcFyQYmAbkAAAAGAWH0BP//AGr/7ARhBzUGJgAQAAAABwFhABMBcP//AHr/7ARSBd4GJgAqAAAABgFhABn//wBj/+wEWgXEBgYB4AAA//8AXf/sBDUETgYGAeEAAP//AGP/7ARaBxsGJgHgAAAABwFhABQBVv//AF3/7AQ1BfoGJgHhAAAABgFh0DX//wBy/+wEUwc2BiYBsAAAAAcBYf/xAXH//wCB/+wEOgXeBiYByAAAAAYBYe0Z//8AK//rBLUG+gYmAagAAAAHAV4AJQFK//8ARP5LBIUFpQYmADQAAAAGAV4X9f//ACv/6wS1ByAGJgGoAAAABwFhACEBW///AET+SwSFBcoGJgA0AAAABgFhEwX//wAr/+sEtQdKBiYBqAAAAAcBYwCnAVv//wBE/ksEhQX0BiYANAAAAAcBYwCZAAX//wCrAAAEJwcgBiYBqgAAAAcBYf+zAVv//wCNAAAEJwXJBiYBwgAAAAYBYRsE//8AkAAABEsHIAYmAa4AAAAHAWH/4QFb//8AkAAABD8FyQYmAcYAAAAGAWFDBP//AFf+SwUWBbAGJgAZAAAABwJvAgQAAP//AG7+SwSlBDoGJgAzAAAABwJvAZMAAP//AIv/7AQcBgAGBgAfAAD//wAv/ksE4wWwBiYBpwAAAAcCbwHRAAD//wA3/ksE3gQ6BiYBuwAAAAcCbwHMAAD//wBR/qgEkAWwBiYAAgAAAAcBZQTfAAD//wCc/qgENgROBiYAHAAAAAcBZQSjAAD//wBRAAAEkAfGBiYAAgAAAAcBdgTIAVL//wCc/+wENgaEBiYAHAAAAAcBdgTEABD//wBRAAAE6QfuBiYAAgAAAAcCTP/1AVn//wCc/+wE5QasBiYAHAAAAAYCTPEX/////AAABJAH3QYmAAIAAAAHAkv/7AFI////+P/sBDYGmwYmABwAAAAGAkvoBv//AFEAAAS7CAQGJgACAAAABwJKAAEBNf//AJz/7AS4BsMGJgAcAAAABgJK/vT//wBRAAAEkAgvBiYAAgAAAAcCSf/zATb//wCc/+wENgbuBiYAHAAAAAYCSe/1//8AUf6oBJAHSAYmAAIAAAAnAVwAhwFbAAcBZQTfAAD//wCc/qgENgYGBiYAHAAAACcBXACDABkABwFlBKMAAP//AFEAAASQB94GJgACAAAABwJpAAABVP//AJz/7AQ2BpwGJgAcAAAABgJp/BL//wBRAAAEkAgEBiYAAgAAAAcCTQADAXr//wCc/+wENgbCBiYAHAAAAAYCTQA4//8AUQAABJAITAYmAAIAAAAHAmj/9AFJ//8AnP/sBDYHCgYmABwAAAAGAmjwB///AFEAAASQCCEGJgACAAAABwJt/9QBUf//AJz/7AQ2Bt8GJgAcAAAABgJt0A///wBR/qgEkAdKBiYAAgAAACcBXwAPAZgABwFlBN8AAP//AJz+qAQ2BggGJgAcAAAAJgFfC1YABwFlBKMAAP//ALb+sgQ0BbAGJgAGAAAABwFlBNIACv//AIf+qARFBE4GJgAgAAAABwFlBOMAAP//ALYAAAQ0B8YGJgAGAAAABwF2BL4BUv//AIf/7ARFBoUGJgAgAAAABwF2BL8AEf//ALYAAAQ0B1IGJgAGAAAABwFdAIkBYf//AIf/7ARFBhEGJgAgAAAABwFdAIoAIP//ALYAAATfB+4GJgAGAAAABwJM/+sBWf//AIf/7ATgBq0GJgAgAAAABgJM7Bj////yAAAENAfdBiYABgAAAAcCS//iAUj////z/+wERQacBiYAIAAAAAYCS+MH//8AtgAABLIIBAYmAAYAAAAHAkr/+AE1//8Ah//sBLMGxAYmACAAAAAGAkr59f//ALYAAAQ0CC8GJgAGAAAABwJJ/+kBNv//AIf/7ARFBu8GJgAgAAAABgJJ6vb//wC2/rIENAdIBiYABgAAACcBXAB9AVsABwFlBNIACv//AIf+qARFBgcGJgAgAAAAJgFcfhoABwFlBOMAAP//AK4AAAQeB8YGJgAKAAAABwF2BIoBUv//AMsAAARVBnAGJgFtAAAABwF2BO3//P//AK7+sgQeBbAGJgAKAAAABwFlBJ4ACv//AMv+sgRVBcMGJgAkAAAABwFlBQYACv//AGr+oARhBcQGJgAQAAAABwFlBN//+P//AHr+nwRSBE4GJgAqAAAABwFlBM3/9///AGr/7ARhB9sGJgAQAAAABwF2BMwBZ///AHr/7ARSBoQGJgAqAAAABwF2BLkAEP//AGr/7ATtCAMGJgAQAAAABwJM//kBbv//AHr/7ATaBqwGJgAqAAAABgJM5hf//wAA/+wEYQfyBiYAEAAAAAcCS//wAV3////t/+wEUgabBiYAKgAAAAYCS90G//8Aav/sBL8IGQYmABAAAAAHAkoABQFK//8Aev/sBK0GwwYmACoAAAAGAkrz9P//AGr/7ARhCEQGJgAQAAAABwJJ//cBS///AHr/7ARSBu4GJgAqAAAABgJJ5PX//wBq/qAEYQddBiYAEAAAACcBXACLAXAABwFlBN//+P//AHr+nwRSBgYGJgAqAAAAJgFceBkABwFlBM3/9///AGP/7ATGByAGJgDYAAAABwFbAIQBV///AHf/7ASuBd4GJgE1AAAABgFbfBX//wBj/+wExgcjBiYA2AAAAAcBWv+YAVr//wB3/+wErgXhBiYBNQAAAAYBWpAY//8AY//sBMYHxgYmANgAAAAHAXYExwFS//8Ad//sBK4GhAYmATUAAAAHAXYEvwAQ//8AY//sBMYHUgYmANgAAAAHAV0AkgFh//8Ad//sBK4GEAYmATUAAAAHAV0AigAf//8AY/6oBMYF+gYmANgAAAAHAWUE0wAA//8Ad/6fBK4EqgYmATUAAAAHAWUEy//3//8Ai/6oBEIFsAYmABYAAAAHAWUEyAAA//8AtP6oBB8EOgYmADAAAAAHAWUEngAA//8Ai//sBEIHugYmABYAAAAHAXYE5gFG//8AtP/sBB8GcQYmADAAAAAHAXYEuP/9//8Ai//sBYMHIAYmAOwAAAAHAVsAdAFX//8AtP/sBT8FyQYmAUkAAAAGAVt2AP//AIv/7AWDByMGJgDsAAAABwFa/4gBWv//ALT/7AU/BcwGJgFJAAAABgFaigP//wCL/+wFgwfGBiYA7AAAAAcBdgS3AVL//wC0/+wFPwZwBiYBSQAAAAcBdgS5//z//wCL/+wFgwdSBiYA7AAAAAcBXQCCAWH//wC0/+wFPwX7BiYBSQAAAAcBXQCEAAr//wCL/qAFgwXoBiYA7AAAAAcBZQTN//j//wC0/qgFPwSTBiYBSQAAAAcBZQSQAAD//wA9/rIEeQWwBiYAGgAAAAcBZQTDAAr//wBE/gsEhQQ6BiYANAAAAAcBZQWn/2P//wA9AAAEeQfFBiYAGgAAAAcBdgS0AVH//wBE/ksEhQZxBiYANAAAAAcBdgTM//3//wA9AAAEeQdRBiYAGgAAAAcBXQB/AWD//wBE/ksEhQX8BiYANAAAAAcBXQCXAAv//wB8/u0E4QYABCYAH/EAACcCagEvAkcABgBmIYT//wCp/qAE3wWwBiYCcQAAAAcCbgIgAAf//wCk/pkEugQ6BiYBugAAAAcCbgH7AAD//wCN/pkEqAWwBiYACQAAAAcCbgHpAAD//wCl/pkEsAQ6BiYBvQAAAAcCbgHxAAD//wBM/pkEhAWwBiYAFQAAAAcCbgCMAAD//wBo/pkEewQ6BiYBvwAAAAcCbgCVAAD//wBX/pkE5wWwBiYAGQAAAAcCbgIoAAD//wBu/pkEdgQ6BiYAMwAAAAcCbgG3AAD//wCr/pkEsAWwBiYBqgAAAAcCbgHxAAD//wCN/pkEsAQ6BiYBwgAAAAcCbgHxAAD//wCr/pkEJwWwBiYBqgAAAAcCbgDeAAD//wCN/pkEJwQ6BiYBwgAAAAcCbgDdAAD//wC1/pkEMAWwBiYBewAAAAcCbv86AAD//wC3/pkEKgQ6BiYBtQAAAAcCbv8LAAD//wAd/pkE+wWwBiYBpAAAAAcCbgI8AAD//wAR/pkE7wQ6BiYBtwAAAAcCbgIwAAD//wAm/jsEiQXDBiYCCgAAAAcCbgC//6L//wAm/jsEhQROBiYCCwAAAAcCbgCb/6L//wCuAAAELAYABgYAIwAAAAIAEgAABEAEOgAYACcAAEE1ITUjFSMVMxEhMjY3NjY1NCYnJiYjITURITIWFxYWFRQGBwYGIyECj/7PuZOTAgRhmDQ0Njc0NJdh/rUBSzpTGxsaGRsbVDr+tQMjl4CAl/zdNC4tfUhJeiwsMYP+5iEaG0MjJEIZGR4AAv/UAAAEUQWwABgAJwAAQTUjNSMVIxUzESEyNjc2NjU0JicmJiMhNREhMhYXFhYVFAYHBgYjIQJR8LnU1AHDdLU+PkFBPj61dP72AQpOcSUlIyMlJXFO/vYEUJfJyZf7sD85OaBgYZw4Nzz3/nIrJCVjODlnJycuAAAC/9QAAARRBbAAGAAnAABBNSM1IxUjFTMRITI2NzY2NTQmJyYmIyE1ESEyFhcWFhUUBgcGBiMhAlHwudTUAcN0tT4+QUE+PrV0/vYBCk5xJSUjIyUlcU7+9gRQl8nJl/uwPzk5oGBhnDg3PPf+ciskJWM4OWcnJy4AAAH//QAABDAFsAANAABBNSERITUhESMVMxEzEQJ6/vUCwfyFuLi6AqyXAdWY/ZOX/VQCrAAB//sAAAQqBDoADQAAQTUhESE1IREjFTMRMxECeP75Arn8jby8ugHflwErmf48l/4hAd8AAf//AAAEwAWwABQAAEEBMwEBIwEjESE1ITUjFSMVMxEzEQIXAcbj/egB79T+RZwBEP7wubS0uQKT/W0C7wLB/XoBP5ewsJf7lwKTAAH/6QAABHQGAAAUAABzMxE3ATMBASMBBxEzNSM1IxUjFTO6uogBjev+BwG24f6defLyutHRAXaD/gcCdwHD/pyCAm2XqKiX//8Aov6KBOMHPgYmAaYAAAAnAV//+QGMAAcAXwJg/9r//wCl/ooE4AXzBiYBuQAAACYBX/RBAAcAXwJd/9r//wCN/ooE2AWwBiYACQAAAAcAXwJV/9r//wCl/ooE4AQ6BiYBvQAAAAcAXwJd/9r//wCU/ooFAgWwBiYADgAAAAcAXwJ//9r//wCJ/ooE5AQ6BiYBvAAAAAcAXwJh/9r//wAv/ooE5AWwBiYBpwAAAAcAXwJh/9r//wA3/ooE3wQ6BiYBuwAAAAcAXwJc/9oAAQA9AAAEeQWwABEAAEE1IwEjASMBIwEjFTMXEzMTNwObowGB0v61Av620wGAn+ICA6wDAgISlwMH/SUC2/z5lwP98QIQAgAAAQBH/mAElgQ6ABEAAEU1IwEjAQcjJwEjASMVMxEzEQOxvAGhvv6zGgEX/qy+AaS33roLlwOu/PBiYgMQ/FKX/msBlQABAFcAAASPBbAAEQAAQTUjASMBASMBIxUzATMBATMBA66dAXTa/sb+ytkBdKWy/nTbAUMBQtj+dQKelwJ7/cUCO/2Fl/1iAkb9ugKeAAABAG4AAARyBDoAEQAAQTUjASMBASMBIxUzATMBATMBA6KOAVPZ/t/+4tYBU6e1/pTYASsBK9b+lAHhlwHC/m8Bkf4+l/4fAZz+ZAHhAP//AIv/7ARgBE0GBgGJAAAAAQBPAosEjAMiAAMAAEE1IRUEjPvDAouXlwABAAAD5wCxABYAhwAFAAEAAAAAAAAAAAAAAAAAAwABAAAAAAAAABwAeQDaASEBOgFQAboB0gHqAhoCOAJIAmgCgAL1AywDpQPiBFEEZASXBK0E0QTwBQgFIAWMBfQGQgaGBtIHBQd8B7EH3wghCD8IVAitCOAJLgmECdoKAQpuCqgK1grsCxELMAtkC3sL1wvpDCwMmwy6DQUNZw15DggOag58Dr8PLg+bD+kQQhB1EQURLBHpEjYS4xNRE4gT3hP8FHQUzBVBFZcV5hYTFlsWZxa/FxoXdheUF7IYDxhsGIEYlxijGLAYwRjYGQMZEBkdGSoZNxlHGWEZexmVGa4ZuxnIGfQZ/BoEGkYaiBqbGq0a7xtCG1YbahuCG48brhvPG/0cERw1HIQcmhyxHM4c7Bz9HQwdGx0rHcoesh7AHtQe7B8OH54gDCAzIH0goSDaIXMiJiL1IxMjKSN3I4MjjyObI6cjsyO/JAIkDiQaJCYkMiQ+JEokVSRhJG0krCS4JMQk0CTcJOgk9CUAJQwlPiV+Jb0lySXVJeEmCiYWJiImLiY6JkYmUiZeJmomqia2JsImzibaJuYm8ib+JxonJicyJz4nSidWJ2Inbid6J4Yn7if6KAYoeSiFKJEonSipKLUowSjNKNgo5CkAKQwpGCkkKTApPClIKY8pmymnKgUqESodKikqNSpBKk0qWSplKnEqfSqJKpUqoSqtKrgqxCrPKtoq5St4K4MrjiuaK6Yrsiu9K8gr1CvgLD8sSixVLGAsayx2LIEsjCyXLOMtVS1gLWstdi20LcAtzC3XLeMt7i35LgQuUS5dLmkudS6BLo0umS6lLsgu0y7eLuou9S8ALwsvFi8hLywvjC+YL6MwCTAUMCAwKzA2MEIwTjBZMGQwcDCxML0wyDDTMN4w6TD0MTIxPjFJMZ4xqTG1McAxyzHWMeEx7TH5MgQyDzIbMiYyMTJAMk8yYzKfMqwy1zLuMxUzXzN2M4kznzPNM/w0ETQRNB40UDRdNHI0ojUANSU1VzWPNZ41rTW2NeU1/DYLNjo2QjZSNm02xDbYNvI3BTchN3s3tTgNOH849DkROY46BjpiOpY67DsZO2Q76zwbPG48zz0iPVI9jT3zPjQ+sD8iP28/9UAzQIdA5EEgQVFBakGiQeBCCkKCQptCz0MBQxpDRUNdQ3pDsEPsRCFEdUTPRQpFgUXaRepGHUZIRsBG2Eb1RyVHP0dXR2pHfUfcR/VIJEg8SFpIkEjMSQFJUkmpSeFKOEqKSt9LHUtbS3RLy0whTGBM3U1KTW9NlE3CTfBOOE6ETtVPKE+8UFlQ1FEoUVRRg1H+UndS+1NYVC9U8lVeVcBWAlZIVnRWiFbAVtFW4VfBWBVYVVi0WMdY2lkQWUZZa1mPWa9Zz1nqWgVaUVqJWyRbxFviXABcO1xxXJtdEF1qXald414UXkVetV78X0NfU19jX5hf6GCWYRFhiWHuYlhi02NIY6Jj92RVZKdk+GU7ZaplqmWqZaplqmWqZaplqmWqZaplqmWqZapltmXQZd1l/GYwZn9nHWd9Z+NoKGjMac1qpWtJa7drymvmbABs0W0QbTZtNm4IbmhusW7sbwhvJG9Wb2tvim/jcDRwanCDcJlw73EHcR9xT3FtcX1xmHGwcgFyXHKZcw1zIHNUc2xzkXOwc8pz4XQ0dGZ0c3S0dNx1KnU4dV11lHWxdg92F3Yfdit2NnZCdk12WXZldnF2fXaJdpR2n3ardrd2w3bOdtl25Hbvdvt3BncSdx53KXc1d0B3S3dWd2F3bXd5d4R3kHebd6d3s3e/d8p31Xfhd+13+HgDeA54GXhfeGp4dXiAeIt4lniheKx47Hj3eQJ5DXkZeSV5MXk8eUd5h3mSeZ55qnm2ecJ5znnaeeZ58nn9egh6E3ofeip6NnpBekx6V3piem16eHqEeo96mnqmerJ7C3sXeyJ7LXs5e0R7T3tbe2d7c3t/e4t7l3uje657tnu+e8Z7znvWe9575nvue/Z7/nwGfA58FnwefCp8NnxBfEx8V3xifG18dXx9fIV8jXyVfKB8q3y2fMF8zHzYfOR9XH1kfXB9eH2AfYx9mH2gfah9sH24fcR9zH3Ufdx95H3sffR9/H4Efgx+FH4cfid+L343foV+jX6VfqB+q36zfrt+xn7Oftl+5H7xfvx/BH8Qfxx/J38yfz5/Sn9Wf2F/bX91f31/iX+Vf6B/q3+2f8F/yX/Rf9l/5X/wf/iABIAPgBuAJoAugDaAQoBNgFmAYYBsgHiAg4CPgJqApoCxgL2AyIDUgN+A54DvgPuBBoESgR2BKYE0gUCBS4FXgWOBb4F6gYaBkYGdgamBsYG9gcmB1YHhge2B+YIFghCCHIIngjOCPoJKglWCZYJ1goGCjIKYgqOCr4K6gsaC0YLhgvCC/IMIgxSDIIMsgziDRINPg1uDZoNyg32DiYOUg6SDs4O/g8uD14Pjg++D+4QHhBOEH4QqhDaEQYRNhFiEZIRvhH+EjoSahKWEsYS8hMiE1ITghOyE+IUEhRCFHIUohTSFQIVLhVeFYoVuhXqFhoWShZ6FqoW2hcKFzoXaheaF8oYBhg2GGYYlhjGGPYZJhlWGYYZthnmGhYaRhp2GqYa1hsGGzYbZhuGHHodbh5iHsofMh/KIFogmiDWIQYhNiFmIZYhxiH2IoYjDiOqJEYkZiSYAAQAAAAMAALCPXPRfDzz1AAsIAAAAAADE8BEuAAAAANrYP6v8Bf3VBkcIYgAAAAkAAgAAAAAAAATNAAAAAABRAKwAawCbALYAvwBkAI0ArgBiAKwAxgCUAI8AagC/AF4AtQB2AEwAiwBHAEkAVwA9AHIAnACvAI8AiwCHAJgAjACuAMsA0wCwAMsAXQCuAHoArQCMAUkArwCOALQAYgAwAG4ARACgAJEA0ABVAF4ASwC7AI0AcACxAJUBggE8AUMBHAEQACQAMAAmACAAKwBPAC4ASQCoAK0AugCpALEAogCTAHEAIQCgABEAaQB/AGcB5gHyAL8AzAFiAfACIgHmAQkB+AGaAJsA2gBKAE8B7gFiAewBzQG8AUkBLQEvAe4BYgFlAUABqgGVAUMBQwGMAYwAdwCpAJwAtQBzAK0AqQCNAKoAsgC7AMIAvQD8AOcBKwAsADYCHAH/AHcAeQBaAFcAZwFpAKAAPQBrAEAAVwDTAOcAMABRAFEAUQBRAFEAUQBRAFEAUQBRACAAawBrAGsAawCb/8UAtgC2ALYAtgC2ALYAtgC2AK8Atv/FAGQAZABkABgAjQCuAK4ArgCuAK4ArgCuAK4ArgBiAKwAxgDGAMYAxgA6AI8AjwCPAI8AagBqAGoAagBqAGMAagBqAEcARwBqALUAtQC1AHYAdgB2AHYATABMAIsAiwCLAIsAiwCLAIsAiwCLAIsAiwBJAEkASQBJAD0APQA9AD0AcgByAHIAnACcAJwAnACcAJwAnACcAJwAnAArAI8AjwCPAI8AZAB8AIcAhwCHAIcAhwCHAIcAhwC4AIcAjACMAIwAC//nAMsAywDLAMsAywDLAMsAywCwALAAywCZAMsAhQDLAK4ArgCuAK4AegB6AHoAegB6AHcAegB6AHoAegB6AUkBFAEQAK8ArwCvAK8AjgB/ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAAwADAAMAAwAEQARABEAEQAoACgAKABnwGaAMEAigEBATsB8gEfAZoA9gEw/ScBzQGOAS4AAADUALwA8QDLAIAAUAHIALABrfzK/Wj8iP1Z/AUCKQETAjAAtQAuAGoANgCRAKIAcABFAGUAYQCBAK4ARwB4AIsAdQCkALkAuAA5AK8AWQClAHgAbQCtAJ4AbgBhAE8AmAA2AC4AKgCBAB4AgwBDAKIAogBGAB0AWQCiAC8AKwCmAKsAfQB9ADIAkACoAHIAdwBBAIEApAC3ADYAEQCHAKUApAA3AIkApQClAGgAegCqAI0AgQB2ADkAkAClAIEAcQBP/+kAjwAmAIIAHAClAGsAXwAcAH0AmwAnAFcAcQBwAFUAaQBQAFEAygDeAGMAXQAaAFEARQA3AGoAegBNAGcAcQBfAJcAvwB2ANEA/AHDAjz+q/60AL8ArQC2ALYAuQC4AK4AowAtADgAcgBuAG0AdABoAFwAOQA0AKsAkgDjACYAJgDIALQAtgCzAFoAlACJAEIAdABhAE0AZQA3AFAAswDQABQALwBvAHUAjgCgAEwASQBsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKYBzwFcAQ8BSwB/AEkA3QB5AJkAUAAzACQAQQB+AKcAMwA5ADUA+ACOAAAAXAAPAREA/AAQAQsBPgH5ADYA0ABuALcAyADnAHwAmwDZAJYAtADRAJsAwgCCAF4AkACKAF0AtQBWAC8AYABNALkBUgFCATUB0QH1AXQCBgFgAMwAqQDS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AGQBZgBAAEQBbABGAEUARwBeAKIAngCgAKcAoQClAEgAqwC1AK8AsgCzAMQAvwDBAMIAuQDSANcA0wDVAN0A1gB/ANsA6wDnAOkA6gD2AE0AUAEBAP0A/wEGAQABBABJAQoBFAEOAREBEgEhAR0BHwEgAEwBLwE0ATABMgE6ATMAgAE4AUgBRAFGAUcBUwBOAVUAowECAJ8A/gCkAQMAqQEIAKwBCwJ1AnYAqgEJAK0BDACuAQ0AtgEVALABDwC0ARMAuAEXALEBEAC7ARkAugEYAncCeAC8ARoAvgEcAL0BGwDHASQAxQEiAMABHgDGASMAwwFtAW4BbwDIASUAyQEmAE8AygEnAMwBKQDLASgAzQEqAM4BKwDPASwA0QEuANABLQJ5ALcBFgDaATcA1AExANkBNgBKAEsA3gE7AOABPQDfATwA4QE+AOQBQQDjAUAA4gE/An4CgADmAUMA5QFCAPEBTgDuAUsA6AFFAPABTQDtAUoA7wFMAPMBUAD3AVQA+AD6AVcA/AFZAPsBWAFwANgBNQDsAUkApgEFAKgBBwDcATkBXAFkAV8BYAFiAWcBXQFjAXgBeQLUAXoC1QLWAtcBewF8At4C3wLgAX0C4QLiAX4C4wLkAX8C5QGAAuYBgQLnAugBggLpAYMBhALqAusC7ALtAu4C7wLwAvEBjgLzAvQBjwLyAZABkQGSAZMBlAGVAZYC9QGXAZgDKgL7AZwC/AGdAv0C/gL/AwABngGfAaADAgMrAwMBoQMEAaIDBQMGAaMDBwGkAaUBpgMIAwEBpwMJAwoDCwMMAw0DDgMPAagDEAMRAxIBswG0AbUBtgMTAbcBuAG5AxQBugG7AbwBvQMVAb4DFgMXAb8DGAHAAxkDLAMaAcsDGwHMAxwDHQMeAx8BzQHOAc8DIAMtAyEB0AHRAdID1AMuAy8B4AHhAeIB4wMwAzEB8wH0A9kD2gPTA9IB9QH2AfcB+APVA9YB+QH6A80DzgMyAzMDvwPAAfsB/APXA9gB/QH+A8EDwgH/AgACAQICAgMCBAM0AzUDwwPEAzYDNwPhA+IDxQPGAgUCBgPHA8gCBwIIAgkD0QIKAgsDzwPQAzgDOQM6AgwCDQPfA+ACDgIPA9sD3APJA8oD3QPeAhADRQNEA0YDRwNIA0kDSgIRAhIDywPMA18DYAITAhQDYQNiA+MD5AIVA2MD5QNkA2UA9QFSAPIBTwD0AVEA+QFWAGgAaQPmAjEAbABtAG4CMgBvAHAAcQCQAJEAZQIzAGMDvgI2AkEAfbgB/4WwBI0AAAAAEQDSAAMAAQQJAAAAtAAAAAMAAQQJAAEAFgC0AAMAAQQJAAIADgDKAAMAAQQJAAMAOgDYAAMAAQQJAAQAJgESAAMAAQQJAAUAGgE4AAMAAQQJAAYAJAFSAAMAAQQJAAcASgF2AAMAAQQJAAkADAHAAAMAAQQJAAsAFAHMAAMAAQQJAAwAJgHgAAMAAQQJAA0AXAIGAAMAAQQJAA4AVAJiAAMAAQQJAQAADAK2AAMAAQQJAQsADALCAAMAAQQJAQ4ADgDKAAMAAQQJAREADALOAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAgAFQAaABlACAAUgBvAGIAbwB0AG8AIABNAG8AbgBvACAAUAByAG8AagBlAGMAdAAgAEEAdQB0AGgAbwByAHMAIAAoAGgAdAB0AHAAcwA6AC8ALwBnAGkAdABoAHUAYgAuAGMAbwBtAC8AZwBvAG8AZwBsAGUAZgBvAG4AdABzAC8AcgBvAGIAbwB0AG8AbQBvAG4AbwApAFIAbwBiAG8AdABvACAATQBvAG4AbwBSAGUAZwB1AGwAYQByADMALgAwADAAMAA7AEcATwBPAEcAOwBSAG8AYgBvAHQAbwBNAG8AbgBvAC0AUgBlAGcAdQBsAGEAcgBSAG8AYgBvAHQAbwAgAE0AbwBuAG8AIABSAGUAZwB1AGwAYQByAFYAZQByAHMAaQBvAG4AIAAzAC4AMAAwADAAUgBvAGIAbwB0AG8ATQBvAG4AbwAtAFIAZQBnAHUAbABhAHIAUgBvAGIAbwB0AG8AIABNAG8AbgBvACAAaQBzACAAYQAgAHQAcgBhAGQAZQBtAGEAcgBrACAAbwBmACAARwBvAG8AZwBsAGUALgBHAG8AbwBnAGwAZQBHAG8AbwBnAGwAZQAuAGMAbwBtAEMAaAByAGkAcwB0AGkAYQBuACAAUgBvAGIAZQByAHQAcwBvAG4ATABpAGMAZQBuAHMAZQBkACAAdQBuAGQAZQByACAAdABoAGUAIABBAHAAYQBjAGgAZQAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAyAC4AMABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAGEAYwBoAGUALgBvAHIAZwAvAGwAaQBjAGUAbgBzAGUAcwAvAEwASQBDAEUATgBTAEUALQAyAC4AMABXAGUAaQBnAGgAdABJAHQAYQBsAGkAYwBOAG8AcgBtAGEAbAACAAAAAAAA/2oAZAAAAAEAAAAAAAAAAAAAAAAAAAAAA+cAAAADACQAJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQBEAEUARgBHAEgASQBKAEsATABNAE4ATwBQAFEAUgBTAFQAVQBWAFcAWABZAFoAWwBcAF0AEwAUABUAFgAXABgAGQAaABsAHADxAPIA8wCdAJ4A9AD1APYAkACgALAAsQDqAO0A7gECAIkBAwAHAIQAhQCWAKYA9wEEAQUAvQAEAKMAIgCiAA8AEQAdAB4AqwDDAIcAQgAQALIAswAKAAUAtgC3AMQAtAC1AMUBBgEHAAsADAA+AEAAXgBgAL4AvwAOAO8AkwDwALgAIACPAKcAHwAhAJQAlQCkABIAPwC8AAgAxgBfAOgAggDCAIsAigCMAIMADQAGAAkAIwCGAIgAQQBhAMkBCADHAGIArQEJAQoAYwELAK4BDAD9AP8AZAENAQ4BDwBlARABEQDIAMoBEgDLARMBFAEVAOkA+AEWARcBGAEZAMwBGgDNAM4A+gDPARsBHAEdAR4BHwEgASEBIgEjAOIBJAElASYAZgDQAScA0QBnANMBKAEpASoAkQErAK8BLAEtAS4BLwDkAPsBMAExATIA1AEzANUAaADWATQBNQE2ATcBOAE5AToBOwE8AT0A6wE+ALsBPwFAAOYBQQBpAUIAawBsAGoBQwFEAG4BRQBtAUYA/gEAAG8BRwFIAQEAcAFJAUoAcgBzAUsAcQFMAU0BTgD5AU8BUAFRAVIAdAFTAHYAdwB1AVQBVQFWAVcBWAFZAVoBWwFcAOMBXQFeAV8AeAB5AWAAewB8AHoBYQFiAWMAoQFkAH0BZQFmAWcBaADlAPwBaQFqAWsAfgFsAIAAgQB/AW0BbgFvAXABcQFyAXMBdAF1AXYA7AF3ALoBeAF5AOcBegBDAI0A2ADZANoA2wDcAI4A3QDfAOEBewDeAOABfAACAKkAlwCqANcBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAKgBiwGMAY0BjgGPAZABkQCfAZIBkwGUAZUBlgGXAZgBmQGaAZsBnACbAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAJgAmgCZAKUAkgCcALkCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncArAJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgK3ArgCuQK6ArsCvAK9Ar4CvwLAAsECwgLDAsQCxQLGAscCyALJAsoCywLMAs0CzgLPAtAC0QLSAtMC1ALVAtYC1wLYAtkC2gLbAtwC3QLeAt8C4ALhAuIC4wLkAuUC5gLnAugC6QLqAusC7ALtAu4C7wLwAvEC8gLzAvQC9QL2AvcC+AL5AvoC+wL8Av0C/gL/AwADAQMCAwMDBAMFAwYDBwMIAwkDCgMLAwwDDQMOAw8DEAMRAxIDEwMUAxUDFgMXAxgDGQMaAxsDHAMdAx4DHwMgAyEDIgMjAyQDJQMmAycDKAMpAyoDKwMsAy0DLgMvAzADMQMyAzMDNAM1AzYDNwM4AzkDOgM7AzwDPQM+Az8DQANBA0IDQwNEA0UDRgNHA0gDSQNKA0sDTANNA04DTwNQA1EDUgNTA1QDVQNWA1cDWANZA1oDWwNcA10DXgNfA2ADYQNiA2MDZANlA2YDZwNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34DfwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQOSA5MDlAOVA5YDlwOYA5kDmgObA5wDnQOeA58DoAOhA6IDowOkA6UDpgOnA6gDqQOqA6sDrAOtA64DrwOwA7EDsgOzA7QDtQO2A7cDuAO5A7oDuwO8A70DvgO/A8ADwQPCA8MDxAPFA8YDxwPIA8kDygPLA8wDzQPOA88D0APRA9ID0wPUA9UD1gPXA9gD2QPaA9sD3APdA94D3wPgA+ED4gPjA+QD5QPmA+cD6APpA+oMa2dyZWVubGFuZGljBXNjaHdhBGxpcmEGcGVzZXRhBm1pbnV0ZQZzZWNvbmQGQWJyZXZlB0FtYWNyb24HQW9nb25lawpBcmluZ2FjdXRlB0FFYWN1dGULQ2NpcmN1bWZsZXgGRGNhcm9uBkRjcm9hdAZFYnJldmUGRWNhcm9uCkVkb3RhY2NlbnQHRW1hY3JvbgNFbmcHRW9nb25lawtHY2lyY3VtZmxleAxHY29tbWFhY2NlbnQESGJhcgtIY2lyY3VtZmxleAZJYnJldmUHSW1hY3JvbgdJb2dvbmVrBkl0aWxkZQtKY2lyY3VtZmxleAxLY29tbWFhY2NlbnQGTGFjdXRlBkxjYXJvbgxMY29tbWFhY2NlbnQETGRvdAZOYWN1dGUGTmNhcm9uDE5jb21tYWFjY2VudAZPYnJldmUFT2hvcm4NT2h1bmdhcnVtbGF1dAdPbWFjcm9uC09zbGFzaGFjdXRlBlJhY3V0ZQZSY2Fyb24MUmNvbW1hYWNjZW50BlNhY3V0ZQtTY2lyY3VtZmxleARUYmFyBlRjYXJvbgZVYnJldmUFVWhvcm4NVWh1bmdhcnVtbGF1dAdVbWFjcm9uB1VvZ29uZWsFVXJpbmcGVXRpbGRlBldhY3V0ZQtXY2lyY3VtZmxleAlXZGllcmVzaXMGV2dyYXZlC1ljaXJjdW1mbGV4BllncmF2ZQZaYWN1dGUKWmRvdGFjY2VudAZhYnJldmUHYW1hY3Jvbgdhb2dvbmVrCmFyaW5nYWN1dGUHYWVhY3V0ZQtjY2lyY3VtZmxleAZkY2Fyb24GZWJyZXZlBmVjYXJvbgplZG90YWNjZW50B2VtYWNyb24DZW5nB2VvZ29uZWsLZ2NpcmN1bWZsZXgMZ2NvbW1hYWNjZW50BGhiYXILaGNpcmN1bWZsZXgGaWJyZXZlB2ltYWNyb24HaW9nb25lawZpdGlsZGULamNpcmN1bWZsZXgMa2NvbW1hYWNjZW50BmxhY3V0ZQZsY2Fyb24MbGNvbW1hYWNjZW50BGxkb3QGbmFjdXRlBm5jYXJvbgxuY29tbWFhY2NlbnQGb2JyZXZlBW9ob3JuDW9odW5nYXJ1bWxhdXQHb21hY3Jvbgtvc2xhc2hhY3V0ZQZyYWN1dGUGcmNhcm9uDHJjb21tYWFjY2VudAZzYWN1dGULc2NpcmN1bWZsZXgEdGJhcgZ0Y2Fyb24GdWJyZXZlBXVob3JuDXVodW5nYXJ1bWxhdXQHdW1hY3Jvbgd1b2dvbmVrBXVyaW5nBnV0aWxkZQZ3YWN1dGULd2NpcmN1bWZsZXgJd2RpZXJlc2lzBndncmF2ZQt5Y2lyY3VtZmxleAZ5Z3JhdmUGemFjdXRlCnpkb3RhY2NlbnQIZG90YmVsb3cLY29tbWFhY2NlbnQCSUoCaWoFbG9uZ3MHdW5pMDIzNwd1bmkwMkYzCWdyYXZlY29tYglhY3V0ZWNvbWIJdGlsZGVjb21iBGhvb2sHdW5pMDMwRgV0b25vcw1kaWVyZXNpc3Rvbm9zCWFub3RlbGVpYQVHYW1tYQVUaGV0YQZMYW1iZGECWGkCUGkFU2lnbWEDUGhpA1BzaQVhbHBoYQRiZXRhBWdhbW1hBWRlbHRhB2Vwc2lsb24EemV0YQNldGEFdGhldGEEaW90YQZsYW1iZGECeGkDcmhvBnNpZ21hMQVzaWdtYQN0YXUHdXBzaWxvbgNwaGkDcHNpBW9tZWdhB3VuaTAzRDEHdW5pMDNEMgd1bmkwM0Q2B3VuaTA0MDIHdW5pMDQwNAd1bmkwNDA5B3VuaTA0MEEHdW5pMDQwQgd1bmkwNDBGB3VuaTA0MTEHdW5pMDQxNAd1bmkwNDE2B3VuaTA0MTcHdW5pMDQxOAd1bmkwNDFCB3VuaTA0MjMHdW5pMDQyNgd1bmkwNDI3B3VuaTA0MjgHdW5pMDQyOQd1bmkwNDJBB3VuaTA0MkIHdW5pMDQyQwd1bmkwNDJEB3VuaTA0MkUHdW5pMDQyRgd1bmkwNDMxB3VuaTA0MzIHdW5pMDQzMwd1bmkwNDM0B3VuaTA0MzYHdW5pMDQzNwd1bmkwNDM4B3VuaTA0M0EHdW5pMDQzQgd1bmkwNDNDB3VuaTA0M0QHdW5pMDQzRgd1bmkwNDQyB3VuaTA0NDQHdW5pMDQ0Ngd1bmkwNDQ3B3VuaTA0NDgHdW5pMDQ0OQd1bmkwNDRBB3VuaTA0NEIHdW5pMDQ0Qwd1bmkwNDREB3VuaTA0NEUHdW5pMDQ0Rgd1bmkwNDUyB3VuaTA0NTQHdW5pMDQ1OQd1bmkwNDVBB3VuaTA0NUIHdW5pMDQ1Rgd1bmkwNDYwB3VuaTA0NjEHdW5pMDQ2Mwd1bmkwNDY0B3VuaTA0NjUHdW5pMDQ2Ngd1bmkwNDY3B3VuaTA0NjgHdW5pMDQ2OQd1bmkwNDZBB3VuaTA0NkIHdW5pMDQ2Qwd1bmkwNDZEB3VuaTA0NkUHdW5pMDQ2Rgd1bmkwNDcyB3VuaTA0NzMHdW5pMDQ3NAd1bmkwNDc1B3VuaTA0NzgHdW5pMDQ3OQd1bmkwNDdBB3VuaTA0N0IHdW5pMDQ3Qwd1bmkwNDdEB3VuaTA0N0UHdW5pMDQ3Rgd1bmkwNDgwB3VuaTA0ODEHdW5pMDQ4Mgd1bmkwNDgzB3VuaTA0ODQHdW5pMDQ4NQd1bmkwNDg2B3VuaTA0ODgHdW5pMDQ4OQd1bmkwNDhFB3VuaTA0OEYHdW5pMDQ5MAd1bmkwNDkxB3VuaTA0OTQHdW5pMDQ5NQd1bmkwNDlDB3VuaTA0OUQHdW5pMDRBMAd1bmkwNEExB3VuaTA0QTQHdW5pMDRBNQd1bmkwNEE2B3VuaTA0QTcHdW5pMDRBOAd1bmkwNEE5B3VuaTA0QjQHdW5pMDRCNQd1bmkwNEI4B3VuaTA0QjkHdW5pMDRCQQd1bmkwNEJDB3VuaTA0QkQHdW5pMDRDMwd1bmkwNEM0B3VuaTA0QzcHdW5pMDRDOAd1bmkwNEQ4B3VuaTA0RTAHdW5pMDRFMQd1bmkwNEZBB3VuaTA0RkIHdW5pMDUwMAd1bmkwNTAyB3VuaTA1MDMHdW5pMDUwNAd1bmkwNTA1B3VuaTA1MDYHdW5pMDUwNwd1bmkwNTA4B3VuaTA1MDkHdW5pMDUwQQd1bmkwNTBCB3VuaTA1MEMHdW5pMDUwRAd1bmkwNTBFB3VuaTA1MEYHdW5pMDUxMAd1bmkyMDAwB3VuaTIwMDEHdW5pMjAwMgd1bmkyMDAzB3VuaTIwMDQHdW5pMjAwNQd1bmkyMDA2B3VuaTIwMDcHdW5pMjAwOAd1bmkyMDA5B3VuaTIwMEEHdW5pMjAwQg11bmRlcnNjb3JlZGJsDXF1b3RlcmV2ZXJzZWQHdW5pMjAyNQd1bmkyMDc0CW5zdXBlcmlvcgRFdXJvB3VuaTIxMDUHdW5pMjExMwd1bmkyMTE2CWVzdGltYXRlZAlvbmVlaWdodGgMdGhyZWVlaWdodGhzC2ZpdmVlaWdodGhzDHNldmVuZWlnaHRocwd1bmlGRUZGB3VuaUZGRkMHdW5pRkZGRBNjaXJjdW1mbGV4dGlsZGVjb21iEmNpcmN1bWZsZXhob29rY29tYhNjaXJjdW1mbGV4Z3JhdmVjb21iE2NpcmN1bWZsZXhhY3V0ZWNvbWIOYnJldmVncmF2ZWNvbWIRY29tbWFhY2NlbnRyb3RhdGUGQS5zbWNwBkIuc21jcAZDLnNtY3AGRC5zbWNwBkUuc21jcAZGLnNtY3AGRy5zbWNwBkguc21jcAZJLnNtY3AGSi5zbWNwBksuc21jcAZMLnNtY3AGTS5zbWNwBk4uc21jcAZPLnNtY3AGUS5zbWNwBlIuc21jcAZTLnNtY3AGVC5zbWNwBlUuc21jcAZWLnNtY3AGVy5zbWNwBlguc21jcAZZLnNtY3AGWi5zbWNwDWJyZXZlaG9va2NvbWIOYnJldmVhY3V0ZWNvbWIIY3Jvc3NiYXIJcmluZ2FjdXRlCWRhc2lhb3hpYQ5icmV2ZXRpbGRlY29tYgtjeXJpbGxpY3RpYwxjeXJpbGxpY2hvb2sGUC5zbWNwBUsuYWx0D0dlcm1hbmRibHMuc21jcAd1bmkwMEFEB3VuaTAxMEEHdW5pMDEwQgd1bmkwMTIwB3VuaTAxMjELbmFwb3N0cm9waGUHdW5pMDIxOAd1bmkwMjE5B3VuaTAyMUEHdW5pMDIxQgd1bmkwMTYyDHVuaTAxNjIuc21jcAd1bmkwMTYzC0Rjcm9hdC5zbWNwCEV0aC5zbWNwCVRiYXIuc21jcAtBZ3JhdmUuc21jcAtBYWN1dGUuc21jcBBBY2lyY3VtZmxleC5zbWNwC0F0aWxkZS5zbWNwDkFkaWVyZXNpcy5zbWNwCkFyaW5nLnNtY3APQXJpbmdhY3V0ZS5zbWNwDUNjZWRpbGxhLnNtY3ALRWdyYXZlLnNtY3ALRWFjdXRlLnNtY3AQRWNpcmN1bWZsZXguc21jcA5FZGllcmVzaXMuc21jcAtJZ3JhdmUuc21jcAtJYWN1dGUuc21jcBBJY2lyY3VtZmxleC5zbWNwDklkaWVyZXNpcy5zbWNwC050aWxkZS5zbWNwC09ncmF2ZS5zbWNwC09hY3V0ZS5zbWNwEE9jaXJjdW1mbGV4LnNtY3ALT3RpbGRlLnNtY3AOT2RpZXJlc2lzLnNtY3ALVWdyYXZlLnNtY3ALVWFjdXRlLnNtY3AQVWNpcmN1bWZsZXguc21jcA5VZGllcmVzaXMuc21jcAtZYWN1dGUuc21jcAxBbWFjcm9uLnNtY3ALQWJyZXZlLnNtY3AMQW9nb25lay5zbWNwC0NhY3V0ZS5zbWNwEENjaXJjdW1mbGV4LnNtY3ALQ2Nhcm9uLnNtY3ALRGNhcm9uLnNtY3AMRW1hY3Jvbi5zbWNwC0VicmV2ZS5zbWNwD0Vkb3RhY2NlbnQuc21jcAxFb2dvbmVrLnNtY3ALRWNhcm9uLnNtY3AQR2NpcmN1bWZsZXguc21jcAtHYnJldmUuc21jcBFHY29tbWFhY2NlbnQuc21jcBBIY2lyY3VtZmxleC5zbWNwC0l0aWxkZS5zbWNwDEltYWNyb24uc21jcAtJYnJldmUuc21jcAxJb2dvbmVrLnNtY3APSWRvdGFjY2VudC5zbWNwEEpjaXJjdW1mbGV4LnNtY3ARS2NvbW1hYWNjZW50LnNtY3ALTGFjdXRlLnNtY3ARTGNvbW1hYWNjZW50LnNtY3ALTGNhcm9uLnNtY3AJTGRvdC5zbWNwC05hY3V0ZS5zbWNwEU5jb21tYWFjY2VudC5zbWNwC05jYXJvbi5zbWNwDE9tYWNyb24uc21jcAtPYnJldmUuc21jcBJPaHVuZ2FydW1sYXV0LnNtY3ALUmFjdXRlLnNtY3ARUmNvbW1hYWNjZW50LnNtY3ALUmNhcm9uLnNtY3ALU2FjdXRlLnNtY3AQU2NpcmN1bWZsZXguc21jcA1TY2VkaWxsYS5zbWNwC1NjYXJvbi5zbWNwC1RjYXJvbi5zbWNwC1V0aWxkZS5zbWNwDFVtYWNyb24uc21jcAtVYnJldmUuc21jcApVcmluZy5zbWNwElVodW5nYXJ1bWxhdXQuc21jcAxVb2dvbmVrLnNtY3AQV2NpcmN1bWZsZXguc21jcBBZY2lyY3VtZmxleC5zbWNwDllkaWVyZXNpcy5zbWNwC1phY3V0ZS5zbWNwD1pkb3RhY2NlbnQuc21jcAtaY2Fyb24uc21jcApBbHBoYXRvbm9zDEVwc2lsb250b25vcwhFdGF0b25vcwlJb3RhdG9ub3MMT21pY3JvbnRvbm9zDFVwc2lsb250b25vcwpPbWVnYXRvbm9zEWlvdGFkaWVyZXNpc3Rvbm9zBUFscGhhBEJldGEHRXBzaWxvbgRaZXRhA0V0YQRJb3RhBUthcHBhAk11Ak51B09taWNyb24DUmhvA1RhdQdVcHNpbG9uA0NoaQxJb3RhZGllcmVzaXMPVXBzaWxvbmRpZXJlc2lzCmFscGhhdG9ub3MMZXBzaWxvbnRvbm9zCGV0YXRvbm9zCWlvdGF0b25vcxR1cHNpbG9uZGllcmVzaXN0b25vcwVrYXBwYQdvbWljcm9uB3VuaTAzQkMCbnUDY2hpDGlvdGFkaWVyZXNpcw91cHNpbG9uZGllcmVzaXMMb21pY3JvbnRvbm9zDHVwc2lsb250b25vcwpvbWVnYXRvbm9zB3VuaTA0MDEHdW5pMDQwMwd1bmkwNDA1B3VuaTA0MDYHdW5pMDQwNwd1bmkwNDA4B3VuaTA0MUEHdW5pMDQwQwd1bmkwNDBFB3VuaTA0MTAHdW5pMDQxMgd1bmkwNDEzB3VuaTA0MTUHdW5pMDQxOQd1bmkwNDFDB3VuaTA0MUQHdW5pMDQxRQd1bmkwNDFGB3VuaTA0MjAHdW5pMDQyMQd1bmkwNDIyB3VuaTA0MjQHdW5pMDQyNQd1bmkwNDMwB3VuaTA0MzUHdW5pMDQzOQd1bmkwNDNFB3VuaTA0NDAHdW5pMDQ0MQd1bmkwNDQzB3VuaTA0NDUHdW5pMDQ1MQd1bmkwNDUzB3VuaTA0NTUHdW5pMDQ1Ngd1bmkwNDU3B3VuaTA0NTgHdW5pMDQ1Qwd1bmkwNDVFCWV4Y2xhbWRibAd1bmkwMUYwB3VuaTAyQkMHdW5pMUUzRQd1bmkxRTNGB3VuaTFFMDAHdW5pMUUwMQd1bmkxRjREB3VuaTA0MDAHdW5pMDQwRAd1bmkwNDUwB3VuaTA0NUQHdW5pMDQ3MAd1bmkwNDcxB3VuaTA0NzYHdW5pMDQ3Nwd1bmkwNDk4B3VuaTA0OTkHdW5pMDRBQQd1bmkwNEFCB3VuaTA0QUUHdW5pMDRBRgd1bmkwNEMwB3VuaTA0QzEHdW5pMDRDMgd1bmkwNENGB3VuaTA0RDAHdW5pMDREMQd1bmkwNEQyB3VuaTA0RDMHdW5pMDRENAd1bmkwNEQ1B3VuaTA0RDYHdW5pMDRENwd1bmkwNERBB3VuaTA0RDkHdW5pMDREQgd1bmkwNERDB3VuaTA0REQHdW5pMDRERQd1bmkwNERGB3VuaTA0RTIHdW5pMDRFMwd1bmkwNEU0B3VuaTA0RTUHdW5pMDRFNgd1bmkwNEU3B3VuaTA0RTgHdW5pMDRFOQd1bmkwNEVBB3VuaTA0RUIHdW5pMDRFQwd1bmkwNEVEB3VuaTA0RUUHdW5pMDRFRgd1bmkwNEYwB3VuaTA0RjEHdW5pMDRGMgd1bmkwNEYzB3VuaTA0RjQHdW5pMDRGNQd1bmkwNEY4B3VuaTA0RjkHdW5pMDRGQwd1bmkwNEZEB3VuaTA1MDEHdW5pMDUxMgd1bmkwNTEzB3VuaTFFQTAHdW5pMUVBMQd1bmkxRUEyB3VuaTFFQTMHdW5pMUVBNAd1bmkxRUE1B3VuaTFFQTYHdW5pMUVBNwd1bmkxRUE4B3VuaTFFQTkHdW5pMUVBQQd1bmkxRUFCB3VuaTFFQUMHdW5pMUVBRAd1bmkxRUFFB3VuaTFFQUYHdW5pMUVCMAd1bmkxRUIxB3VuaTFFQjIHdW5pMUVCMwd1bmkxRUI0B3VuaTFFQjUHdW5pMUVCNgd1bmkxRUI3B3VuaTFFQjgHdW5pMUVCOQd1bmkxRUJBB3VuaTFFQkIHdW5pMUVCQwd1bmkxRUJEB3VuaTFFQkUHdW5pMUVCRgd1bmkxRUMwB3VuaTFFQzEHdW5pMUVDMgd1bmkxRUMzB3VuaTFFQzQHdW5pMUVDNQd1bmkxRUM2B3VuaTFFQzcHdW5pMUVDOAd1bmkxRUM5B3VuaTFFQ0EHdW5pMUVDQgd1bmkxRUNDB3VuaTFFQ0QHdW5pMUVDRQd1bmkxRUNGB3VuaTFFRDAHdW5pMUVEMQd1bmkxRUQyB3VuaTFFRDMHdW5pMUVENAd1bmkxRUQ1B3VuaTFFRDYHdW5pMUVENwd1bmkxRUQ4B3VuaTFFRDkHdW5pMUVEQQd1bmkxRURCB3VuaTFFREMHdW5pMUVERAd1bmkxRURFB3VuaTFFREYHdW5pMUVFMAd1bmkxRUUxB3VuaTFFRTIHdW5pMUVFMwd1bmkxRUU0B3VuaTFFRTUHdW5pMUVFNgd1bmkxRUU3B3VuaTFFRTgHdW5pMUVFOQd1bmkxRUVBB3VuaTFFRUIHdW5pMUVFQwd1bmkxRUVEB3VuaTFFRUUHdW5pMUVFRgd1bmkxRUYwB3VuaTFFRjEHdW5pMUVGNAd1bmkxRUY1B3VuaTFFRjYHdW5pMUVGNwd1bmkxRUY4B3VuaTFFRjkHdW5pMjBBQgd1bmkwNDlBB3VuaTA0OUIHdW5pMDRBMgd1bmkwNEEzB3VuaTA0QUMHdW5pMDRBRAd1bmkwNEIyB3VuaTA0QjMHdW5pMDRCNgd1bmkwNEI3B3VuaTA0Q0IHdW5pMDRDQwd1bmkwNEY2B3VuaTA0RjcHdW5pMDQ5Ngd1bmkwNDk3B3VuaTA0QkUHdW5pMDRCRgd1bmkwNEJCB3VuaTA0OEQHdW5pMDQ4Qwd1bmkwNDYyB3VuaTA0OTIHdW5pMDQ5Mwd1bmkwNDlFB3VuaTA0OUYHdW5pMDQ4QQd1bmkwNDhCB3VuaTA0QzkHdW5pMDRDQQd1bmkwNENEB3VuaTA0Q0UHdW5pMDRDNQd1bmkwNEM2B3VuaTA0QjAHdW5pMDRCMQd1bmkwNEZFB3VuaTA0RkYHdW5pMDUxMQd1bmkyMDE1AAEAAf//AA8AAQAAAAoAMAA+AARERkxUABpjeXJsABpncmVrABpsYXRuABoABAAAAAD//wABAAAAAXNtY3AACAAAAAEAAAABAAQAAQAAAAEACAACAb4A3AJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJwAl4CXwJgAmECYgJjAmQCZQJmAmcCTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CcAJeAl8CYAJhAmICYwJkAmUCZgJnAoICcgKFAqAChgKIAoQCnwKhAokCigKHAqICpAKLAqMCpQKBAo0CpwKqAo4CjwKoAowCpgKpAoICrAKrAq0CrgKRArECkgKTArMCkAKwArICrwK0ArUCtgK4ArcCuQK6ArwCuwKUApYCvgKXApkClQK/Ar0CmALAAsICwQLDAsYCxQLEAoMCxwKbAsoCnAKdApoCzALJAs0CywLIAs4CngLPAtAC0QLTAtIChQKgAoYCiAKEAp8CoQKJAooChwKiAqQCiwKjAqUCgQKNAqcCqgKOAo8CqAKMAqYCqQKsAqsCrQKuApECsQKSApMCkAKwArICrwK0ArUCtgK4ArcCuQK6ArwCuwKUApYCvgKXApkClQK/Ar0CmALAAsICwQLDAsYCxQLEAoMCxwKbAsoCnAKdApoCzALJAs0CywLIAs4CngLPAtAC0QLTAtICfwJ/AAIAGgACADUAAABMAEwANABQAFAANQCeAKcANgCpALYAQAC4ALwATgC+AM0AUwDPANcAYwDZANoAbADdAOsAbgDtAPEAfQDzAPMAggD2APgAgwD6AQYAhgEIARUAkwEXARoAoQEcASoApQEsATQAtAE2ATcAvQE6AUgAvwFKAU4AzgFQAVAA0wFTAVUA1AFXAVkA1wJ+An4A2gKAAoAA2wABAAEACAACAAAAFAACAAAAJAACd2dodAEAAABpdGFsAQsAAQAEABQAAwAAAAIBDgGQAAACvAAAAAMAAQACAREAAAAAAAEAAA==);
    font-display: block;
}
.adm-tab-bar-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    min-height: 48px;
}
.adm-tab-bar-item {
    flex: 1;
    color: var(--adm-color-text-secondary);
    white-space: nowrap;
    padding: 4px 8px;
    width: min-content;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.adm-tab-bar-item-icon {
    font-size: 24px;
    height: 24px;
    line-height: 1;
}
.adm-tab-bar-item-title {
    font-size: var(--adm-font-size-2);
    line-height: 15px;
}
.adm-tab-bar-item-title-with-icon {
    margin-top: 2px;
}
.adm-tab-bar-item-active {
    color: var(--adm-color-primary);
}
.adm-tab-bar-icon-badge {
    --top: 6px;
}
.adm-tab-bar-title-badge {
    --right: -2px;
    --top: -2px;
}
.adm-badge-wrapper {
    display: inline-block;
    position: relative;
}
.adm-badge {
    display: inline-flex;
    vertical-align: middle;
    box-sizing: content-box;
    border-radius: 100px;
    background-color: var(--color);
    --right: 0;
    --top: 0;
    --color: var(--adm-badge-color, var(--adm-color-highlight));
}
.adm-badge-content {
    color: var(--adm-color-text-light-solid);
    box-sizing: border-box;
    min-width: 8px;
    padding: 1px 4px;
    font-size: var(--adm-font-size-1);
    line-height: 12px;
    white-space: nowrap;
    font-weight: 400;
    text-align: center;
}
.adm-badge-fixed {
    position: absolute;
    right: var(--right);
    top: var(--top);
    transform: translate(50%, -50%);
}
.adm-badge-dot {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.adm-badge-bordered {
    border: solid 1px var(--adm-color-text-light-solid);
}
:root {
    --adm-radius-s: 4px;
    --adm-radius-m: 8px;
    --adm-radius-l: 12px;
    --adm-font-size-1: 9px;
    --adm-font-size-2: 10px;
    --adm-font-size-3: 11px;
    --adm-font-size-4: 12px;
    --adm-font-size-5: 13px;
    --adm-font-size-6: 14px;
    --adm-font-size-7: 15px;
    --adm-font-size-8: 16px;
    --adm-font-size-9: 17px;
    --adm-font-size-10: 18px;
    --adm-color-primary: #1677ff;
    --adm-color-success: #00b578;
    --adm-color-warning: #ff8f1f;
    --adm-color-danger: #ff3141;
    --adm-color-yellow: #ff9f18;
    --adm-color-orange: #ff6430;
    --adm-color-wathet: #e7f1ff;
    --adm-color-text: #333333;
    --adm-color-text-secondary: #666666;
    --adm-color-weak: #999999;
    --adm-color-light: #cccccc;
    --adm-color-border: #eeeeee;
    --adm-color-background: #ffffff;
    --adm-color-highlight: var(--adm-color-danger);
    --adm-color-white: #ffffff;
    --adm-color-box: #f5f5f5;
    --adm-color-text-light-solid: var(--adm-color-white);
    --adm-color-text-dark-solid: #000000;
    --adm-color-fill-content: var(--adm-color-box);
    --adm-font-size-main: var(--adm-font-size-5);
    --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue",
        helvetica, segoe ui, arial, roboto, "PingFang SC", "miui",
        "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme="dark"] {
    --adm-color-primary: #3086ff;
    --adm-color-success: #34b368;
    --adm-color-warning: #ffa930;
    --adm-color-danger: #ff4a58;
    --adm-color-yellow: #ffa930;
    --adm-color-orange: #e65a2b;
    --adm-color-wathet: #0d2543;
    --adm-color-text: #e6e6e6;
    --adm-color-text-secondary: #b3b3b3;
    --adm-color-weak: #808080;
    --adm-color-light: #4d4d4d;
    --adm-color-border: #2b2b2b;
    --adm-color-box: #0a0a0a;
    --adm-color-background: #1a1a1a;
    --adm-color-background-body: var(--adm-color-background);
    --adm-border-color: var(--adm-color-border);
}
:root {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    background-color: var(--adm-color-background-body);
}
body {
    color: var(--adm-color-text);
    font-size: var(--adm-font-size-main);
    font-family: var(--adm-font-family);
}
a,
button {
    cursor: pointer;
}
a {
    color: var(--adm-color-primary);
    transition: opacity ease-in-out 0.2s;
}
a:active {
    opacity: 0.8;
}
.adm-plain-anchor {
    color: unset;
    transition: none;
}
.adm-plain-anchor:active {
    opacity: unset;
}
body.adm-overflow-hidden {
    overflow: hidden !important;
}
div.adm-px-tester {
    --size: 1;
    height: calc(var(--size) / 2 * 2px);
    width: 0;
    position: fixed;
    left: -100vw;
    top: -100vh;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}
.adm-popup {
    --z-index: var(--adm-popup-z-index, 1000);
    position: fixed;
    z-index: var(--z-index);
}
.adm-popup-body {
    position: fixed;
    background-color: var(--adm-color-background);
    z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
    position: absolute;
    z-index: 100;
}
.adm-popup-body-position-bottom {
    width: 100%;
    bottom: 0;
    left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
    right: 8px;
    top: 8px;
}
.adm-popup-body-position-top {
    width: 100%;
    top: 0;
    left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
    right: 8px;
    bottom: 8px;
}
.adm-popup-body-position-left {
    height: 100%;
    top: 0;
    left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
    right: 8px;
    top: 8px;
}
.adm-popup-body-position-right {
    height: 100%;
    top: 0;
    right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
    left: 8px;
    top: 8px;
}
.adm-popup-close-icon {
    cursor: pointer;
    padding: 4px;
    font-size: 18px;
    line-height: 1;
    color: var(--adm-color-weak);
}
.adm-mask {
    --z-index: var(--adm-mask-z-index, 1000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-index);
    display: block;
    width: 100%;
    height: 100%;
}
.adm-mask-aria-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.adm-mask-content {
    z-index: 1;
}
.adm-picker {
    --header-button-font-size: var(--adm-font-size-7);
    --title-font-size: var(--adm-font-size-7);
    --item-font-size: var(--adm-font-size-8);
    --item-height: 34px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    ---item-font-size: var(--item-font-size);
    ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
    --item-font-size: var(---item-font-size);
    --item-height: var(---item-height);
}
.adm-picker-header {
    flex-shrink: 0;
    border-bottom: solid 1px var(--adm-color-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}
.adm-picker-header-button {
    font-size: var(--header-button-font-size);
    display: inline-block;
    padding: 8px;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
    opacity: 0.4;
    cursor: not-allowed;
}
.adm-picker-header-title {
    padding: 4px;
    font-size: var(--title-font-size);
    color: var(--adm-color-text);
    text-align: center;
    flex: 1;
}
.adm-picker-body {
    flex: 1;
    width: 100%;
    height: 100%;
}
.adm-picker-body>.adm-picker-view {
    --height: 100%;
}
.adm-picker-popup .adm-popup-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.adm-spin-loading {
    --color: var(--adm-color-weak);
    --size: 32px;
    width: var(--size);
    height: var(--size);
}
.adm-spin-loading-svg {
    width: 100%;
    height: 100%;
    animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg>.adm-spin-loading-fill {
    stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
.adm-picker-view {
    --height: 240px;
    --item-height: 34px;
    --item-font-size: var(--adm-font-size-8);
    height: var(--height);
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    background: var(--adm-color-background);
}
.adm-picker-view-column {
    height: 100%;
    flex: 1;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    position: relative;
    z-index: 0;
}
.adm-picker-view-column-wheel {
    width: 100%;
    cursor: grab;
    position: absolute;
    top: calc(50% - var(--item-height) / 2);
    left: 0;
}
.adm-picker-view-column-wheel:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
}
.adm-picker-view-column-wheel:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: -100vh;
}
.adm-picker-view-column-item {
    font-size: var(--item-font-size);
    padding: 0 6px;
    height: var(--item-height);
    display: flex;
    justify-content: center;
    align-items: center;
}
.adm-picker-view-column-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adm-picker-view-column-accessible {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    top: calc(var(--item-height) * -1);
    z-index: 0;
    padding-bottom: 1px;
}
.adm-picker-view-column-accessible>* {
    flex: 1;
    text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
    position: absolute;
    width: 100%;
    height: 100%;
}
.adm-picker-view-column-accessible-button {
    width: 100%;
    height: 100%;
}
.adm-picker-view-mask {
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
    flex: auto;
}
.adm-picker-view-mask-middle {
    height: var(--item-height);
    box-sizing: border-box;
    flex: none;
    border-top: solid 1px var(--adm-color-border);
    border-bottom: solid 1px var(--adm-color-border);
}
.adm-picker-view-mask-top {
    background: var(--adm-color-background);
    mask: linear-gradient(0deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.8) 50%,
            #000000 100%);
}
.adm-picker-view-mask-bottom {
    background: var(--adm-color-background);
    mask: linear-gradient(180deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.8) 50%,
            #000000 100%);
}
.adm-picker-view-loading-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adm-picker-view-item-height-measure {
    position: relative;
    left: 0;
    top: 0;
    height: var(--item-height);
    width: 0;
    pointer-events: none;
}
.adm-safe-area {
    --multiple: var(--adm-safe-area-multiple, 1);
    display: block;
    width: 100%;
}
.adm-safe-area-position-top {
    padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
    padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.ngx-org-image {
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  background-color: white;
  border-radius: 50%;
  padding: 0.25em;
}
.ngx-org-name {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.ngx-org-title {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.ngx-org-horizontal {
  padding: 1em 0;
}
.ngx-org-vertical {
  padding: 0 1em;
}
.ngx-org-border {
  border: 1px solid darkgrey;
}
.ngx-org-box {
  padding: 0.5em 1em;
  border-radius: 0.2em;
  box-shadow: 0.05em 0.05em 0.2em 0.05em rgba(0, 0, 0, 0.168627451);
}
.ngx-org-connector-horizontal {
  width: 1em;
}
.ngx-org-connector-vertical {
  height: 1em;
}
.ag-theme-material .ag-ltr .ag-row-selected {
  background-color: rgba(33, 150, 243, 0.38);
}
.ag-theme-material .ag-cell-inline-editing {
  padding: 24px 10px;
}
.ag-theme-material .ag-cell-inline-editing .ag-cell-edit-input {
  padding: 0;
}
.ag-theme-material .ag-cell-inline-editing mat-form-field {
  width: 100%;
}
.ag-theme-material .ag-cell-inline-editing mat-form-field .mat-form-field-infix {
  border: none;
  padding: 0;
}
.ag-theme-material-custom .ag-theme-material {
  font-family: var(--font_app), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ag-theme-material-custom .ag-theme-material .ag-header-cell,
.ag-theme-material-custom .ag-theme-material .ag-header-group-cell {
  line-height: 40px !important;
}
.ag-theme-material-custom .ag-theme-material .ag-header-cell-menu-button .ag-icon-menu {
  height: 40px !important;
}
.ag-theme-material-custom .ag-theme-material .ag-header-row {
  height: 40px !important;
  font-weight: 800;
}
.ag-theme-material-custom .ag-theme-material .ag-header {
  height: 40px !important;
  min-height: 40px !important;
}
.ag-theme-material-custom .ag-theme-material .ag-row {
  border-top: hidden;
  border-right: hidden;
}
.ag-theme-material-custom .ag-theme-material .ag-theme-material .ag-cell {
  line-height: 40px !important;
}
.ag-theme-material-custom .ag-theme-material .ag-cell {
  line-height: 40px !important;
  display: flex;
  align-items: center;
}
.ag-theme-material-custom .ag-theme-material .ag-paging-panel {
  height: 44px !important;
}
.ag-theme-material-custom-2 .ag-theme-material {
  font-family: var(--font_app), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ag-theme-material-custom-2 .ag-theme-material .ag-header-cell-menu-button .ag-icon-menu {
  height: 40px !important;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-header-row {
  height: 40px !important;
  font-weight: 800;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-header {
  height: 40px !important;
  min-height: 40px !important;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-row {
  border-top: hidden;
  border-right: hidden;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-theme-material .ag-cell {
  line-height: 40px !important;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-header-group-cell {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-header-cell {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-cell {
  line-height: 40px !important;
  display: flex;
  align-items: center;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.ag-theme-material-custom-2 .ag-theme-material .ag-paging-panel {
  min-height: 44px !important;
  height: 44px !important;
}
.error-snackbar {
  background: red !important;
}
.complete-snackbar {
  background: #4aae48 !important;
}
.mat-snack-bar-container {
  text-align: center;
}
.mat-simple-snackbar {
  display: inline-block !important;
}
.mat-snack-bar-container {
  color: #ffffff !important;
}
.display-none {
  display: none !important;
}
.toast-container-error {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 350px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  background-color: #BD362F;
}
.height-stepper {
  height: calc(100vh - 150px);
  overflow: scroll;
}
.height-stepper-page {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
.height-stepper-page-child {
  height: calc(100vh - 180px);
  overflow: auto;
}
.height-stepper-page-child-custom {
  overflow: auto;
}
.custom-dialog-container .mat-dialog-container {
  margin: 0px;
  padding: 0px;
}
.btn-disable {
  color: #000 !important;
  opacity: 1 !important;
}
.form-disable .mat-input-element:disabled,
.form-disable .mat-form-field-disabled {
  color: #000 !important;
  opacity: 1 !important;
}
.form-disable body.light .mat-input-element:disabled {
  color: #000 !important;
  opacity: 1 !important;
}
.form-disable body.light .mat-select-disabled .mat-select-value {
  color: #000 !important;
  opacity: 1 !important;
}
.form-disable .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text > * {
  color: #000 !important;
  opacity: 1 !important;
}
.ag-root-wrapper-body.ag-layout-normal {
  height: auto;
}
.btn-color-main-action {
  background-color: #3b82f6;
}
.text-on-primary {
  color: #ffffff !important;
}
body.light .mat-flat-button.mat-primary,
body.light .mat-raised-button.mat-primary,
body.light .mat-fab.mat-primary,
body.light .mat-mini-fab.mat-primary,
body .light .mat-flat-button.mat-primary,
body .light .mat-raised-button.mat-primary,
body .light .mat-fab.mat-primary,
body .light .mat-mini-fab.mat-primary {
  color: #fff !important;
}
body.light .mat-step-header .mat-step-icon-selected,
body.light .mat-step-header .mat-step-icon-state-done,
body.light .mat-step-header .mat-step-icon-state-edit,
body .light .mat-step-header .mat-step-icon-selected,
body .light .mat-step-header .mat-step-icon-state-done,
body .light .mat-step-header .mat-step-icon-state-edit {
  color: #fff;
}
body.light .mat-step-header .mat-step-icon,
body .light .mat-step-header .mat-step-icon {
  color: #fff;
}
.ag-root-wrapper .ag-watermark {
  display: none !important;
}
span .mat-placeholder-required {
  color: #BD362F !important;
}
.logo-parent-image {
  text-align: center;
  display: flex;
  margin: 10px 0px;
}
.logo-image {
  height: 48px;
  width: 48px;
  padding-left: 10px;
  padding-top: 0.5rem;
}
.text-logo {
  color: #fb923c;
}
.text-logo-secondary {
  color: #757575;
}
.remove-scroll .mat-dialog-container {
  overflow-y: hidden !important;
}
.btn-default {
  height: 40px !important;
  width: 40px !important;
  min-width: 40px !important;
}
.dock-bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.btn-border {
  border: 1px solid #ff8e33 !important;
}
.header-page {
  max-height: 65px;
  background-color: #FD6C00;
  display: flex;
  align-items: center;
}
.header-page .title {
  display: flex;
  align-items: center;
  color: white;
  font-size: 18px;
  padding-left: 30px;
  font-weight: bold;
}
.header-page .title .mat-icon {
  height: 30px;
  width: 30px;
}
.menu-active-parent {
  color: #fb923c;
  font-weight: 700;
}
.menu-active-child {
  border: 1.5px solid #fb923c;
  background: #fb923c;
}
.title-menu-parent {
  color: #fb923c !important;
  font-weight: 700;
}
@media screen and (max-width: 720px) {
  .title-menu-parent {
    color: #22de6b !important;
    font-weight: 700;
  }
}
.active-item {
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
}
.background-app {
  background: #f4f4f4;
}
.upload-file-ext2 file-upload-drop-zone {
  display: none !important;
  cursor: none !important;
}
.mat-form-field-invalid .mat-form-field-infix {
  color: var(--fuse-warn) !important;
}
.mat-form-field-invalid .mat-select-value {
  color: var(--fuse-warn) !important;
}
.mat-form-field-invalid .mat-select-arrow {
  color: var(--fuse-warn) !important;
}
@media screen and (max-width: 600px) {
  .ag-grid-list {
    height: calc(100vh - 200px) !important;
  }
}
.complete-snackbar-with-action {
  background: #4aae48 !important;
}
.complete-snackbar-with-action .mat-simple-snackbar-action button {
  margin-top: 20px !important;
  background-color: white !important;
}
.margin-bottom-7-5rem {
  margin-bottom: 7.5rem !important;
}
.margin-bottom-page {
  bottom: 4rem !important;
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
/* 1792x828px at 326ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
/* 2436x1125px at 458ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
/* 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
@media screen and (max-width: 600px) {
  .margin-bottom-page {
    bottom: 115px !important;
  }
}
.multiple-app {
  /* On mouse-over, add a deeper shadow */
  /* Add some padding inside the card container */
}
.multiple-app .parent {
  margin: 0;
  padding: 26px;
  width: 265px;
}
.multiple-app .children-item {
  display: inline-block;
  height: 98px;
  list-style-type: none;
  padding: 1px;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.333, 0, 0, 1);
  vertical-align: top;
  width: 86px;
}
.multiple-app .child-item {
  margin: 8px 2px;
  outline: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.multiple-app .tX9u1b {
  margin: 8px 2px;
  outline: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.multiple-app .MrEfLc {
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
}
.multiple-app .Rq5Gcb {
  padding-top: 7px;
  font-weight: bold;
  color: #404040;
  display: block;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 84px;
}
.multiple-app .j1ei8c {
  display: inline-block;
  height: 98px;
  list-style-type: none;
  padding: 1px;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.333, 0, 0, 1);
  vertical-align: top;
  width: 86px;
  cursor: pointer;
}
.multiple-app .tX9u1b:hover {
  border: 1px solid #dedede;
}
.multiple-app .LVal7b {
  margin: 0;
  padding: 26px;
  width: 265px;
  background: white;
}
.multiple-app .card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.multiple-app .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.multiple-app .container {
  padding: 2px 16px;
}
.header-case {
  width: 250px;
}
.header-case .span-header {
  font-size: 14px;
  opacity: 0.8;
}
.content-case .span-content {
  font-size: 14px;
}
.markdown-body {
  background-color: white !important;
}
.react-grid-layout {
  background-color: white !important;
  overflow: hidden !important;
}
.ant-spin-container > div:not(div ~ div) {
  background-color: white !important;
}
.ui-comp-container {
  border: 1px solid rgb(215, 217, 224);
  border-radius: 4px;
}
.ui-comp-container .react-grid-layout:first-of-type {
  border-bottom: 1px solid #D7D9E0 !important;
}
.ui-comp-form {
  border: 1px solid rgb(215, 217, 224);
  border-radius: 4px;
  margin: 3px;
  padding: 3px;
}
.ui-comp-form .react-grid-layout:first-of-type {
  border-bottom: 1px solid #D7D9E0 !important;
}
input.ant-input {
  border: solid 1px #D7D9E0;
}
textarea.ant-input {
  border: solid 1px #D7D9E0;
}
.ui-comp-collapsibleContainer {
  border: 1px solid rgb(215, 217, 224);
  border-radius: 4px;
}
#lowcoderModule .ant-table .ant-table-container .ant-table-content {
  overflow: auto hidden !important;
  scrollbar-width: thin !important;
  border-bottom: 1px solid #D7D9E0 !important;
  border-right: 1px solid #D7D9E0 !important;
}
#lowcoderModule .ui-comp-table > div {
  overflow: hidden !important;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/tailwind.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Main Tailwind file for injecting utilities.
/* ----------------------------------------------------------------------------------------------------- */
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}
.top-0 {
  top: 0px !important;
}
.right-0 {
  right: 0px !important;
}
.left-0 {
  left: 0px !important;
}
.top-1\/2 {
  top: 50% !important;
}
.right-5 {
  right: 1.25rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.left-6 {
  left: 1.5rem !important;
}
.right-6 {
  right: 1.5rem !important;
}
.-top-16 {
  top: -4rem !important;
}
.-right-16 {
  right: -4rem !important;
}
.z-99 {
  z-index: 99 !important;
}
.z-90 {
  z-index: 90 !important;
}
.z-999 {
  z-index: 999 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-49 {
  z-index: 49 !important;
}
.order-first {
  order: -9999 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.m-0 {
  margin: 0px !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.m-2\.5 {
  margin: 0.625rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-auto {
  margin: auto !important;
}
.m-1\.5 {
  margin: 0.375rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mx-\[-12px\] {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mt-px {
  margin-top: -1px !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.ml-2\.5 {
  margin-left: 0.625rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mr-1\.5 {
  margin-right: 0.375rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-0\.5 {
  margin-left: 0.125rem !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.ml-1\.5 {
  margin-left: 0.375rem !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mr-px {
  margin-right: 1px !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.-ml-3 {
  margin-left: -0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mr-11 {
  margin-right: 2.75rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-28 {
  margin-bottom: 7rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mt-2\/3 {
  margin-top: 66.666667% !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.ml-3\.5 {
  margin-left: 0.875rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.inline-grid {
  display: inline-grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-2\.5 {
  height: 0.625rem !important;
}
.h-1\.5 {
  height: 0.375rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-fit {
  height: fit-content !important;
}
.h-\[90vh\] {
  height: 90vh !important;
}
.h-16 {
  height: 4rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-0 {
  height: 0px !important;
}
.max-h-20 {
  max-height: 5rem !important;
}
.max-h-128 {
  max-height: 32rem !important;
}
.max-h-24 {
  max-height: 6rem !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-h-16 {
  max-height: 4rem !important;
}
.max-h-28 {
  max-height: 7rem !important;
}
.min-h-20 {
  min-height: 5rem !important;
}
.min-h-6 {
  min-height: 1.5rem !important;
}
.min-h-\[100vh\] {
  min-height: 100vh !important;
}
.w-full {
  width: 100% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-screen {
  width: 100vw !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-60 {
  width: 15rem !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-30 {
  width: 7.5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-4\/6 {
  width: 66.666667% !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-20 {
  width: 5rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-72 {
  width: 18rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-4 {
  min-width: 1rem !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.min-w-60 {
  min-width: 15rem !important;
}
.min-w-64 {
  min-width: 16rem !important;
}
.max-w-screen-xl {
  max-width: 1440px !important;
}
.max-w-60 {
  max-width: 15rem !important;
}
.max-w-80 {
  max-width: 20rem !important;
}
.max-w-120 {
  max-width: 30rem !important;
}
.max-w-240 {
  max-width: 60rem !important;
}
.max-w-360 {
  max-width: 90rem !important;
}
.max-w-36 {
  max-width: 9rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-0 {
  flex: 0 0 auto !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.shrink {
  flex-shrink: 1 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.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 spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin 3s linear infinite !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.resize {
  resize: both !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.place-content-end {
  place-content: end !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-items-start {
  justify-items: start !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.break-all {
  word-break: break-all !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity)) !important;
}
.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}
.bg-amber-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity)) !important;
}
.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.bg-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-50-rgb), var(--tw-bg-opacity)) !important;
}
.bg-accent-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-100-rgb), var(--tw-bg-opacity)) !important;
}
.bg-warn-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-50-rgb), var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}
.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-rgb), var(--tw-bg-opacity)) !important;
}
.bg-accent {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-rgb), var(--tw-bg-opacity)) !important;
}
.bg-warn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-rgb), var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-100-rgb), var(--tw-bg-opacity)) !important;
}
.bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
}
.bg-accent-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-600-rgb), var(--tw-bg-opacity)) !important;
}
.bg-warn-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-100-rgb), var(--tw-bg-opacity)) !important;
}
.bg-warn-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-rgb), var(--tw-bg-opacity)) !important;
}
.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
}
.bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}
.bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-700-rgb), var(--tw-bg-opacity)) !important;
}
.bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity)) !important;
}
.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.bg-sky-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
}
.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.object-cover {
  object-fit: cover !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pl-2\.5 {
  padding-left: 0.625rem !important;
}
.pr-2\.5 {
  padding-right: 0.625rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-lg {
  font-size: 1rem !important;
}
.text-7xl {
  font-size: 3rem !important;
}
.text-xl {
  font-size: 1.125rem !important;
}
.text-xs {
  font-size: 0.625rem !important;
}
.text-sm {
  font-size: 0.75rem !important;
}
.text-2xl {
  font-size: 1.25rem !important;
}
.text-md {
  font-size: 0.8125rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-3xl {
  font-size: 1.5rem !important;
}
.text-\[40px\] {
  font-size: 40px !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.italic {
  font-style: italic !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-10 {
  line-height: 2.5rem !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-5 {
  line-height: 1.25rem !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-7 {
  line-height: 1.75rem !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.text-on-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
}
.text-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-800-rgb), var(--tw-text-opacity)) !important;
}
.text-accent-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-800-rgb), var(--tw-text-opacity)) !important;
}
.text-warn-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-800-rgb), var(--tw-text-opacity)) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.text-accent {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-rgb), var(--tw-text-opacity)) !important;
}
.text-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.text-on-accent {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
}
.text-on-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity)) !important;
}
.text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-600-rgb), var(--tw-text-opacity)) !important;
}
.text-accent-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-600-rgb), var(--tw-text-opacity)) !important;
}
.text-warn-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-600-rgb), var(--tw-text-opacity)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.text-current {
  color: currentColor !important;
}
.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-500-rgb), var(--tw-text-opacity)) !important;
}
.text-primary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-900-rgb), var(--tw-text-opacity)) !important;
}
.text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 145 178 / var(--tw-text-opacity)) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}
.text-\[\#0088CC\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 136 204 / var(--tw-text-opacity)) !important;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.text-opacity-38 {
  --tw-text-opacity: 0.38 !important;
}
.text-opacity-12 {
  --tw-text-opacity: 0.12 !important;
}
.underline {
  text-decoration-line: underline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-12 {
  opacity: 0.12 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-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;
}
.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;
}
.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;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px 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;
}
.outline {
  outline-style: solid !important;
}
.ring {
  --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(3px + 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;
}
.ring-1 {
  --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(1px + 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;
}
.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;
}
.ring-4 {
  --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(4px + 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;
}
.ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-primary-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-primary-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-accent-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-accent-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-warn-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-warn-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity)) !important;
}
.ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity)) !important;
}
.ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity)) !important;
}
.ring-amber-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity)) !important;
}
.ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity)) !important;
}
.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}
.ring-primary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-primary-rgb), var(--tw-ring-opacity)) !important;
}
.ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity)) !important;
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}
.ring-offset-gray-800 {
  --tw-ring-offset-color: #1e293b !important;
}
.blur {
  --tw-blur: blur(8px) !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;
}
.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;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.icon-size-5 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  min-width: 1.25rem !important;
  min-height: 1.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
}
.icon-size-5 svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.icon-size-7 {
  width: 1.75rem !important;
  height: 1.75rem !important;
  min-width: 1.75rem !important;
  min-height: 1.75rem !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
}
.icon-size-7 svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
.icon-size-24 {
  width: 6rem !important;
  height: 6rem !important;
  min-width: 6rem !important;
  min-height: 6rem !important;
  font-size: 6rem !important;
  line-height: 6rem !important;
}
.icon-size-24 svg {
  width: 6rem !important;
  height: 6rem !important;
}
.icon-size-4 {
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  min-height: 1rem !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
}
.icon-size-4 svg {
  width: 1rem !important;
  height: 1rem !important;
}
.line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.text-on-primary {
  color: #fff !important;
}
.even\:border-r-0:nth-child(even) {
  border-right-width: 0px !important;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}
.dark .dark\:flex {
  display: flex !important;
}
.dark .dark\:hidden {
  display: none !important;
}
.dark .dark\:border-b {
  border-bottom-width: 1px !important;
}
.dark .dark\:border-l {
  border-left-width: 1px !important;
}
.dark .dark\:border-r {
  border-right-width: 1px !important;
}
.dark .dark\:border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.dark .dark\:border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.dark .dark\:border-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.dark .dark\:border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.dark .dark\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-accent-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-600-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-warn-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-primary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-800-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-transparent {
  background-color: transparent !important;
}
.dark .dark\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.dark .dark\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-primary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-50-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-accent-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-50-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-warn-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-50-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.dark .dark\: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;
}
.dark .dark\:hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}
@media print {
  .print\:hidden {
    display: none !important;
  }
}
@media (min-width: 340px) and (max-width: 599px) {
  .mobile\:absolute {
    position: absolute !important;
  }
  .mobile\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  .mobile\:mb-0 {
    margin-bottom: 0px !important;
  }
  .mobile\:hidden {
    display: none !important;
  }
  .mobile\:min-w-40 {
    min-width: 10rem !important;
  }
  .mobile\:border-t {
    border-top-width: 1px !important;
  }
  .mobile\:border-b-0 {
    border-bottom-width: 0px !important;
  }
}
@media (min-width: 600px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  .sm\:right-7 {
    right: 1.75rem !important;
  }
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  .sm\:order-last {
    order: 9999 !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:h-20 {
    height: 5rem !important;
  }
  .sm\:h-16 {
    height: 4rem !important;
  }
  .sm\:max-h-90 {
    max-height: 22.5rem !important;
  }
  .sm\:max-h-120 {
    max-height: 30rem !important;
  }
  .sm\:w-90 {
    width: 22.5rem !important;
  }
  .sm\:w-100 {
    width: 25rem !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-80 {
    width: 20rem !important;
  }
  .sm\:w-120 {
    width: 30rem !important;
  }
  .sm\:w-6\/12 {
    width: 50% !important;
  }
  .sm\:min-w-90 {
    min-width: 22.5rem !important;
  }
  .sm\:min-w-80 {
    min-width: 20rem !important;
  }
  .sm\:min-w-100 {
    min-width: 25rem !important;
  }
  .sm\:max-w-360 {
    max-width: 90rem !important;
  }
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem !important;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem !important;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .sm\:border-t {
    border-top-width: 1px !important;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-8xl {
    font-size: 4rem !important;
  }
  .sm\:leading-10 {
    line-height: 2.5rem !important;
  }
  .sm\:opacity-0 {
    opacity: 0 !important;
  }
  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
  }
  .sm\: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;
  }
  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px 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;
  }
  .sm\: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;
  }
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 960px) {
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:h-36 {
    height: 9rem !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:min-w-160 {
    min-width: 40rem !important;
  }
  .md\:max-w-6xl {
    max-width: 72rem !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:rounded-none {
    border-radius: 0px !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  .md\:text-xl {
    font-size: 1.125rem !important;
  }
  .md\:text-7xl {
    font-size: 3rem !important;
  }
  .md\:leading-none {
    line-height: 1 !important;
  }
  .md\: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;
  }
}
@media (min-width: 1280px) {
  .lg\:static {
    position: static !important;
  }
  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:right-16 {
    right: 4rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:min-w-100 {
    min-width: 25rem !important;
  }
  .lg\:max-w-100 {
    max-width: 25rem !important;
  }
  .lg\:max-w-120 {
    max-width: 30rem !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:border-l {
    border-left-width: 1px !important;
  }
  .lg\:border-r {
    border-right-width: 1px !important;
  }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg\: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;
  }
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

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

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

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


/*# sourceMappingURL=styles.css.map*/